Empty objects and Parent empty objects
Add empty objects to your scene and edit their properties.
Read time 1 minuteLast updated 2 days ago
The Empty Object is a GameObject with no visual or collider components by default. The Parent Empty Object is the same but you use it to group objects in your scene. This object is ideal as a container, organizer, or pivot in your scene. Common uses include:
- Group related objects for easier hierarchy management.
- Create pivots or anchors for rotation and animation.
- Spawn points, waypoints, and triggers.
- Managers or controllers that run Logic scripts without visuals.
Add an Empty Object
To add an Empty Object to your scene:- In the Hierarchy panel, select Add (+).
- Select Empty Object > Plane.
Add a Parent Empty Object
To add a Parent Empty Object to your scene:- In the Hierarchy panel, select an object that you want to group under a parent object.
- Select Add (+).
- Select Create Parent Empty Object.
Empty Object and Parent Empty Object properties
The following properties are available by default on an empty object. You can add other components to your object to add more functionality.Change the values of this component to update the object's position, rotation, or size.
Property | Description |
|---|---|
| Position | Set or retrieve the object's location in 3D world space (X, Y, Z). |
| Rotation | Set or retrieve the object's rotation around the X, Y, and Z axes (degrees). |
| Scale | Use the X, Y, and Z values to change or retrieve the object's size. |