Working with Poly Shapes in ProBuilder
Tutorial
·
Beginner
·
+10XP
·
10 mins
·
(58)
Unity Technologies

ProBuilder is a Unity Package that can be added to Unity projects. It allow users to quickly create 3D models in the Unity Editor. ProBuilder has a suite of tools that will be familiar to 3D artists like extrude, inset, delete faces and so much more. In this tutorial, you will learn to create and edit PolyShapes inside Unity.
1. Introduction to ProBuilder
ProBuilder is a Unity Package that can be added to Unity projects. It allows users to quickly create 3D models in the Unity Editor. ProBuilder has a suite of tools that will be familiar to 3D artists like extrude, inset, delete faces and so much more. ProBuilder is primarily used by artists and designers to prototype levels. This can help speed up development because designers no longer have to wait for an artist to create a block out of a Scene.
2. Adding ProBuilder
- Open the Unity Editor
- Go to the Menu Bar and choose Window > Package Manager
- Select the All tab in the Package Manager and choose ProBuilder
- Go to the Menu Bar and select Tools > ProBuilder > ProBuilder window
- Dock the ProBuilder window next to the Inspector by dragging and dropping it in the area
3. Creating Poly Shapes
- In the ProBuilder window, choose New Poly Shape
- Click and create various points in the Scene view to create the desired shape
- End the shape by clicking on the first vertex that was created
- Drag up or down to create the desired height of the Poly Shape
- Left-click to finalize the Poly Shape (Figure 01).

Figure 01: Finished Poly Shape
4. Editing Poly Shapes
- Immediately after creating the Poly Shape, select the vertices to refine the Poly Shape
- At the top of the Scene view, select Vertex mode (Figure 02).

Figure 02: Moving Poly Shape vertices
- Left-click and drag around the vertices at the top of the Poly Shape (Figure 02).
- Use the Move tool to drag them up to increase the height of the Poly Shape (Figure 03).
- At the top of the Scene view, select Face mode and select the top face
- Use the Move tool to drag it down to decrease the height of the Poly Shape (Figure 03).

Figure 03: Moving Poly Shape faces
- At the top of the Scene view, select Edge mode and select an Edge along the side of the Poly Shape
- Use the Move tool to drag it in the X and Z direction to modify the overall shape
- At the top of the Scene View, select Object mode
- Use the Move tool to move the entire Poly Shape in the Scene (Figure 04).

Figure 04: Moving Poly Shape object
Poly Shapes are a great way to draw out the shape of a 3D model inside the Unity Editor. Use it to quickly block out areas in your own levels.