Splash screen
Beginner splash screen is the image (usually a logo) displayed when your game starts. It fades in over the color you specify, then fades out.
Note
The splash screen is only displayed when the game is built in release mode. The default splash screen is the Xenko logo. You can only specify one splash screen in Game Settings. If you want to add more, you need to implement them manually.
Edit the splash screen
Game settings asset.
- solution explorer (the bottom-left pane by default), select the Assets folder.
- asset view (the bottom pane by default), select the GameSettings asset.
- property grid (the right-hand pane by default), expand Splash screen.
Splash screen properties
Tip
disable streaming on the properties of the splash screen texture itself. This makes sure the texture is always loaded and displayed at the highest quality. For more information, see Textures > Streaming.See also
- Assets
- Textures
