Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Work with GameObjects

Various tasks you can perform with GameObjects in your scene.
Read time 2 minutesLast updated 2 days ago

In Unity Lite, you use the Hierarchy panel to manage the GameObjects in your scene. From the Hierarchy panel, you can:

Add a GameObject to your scene

You can add GameObjects to your scene to create a world for your application. To add new objects:
  1. Go to the Hierarchy panel.
  2. Select Add (+), or right-click in the Hierarchy panel. A menu shows which contains a list of the type of objects you can add to your scene.
  3. Select the type of object you want to add from the menu.
As a result, the new GameObject appears in your scene and in the Hierarchy panel. Another way to add objects:
  1. Go to the Project panel.
  2. Drag an asset from the Project panel into the Scene view.
Any GameObject you add to the scene or hierarchy shows in the Hierarchy panel. This includes if you drag an object into your scene from the Project panel.

Select a GameObject in your scene

To select a GameObject:
  1. Go to the Hierarchy panel.
  2. Select on the name of your object in the hierarchy list.
To select multiple objects in the list, hold down the Shift or Ctrl (Cmd on macOS) keys as you select the items.

GameObject context menu

Right-click the object(s) in the list to access further actions via the context menu. To select multiple objects in the list, hold down the Shift or Ctrl (Cmd on macOS) keys as you right-click the items.

Property

Hotkey

Description

CutCtrl+XRemoves the selected GameObject(s) from the scene and places them on the clipboard. You can then paste the object elsewhere.
CopyCtrl+CCopies the selected GameObject(s) to the clipboard but doesn't remove them from the scene. You can then paste the copy elsewhere.
DuplicateCtrl+DCreate a copy of the object and place the copy at the same location.
DeleteDeleteRemove the object from the scene.

Add components to GameObjects

In Unity Lite, you can add components to GameObjects to give them new features or behaviors. To add a component to a GameObject:
  1. Select the GameObject in the Hierarchy panel.
  2. In the Inspector panel, select the Add Component button.
  3. Choose the component you want to add from the list or search for it using the search bar.
Unity Lite adds the new component to the GameObject, and you can configure its properties in the Inspector panel.