| Topic | Description |
|---|---|
| The GameObject class | Understand the fundamental Unity GameObject class, which you can interact with through the Editor UI or directly in code through the GameObject API. |
| Transforms | Information about transforms for GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info See in Glossary in Unity. |
| Static Objects | Information about static GameObjects. |
| Deactivating GameObjects | Learn about how to deactivate GameObjects. |