Is there a Get Scene?
-
Im trying to create 1 menu button that can accommodate variables from different scenes. Now i know this doesnt exist but is there an alternative or something similar to a behavior that will know what scene you are currently in? Get Scene?
-
You can have an attribute on an object in your global UI. Then you can use the Get Attribute behaviour to see what scene you're currently on. When you load a scene, just make sure to set the attribute with the current scene name.
-
@Hamed thank you that will work