Home Game Dev Unity Assets Unity Tools UI Toolkit Script Components v1.3.0 (15 Apr 2026)|UI Toolkit Script Components v1.3.0 (15 Apr 2026)

UI Toolkit Script Components v1.3.0 (15 Apr 2026)|UI Toolkit Script Components v1.3.0 (15 Apr 2026)

4965 Views Stock 979 2026-05-01

Details

 UI Toolkit Script Components v1.3.0 (15 Apr 2026) enables you to link script components to UI elements without requiring any coding skills. This tool allows you to attach any script to UI elements by linking game objects to UI elements directly in the UI Builder. With a simple right-click on the UIDocument in the scene and selecting the "UI Toolkit" context menu, users can easily establish connections between UI elements and script components. The solution supports selection synchronization, meaning the selection in the UI Builder updates in real-time with the associated script objects. Users can either link a single game object to a single UI element or use query scripts to retrieve multiple elements. Full source code is included, ensuring transparency and developer access. The plugin supports Unity 2021.3+, 2022, Unity 6, and Unity 6.3 and later LTS versions. It requires Unity 2021.2.0f1 or newer due to the integration of UI Toolkit as a runtime module. Older versions are not supported. It is recommended to assign unique names to UI elements when using scripts, as this improves stability and performance during frequent UI hierarchy edits. If UI elements are modified outside the UI Builder (e.g., renamed or moved), the links and query scripts may need to be rechecked after reloading the asset.