Custom Unit Creation Guide - RealityStop/Bolt.Addons.Community GitHub Wiki
Custom Unit Creation Guide
The Custom Unit Creation Guide explains how to extend Unity Visual Scripting by creating your own custom units.
Each section focuses on a specific type of unit or concept, giving you practical examples to build from.
Guide Sections
-
Storing Data
Learn how to create units that hold and manage values. -
Basic Units
Covers the foundation of unit creation, including input/output ports and simple logic. -
Wait Units
Shows how to create custom units that delay or wait before continuing execution, useful for timing and sequencing. -
Relations
Explains how to design units that work with relationships between objects or values.
How to Use This Guide
Start with Storing Data to learn the basics, then move through the other sections depending on what kind of units you want to create.
You can create the initial node using the Node Creation Wizard then follow the guide to add logic for the Unit.
Once you are done if you want you can add documentation for your Unit using the Descriptor Creation Wizard