scene-independent event vs scene event
scene-independent event vs scene event
Hello everyone, I've looked into the documentation and still don't understand the difference.
Re: scene-independent event vs scene event
Scene-independent events can work on objects that are not in a scene, such as a ScriptableObject asset. But they cannot work on scene objects.
Scene events can only work on scene objects.
Scene events can only work on scene objects.