Not all Unity editor actions are supported yet. Bezi supports a growing subset of Unity editor actions and we intentionally limit destructive actions.
Which Actions are available today?
Scene & Game Objects
Scene & Game Objects
- Create game objects
- Update game objects
- Delete game objects
- Reparent game objects
- Print game objects
- Print game objects by path
- Print scene hierarchy
- Create scenes
- Create primitives
- Create tags
Assets & Prefabs
Assets & Prefabs
- Create or update assets
- Create prefabs
- Create prefabs from assets
- Instantiate prefabs
- Create or update materials
- Create or update ScriptableObjects
- Update asset importers
- Print assets
Components & Layout
Components & Layout
- Add or update components
- Remove components
- Set RectTransform layout
How Actions works
When you prompt Bezi with Agent Mode toggled on, the Agent may choose one or more in-editor actions to accomplish your request.- The Agent decides which actions to use based on your intent
- Multiple actions can be chained together to complete complex tasks
- Actions only apply to the currently open Unity project and its assets
How to preview, save / undo or revert changes
See the Agent Mode docs for complete details on the states that changes exist in and how to manage each one.Agent Mode states and management
How to turn off Actions for your Bezi instance
Actions is a beta feature and can be disabled if you prefer to use Agent Mode without it.- Open App Settings
- Find the Beta Features section
- Toggle In-editor actions off
Prompt examples
- Prototype faster without manual editor setup
- Prompt Example: “Create a prefab for the player, and attach the necessary physics components and scripts.”
- Prompt Example: “Create a new ScriptableObject for weapon stats and link it to this prefab.”
- Apply consistent changes across many objects
- Prompt Example: “Add a CapsuleCollider to all enemies in the current scene.”
- Iterate on an existing project without context switching
- Prompt Example: “Whitebox the UI slider for the health tracker, and update the HealthManager to use it.”
- Execute repetitive or mechanical editor work instantly
- Prompt Example: “Update the Menu UI so achievements stack vertically.”
- Prompt Example: “Set up Hinge Joints and colliders for all doors tagged ‘Openable’.”
- “Use Actions to create a prefab from @[game object name].”