Hi,
i have a problem with the Event Emitter in unity. Ive placed it on an object, set Play on Collision Enter 2D and everything works like it should. Now we put together a small intro scene which is overlayed and in the background, the first scene is loaded. The idea now is to deactivate the Event Emmiter components, so the objects dont make any sound during the intro scene, but it does not care. Even though the component is deactivated on the objects, they still emmit the event. Is there any concept of FMOD and Unity im missing here? And if so, how could i manage this problem?
Thanks!