Entities and Prefabs
Entities and prefabs provide the foundation for building projects in Open 3D Engine (O3DE). The topics in this section explain how to create, modify, and use entities and prefabs in your projects.
| Tutorial | Description |
|---|---|
| Entity and Prefab Basics | Learn the basics of creating and modifying entities and prefabs. |
| Override a Prefab | Learn how to make changes to a single prefab instance. |
| Spawn and Despawn a Prefab | Use Script Canvas to create a script that spawns and despawns a prefab. |
Entity and Prefab Basics
Learn the basics of creating and working with entities and prefabs in Open 3D Engine (O3DE).
Override a Prefab
Learn how to override a prefab in Open 3D Engine (O3DE).
Spawn and Despawn
Learn to spawn and despawn prefabs with Script Canvas in Open 3D Engine (O3DE).