Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dynamic interceptors are a feature that allows users to manipulate data and generate side effects on specific events in Unity. They are essentially a piece of javascript code, which is stored as a record in Advanced Configuration and is dinamically dynamically loaded when you have an active interceptor.

This javascript code is an exported function , that will be called when a specific event is triggered (what is called intercepted method) and this function will have access to an API according to the given method.

...