Hey!
Is there any dedicated menu to show loading screen UI when you load scenes?
If not NP, I know I can manually show UI in the game event where I call on Load Scene node. Just wanted to ask if there was dedicated option for it.
  • HUDs with game state display conditions (e.g. Information or Combatant type HUDs) have the Changing Scene game state check.

    That state is valid from the start of a scene changer fading out in the old scene until either the new scene was loaded or the fade in completed (when using the wait option for that).

    Otherwise, you can use the Unity Wrapper functionality in Game > Game Settings to implement custom scene loading (e.g. using a 3rd party loading screen asset) in ORK.
    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!
  • Awesome! :D I'll try the huds.
Sign In or Register to comment.