Text References

Use any UI text component or asset you prefer

This component should be added to every UI GameObject that needs to display or interact with text. By default it is used for distance texts, but it can also serve as a flexible entry point for your own scripts to modify or control UI text elements.

Once the component is added, it automatically detects supported text components on the GameObject and assigns the appropriate text adapter.

The system uses text adapters internally, allowing it to support multiple text component types without additional setup. Out of the box HNS supports legacy UI text and TextMeshPro text, but you can easily create your own text adapters.

circle-info

To see the component in action, check out the example prefabs: Sickscore Games > HUD Navigation System > _Examples > HUDPrefabs

circle-exclamation

Last updated