I'm trying to create a overview map of the game world that can be used to "fast travel" to different scenes. I'd like to include it in a menu. Are there any tutorials on how to do this?
  • edited December 2018
    Here's a good tutorial to do a mini map, you could tweak the settings to change the size and position, and to make it hidden until you call it. For the fast travel.. I'm not sure, but maybe make empty GUI boxes over the locations, as part of the map menu screen, that act as buttons for a teleport event? I'm still pretty fresh in ORK, but that might work.

    D'oh, forgot to include the link:
    http://forum.orkframework.com/discussion/4491/tutorial-creating-a-mini-map-from-scratch#latest
    Post edited by casvallamn on
  • There's no tutorial for this, but it'll involve setting up that map (e.g. a 3D model or a new UI image) with the fast travel stuff (e.g. using event interactions on the fast travel points).

    Including it in a menu could be done by spawning the map prefab in the open game event and destroying it in the close game event of the menu screen.
    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!
Sign In or Register to comment.