Edits

✨ Try this patch where AI generates a shader graph of starfield with hearts!
Press Ctrl/Cmd + I to open the AI object prompt. Describe what you want in natural language and the AI will generate or modify the appropriate objects.
Modes
The prompt adapts based on context. Use the mode dropdown in the header or press Ctrl/Cmd + I again to cycle through available modes.
No object selected:
- Single — Create one object at your cursor position
- Multi — Create multiple connected objects at once (e.g., "slider controlling oscillator frequency")
Object selected:
- Edit — Modify the selected object's code based on your description
- Turn Into — Replace the selected object with a different type, preserving connected edges
- Fix — Fix errors in the selected object; automatically reads console errors and sends them as context
- Split — Split the selected object into multiple focused connected objects
- Fork — Create a new object derived from the selected one (e.g., "as a canvas object", "draw triangles instead")
Setup
- Create a separate API key that has strict budget limits
- Press
Ctrl/Cmd + I - Enter your API Key and hit
Save & Continue - Use
Ctrl/Cmd + Ior the sparkles button on the bottom right to generate
This feature uses the gemini-3-flash-preview model to understand your prompt and generate the object configuration.