We will entertain your mind, enhance your brain, expand your lifestyle.

Opening Sequence

Opening arrangements are being developed.

The opening sequence we are considering is this:

  1. Displaying a custom startup logo (after the Unity logo)
  2. Loading animation
  3. Play the opening movie (first time only)
  4. Fade in the game scene

The current game scene (which I’m calling the BaseScene) is quite large and takes a long time to load and display, so we added a new scene called “Opening”, which handles 1. and 2. This will be the first scene.

The third section onwards will be handled by BaseScene. However, one problem has arisen here. The display priority control of the opening movie and game UI is not working well. We are considering controlling it with the camera display layer or priority control, etc.