Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.3.0f1 | Compatible | Compatible | Compatible |
Supports any version of Unity, starting from 2021.3.
The asset allows you to easily set up linking between your UI Toolkit elements and MonoBehaviour scripts, without the need to use the "Query" method.
The asset supports 2 ways of element linking:
1. Using GUID. In this case, you need to use a new set of visual elements inherited from the original UI Builder visual elements.
These elements have a new field - GUID, which contains a unique auto-generated identifier that is used for element lookup.
2. Using the element name and/or hierarchy index.
You can specify just the name, or set a hierarchy of indexes and names, by which your element will be searched in the UI Builder layout.
Once you have chosen the linking method that suits you, you can easily access your element using a special component.
More information can be found in the manual attached to the asset and on the developer's website.