Toolbar and UIUtils module example
- Last UpdatedOct 29, 2025
- 1 minute read
The UIUtils module can be plugged into the Toolbar module, and it can also be used in isolation.
Setting Toolbar module to use UIUtils
The Toolbar module has the animatorScriptObjectName configuration, whose default value is empty, but if it's set to a non-empty string “uiUtils”, the toolbar will make use of the UIUtils module to animate the transitions in the UI.
When UIUtils module is added to a project, a ScriptObject named after the animatorScriptObjectName is created. This class instance is internally referenced by the Toolbar module itself and used to animate the UI elements.