Edit modes (Object vs Element)
ProBuilder uses Edit modes to define what you are selecting and editing.
The Object mode is the standard Unity edit mode: when you make a selection in Object mode, you are selecting the entire Mesh.
The other three modes are collectively called the Element modes. These allow you to select and modify the individual elements of the geometry that make up a Mesh: Vertices, Edges, and Faces.
- A Vertex is a point where two or more angles meet (for example, on a cube, it's the corner point of each cube).
- An Edge is made up of two Vertices.
- A Face is composed of three or more Edges.
An Object is the sum of all of these parts.
To change Edit modes, click one of the mode buttons on the Edit mode toolbar, or use a mode shortcut key.
Selecting and manipulating
Use the ProBuilder Edit modes to access the individual elements of your Mesh, or the Mesh as a whole.
Click the button that matches the object or element mode you'd like to edit in from the Edit mode toolbar.
Icon Mode Description Select objects, modify the normals and the pivot, and merge objects together. For a complete list of actions you can perform in this mode, see Object tools. Select vertices and perform detailed editing such as vertex splitting and connecting. For a complete list of actions you can perform in this mode, see Vertex tools. Select edges and perform semi-complex geometry editing, and edge loop modeling techniques. For a complete list of actions you can perform in this mode, see Edge tools. Select faces on an object to perform basic tasks like moving, extruding, or even deleting them. For a complete list of actions you can perform in this mode, see Face tools. Click or drag to select the element you want to use.
With the object(s) or element(s) selected, you can:
- Use one of the tools on the ProBuilder toolbar to apply an action to the selected element(s).
- Use one of the tools on the ProBuilder menu to apply an action to the selected element(s).
- Use one of the ProBuilder hotkeys to run one of the ProBuilder tools on the selected element(s).
- Use any of the standard Unity Transform controls to move, rotate, or scale the element(s).
- Shift+Drag while using any of the standard Unity Transform controls to extrude or inset the element(s).