Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Scenes

Use scenes to assemble and organize all the content of your project.
Read time 1 minuteLast updated 12 days ago

Use scenes to assemble and organize all the content of your project. Each scene contains its own collection of GameObjects. Whether you're building a single level, a menu screen, or an entire game world, scenes provide the structure to organize and manage your content effectively.

Topic

Description

Introduction to scenesUnderstand what scenes are, and how you use them to organize the content of your application.
Creating, loading, and saving scenesCreate new scenes, load existing scenes, and save your work in the Unity Editor.
Manage GameObjects in the Scene viewUse grid snapping, overlays, and gizmos to organize and manage content in your scenes.
Work with multiple scenes in UnityUse multiple scenes simultaneously to manage large or complex projects efficiently.
Scene templatesUse scene templates to standardize new scene creation with pre-configured content.
Text-based scene filesWork with Unity's text-based YAML scene format for version control and scene generation.

Additional resources