Author Topic: How to create menu system?  (Read 2303 times)

morepixels

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 3
    • View Profile
How to create menu system?
« on: July 01, 2014, 08:29:05 AM »
I understand how to create individual menus, but I don't see how to combine the menus into a menu system. Should all the menus be on separate scenes? But that would cause seeing loading screen each time a menu is switched. Should the menus be in the same scene then? But how to organize them - into same UI root or separately and how to animate transitions between them?

To illustrate the question, let's say I want to make a menu system for a racing game. This would require the following screens to interact somehow: main menu, garage, track menu, race complete menu and the gameplay screen itself. What is the best practice to create such system?

morepixels

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: How to create menu system?
« Reply #1 on: July 01, 2014, 12:43:19 PM »
Nevermind, I found that Example 3 covers this question.