How to edit a scenario?
How to create an element?
Right-click on the canvas. Select : "Create". Then choose the desired element:
How to move a node?
Left-click on a node. Maintain the button and drag the node to the desired location.
How to edit a node?
You can either:
- Left click on a node. Move and/or edit the node throught the inspector.
- Right click on a node. Choose the desired option.
Nodes sometime hold functions like sensors or effectors. A button with the name of the currently selected function will be displayed. You can select another function by left-clicking this button or see the function source using the contextual menu (right-click). Functions often present parameters to set that can be optional or mandatory. a contextual menu can be opened by right clicking a parameter field or using the ...
button.
Function parameters often present at least 2 options in the contextual menu:
Constant
mode to assign a valueVariable
mode to assigne a variable reference to use a value extracted from a context at runtime.
How to add a comment?
Right-click on the canvas. Select : "Create > Comment".
How to edit a comment?
You can :
- Fold/Unfold :
Use the "arrow" button in the top-right corner of the comment. - Resize :
Drag one of the edge of the comment.
Important
The comment must be unfolded.
- Drag : Left-click on the top part of the comment. Maintain the button and drag the comment to the desired location.
- Edit the content :
Click on the main body of the comment. Type your text.
Important
The comment must be unfolded.
Note
Comments can not be modified with the inspector.
How to undo/redo an action?
- Undo : Ctrl + Z
- Redo : Ctrl + Y
Important
Undo/Redo events are shared across the Unity editor.