Customizing UI

When customizing the UHFPS UI, the first problem you run into is that the canvas is black. This is due to a fading background effect that fades out on the screen when the game starts. This effect prevents you from seeing unwanted things while the game is loading (moving props etc.).

To start seeing UI elements, simply toggle off the Background Image component or GameObject.

The second issue you may run into is that some UI elements are not displayed even when they should be. This is because some panels need to be enabled but not displayed in order to ensure that some features are updated. This is achieved by using the Canvas Group component, in which you can change the alpha of child elements.

By changing the alpha to 1, the UI elements will start to be displayed.

After customizing the UI, don't forget to change the Alpha back to the previous state and enable Background Image or GameObject.

Last updated