I'm trying to achieve the flow:

Teleport Battle -> Win = Teleport back (I know this is a built in function) to main scene and execute custom script.

Is there a built in function for executing a custom script like this? I might be missing something obvious.
  • Sure, check out the function nodes in the event system, e.g. the Call Function node can, well, call a function on a custom script - either a component on a game object or a static function.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thanks!
Sign In or Register to comment.