> For the complete documentation index, see [llms.txt](https://hopemoore.gitbook.io/unity-basics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hopemoore.gitbook.io/unity-basics/create/create-game-objects/editor-creating-game-objects.md).

# Creating Game Objects in the Editor

There are several ways you can create or add game objects using the Unity editor.

{% hint style="warning" %}
Depending on what is selected and where you click, new game objects could appear offset from the origin (0, 0, 0). See the [Positioning Game Objects](/unity-basics/translate-rotate-and-scale/translate/positioning.md) chapter for more information.
{% endhint %}

{% hint style="info" %}
Menus below may vary depending on what packages and plugins have been installed.
{% endhint %}

{% hint style="danger" %}
Changes and additions made while in Play Mode will revert back to the values before playing.
{% endhint %}

### **Method 1: Right-click in the Hierarchy window to get this dropdown:**

![](https://3795241431-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M8XSUYVSlHMdPUNud-2%2F-M9-_MX9ds3GCDxSLg8h%2F-M9-_WXJk00Ud1NjN30f%2Fimage.png?alt=media\&token=973d54bc-d363-4fb0-a0fb-47ea33413ae5)

The area starting with "Create Empty" is the list of game objects to choose from.

### **Method 2: Click on the Add Component dropdown menu (it looks like a plus sign):**

![](https://3795241431-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M8XSUYVSlHMdPUNud-2%2F-M9-_MX9ds3GCDxSLg8h%2F-M9-bkQBA-FOVw622cS-%2Fimage.png?alt=media\&token=0637364e-9425-43fa-bf5e-cfbe007c4a16)

### **Method 3: Click on GameObject in the taskbar:**

![](https://3795241431-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M8XSUYVSlHMdPUNud-2%2F-M9-_MX9ds3GCDxSLg8h%2F-M9-c5lFroWBMnJgD3rv%2Fimage.png?alt=media\&token=d6f9b2ae-7ec6-4343-b0a4-ba023c3ec052)

### **Method 4: Click the three-dot settings icon for the Inspector window, then hover over "GameObject":**

![](https://3795241431-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M8XSUYVSlHMdPUNud-2%2F-M9-_MX9ds3GCDxSLg8h%2F-M9-cmcgfYe7uOA-Wlqs%2Fimage.png?alt=media\&token=45872e93-0551-458a-8a2d-3008c1f68d49)

## Duplicate, Copy, and Paste

If you have a game object selected in either the Inspector window or the Scene window, you can use the menu from Method 1 to duplicate, copy, and paste.

### **Shortcuts**

Duplicate: CTRL + D\
Copy: CTRL + C\
Paste: CTRL + D

{% content-ref url="/pages/-M8XUYM91gnFuvEZIS0q" %}
[Updating Game Objects](/unity-basics/select/update-game-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8ZJr1BNgx11WI3jFMv" %}
[Deleting and Disabling Objects in the Editor](/unity-basics/delete/delete-game-objects/delete-in-editor.md)
{% endcontent-ref %}
