UI Toolkit Element Linker
D.A. Assets Publisher
$0.0
(no ratings)
Date |
Price |
---|---|
日時 |
価格($) |
05/29(2024) |
0.0 |
11/25(2024) |
0.0 |
Jump AssetStore
The asset simplifies access to UI Toolkit elements.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.Provides search and linking of the following scripts:BoundsFieldBoundsIntFieldBoxButtonDoubleFieldDropdownFieldEnumFieldFloatFieldFoldoutGroupBoxHash128FieldHelpBoxIMGUIContainerImageIntegerFieldLabelListViewLongFieldPopupWindowProgressBarRadioButtonRadioButtonGroupRectFieldRectIntFieldRepeatButtonScrollViewScrollerSliderSliderIntTextElementTextFieldTemplateContainerToggleTreeViewUnsignedIntegerFieldUnsignedLongFieldVector2FieldVector2IntFieldVector3FieldVector3IntFieldVector4Field