[solved] Unable to use callbacks in unity?

Callbacks require the use of explicitly pinning memory so that the memory isn’t freed by the garbage collector.

We have an example on our website of how to use callbacks:
https://fmod.com/resources/documentation-api?page=content/generated/engine_new_unity/script_example_timeline.html#/

1 Like