Publisher | D.A. Assets Publisher |
---|---|
File size | 6.52MB |
Number of files | 216 |
Latest version | 1.0.1 |
Latest release date | 2024-11-05 01:27:10 |
First release date | 2024-05-29 11:28:14 |
Supported Unity versions | 2018.4.2 or higher |
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.