Hi,
I have a director scene with a runtime listener and a function it calls.
Whenever i switchscene, the event continues to run even though i cleaned it in the clean function.
I checked the code and after cleanup the function is nil, but the listener continues to run
I have not called this function in any other place…
What could be the solution for this?