The Splash scene we are building is very basic for now, with just some status messages. You can, of course, style it and add any images you like later on. Open up the editor and complete the following:
- Create a new scene called Splash and save the scene to the Assets/HoloCore/Scenes folder.
- From the menu, select GameObject | UI | Panel. This will add a new Canvas with a child Panel and EventSystem. Set the background color of Panel to a dark gray.
- Select the Panel and, from the menu, select GameObject | UI | Text. Change the name of the object to Status and set its properties in the Inspector window, as shown:
Setting ...