Customize the loading screen
- Last UpdatedDec 04, 2023
- 1 minute read
Projects can take a while to be ready. The XR engine offers several options to customize what appears during loading.
Note: The XR engine comes with a default loading background image.
Loading screen elements
The loading screen consists of a few elements.
-
Loading image—This image can be customized for each project.
-
XR logo—This element cannot be modified.
-
Progress bar—This element cannot be modified.
Change the loading image
-
Create an image called loading.png. The image resolution should match the size of the engine at full screen or at least its form factor.
-
Copy the file to the project GameData\textures folder.
Create a loading image roll
This process displays multiple images during loading. The images appear as a timed slide show, starting with loading.png.
-
Create between 1 and 9 more images named loading1.png, loading2.png, and so on.
-
Copy the files to the project GameData\textures folder.
Note: The default or overridden loading.png image appears before loading1.png.