Utility Window - RealityStop/Bolt.Addons.Community GitHub Wiki
UtilityWindow
UtilityWindow is a popup editor window for Unity Visual Scripting Community that provides quick access to several workflow utilities.
Features
- Convert selected nodes to Macro or Embed subgraphs.
- Compile all or selected assets to C# scripts for AOT safety.
- Quick access to the C# Preview Window.
- Regenerate all Visual Scripting nodes.
- Open the Node Finder Window.
Opening the Window
The window appears as a popup near the mouse position and automatically closes when focus is lost.
It can be opened via the Graph Context Options: right-click in an empty space in the Graph and select Open Utility Window.
Sections
1. Selection To Subgraph
Convert the current selection into:
- Macro subgraph
- Embed subgraph
2. Asset Compilation
- Compile All: Generates C# scripts for all defined events, functions, actions, etc.
- Compile Asset: Generates script for the current asset.
3. Quick Access
Provides shortcuts to commonly used items:
- C# Preview Window
- Regenerate Nodes
- Node Finder