Hidden Shortcuts to Make Level Design Easier in Unity

Chris Daley(Desonn)
1 min readJan 16, 2022

Some shortcuts that make level design and building easier in Unity.

Levels can be quite time consuming unless you are aware of some simple shortcuts that can help make your life a lot easier. Let’s go through a few.

When moving a game object, if you hold down ‘Ctrl’ while then clicking on an axis and dragging the game object around, you will notice that it actually increments by 0.25

If you highlight a game object in the Hierarchy and then pressing ‘Ctrl + D’, it will create a copy of that game object at the exact same spot.

With your cursor hovering over a game object in the scene view, if you hold down v it will bring up a little box that is looking for the nearest vertice. What it will do from here is try to snap next to another game object’s vertice once you let go.

--

--