Opening arrangements are being developed.
The opening sequence we are considering is this:
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.