# Multi-Scenes (/designing-in-3-d/scenes/multi-scenes)



You can create multiple scenes within the same Spline file. Each scene is a new 3D space that can have its own objects and environment. It’s possible to transition between scenes with the Events system by using a Scene Transition action.

<Embed src="https://www.youtube.com/embed/MvmbFCIdWgc" title="YouTube video player" />

<Callout>
  To create more than 3 scenes per file, you’ll need an active **Pro** or **Max** subscription.
</Callout>

## Multi-Scenes use cases [#multi-scenes-use-cases]

### Build multi-scene experiences [#build-multi-scene-experiences]

By transitioning between multiple scenes it’s possible to create experiences that spread across multiple 3D spaces (like multiverses). Like building a game that is composed of multiple levels. Learn more here: [Scene Transition Action](/interaction-states-events-and-actions/actions/scene-transition-action).

### Iterate on designs with ease [#iterate-on-designs-with-ease]

By duplicating a scene it’s possible to iterate quicker without worrying about changing someone else’s work.

### Organize your files [#organize-your-files]

Stay organized inside your files by keeping your components in their own space, by archiving older design explorations, or by separating different design iterations.

## Working with Multi-Scenes [#working-with-multi-scenes]

The Scenes of your Spline file can be found on the left sidebar, above your outliner.

Your file will be started with only one scene but you can create new ones from this panel.

<Image src="https://cdn.spline.design/_assets/docs/d315122a-070b-42a2-9337-3db90252fdba.png" alt="image" maxWidth="300" />

### Creating new Scenes [#creating-new-scenes]

To create a new scene use the `+` icon on the top right.

Or you can also duplicate an already existing scene by right-clicking and choosing `Duplicate`.

### Managing Scenes [#managing-scenes]

To keep your scenes organized you can access options like `Rename` and `Delete` with right click.

You can also drag your scenes to reorder them.

### Setting a Main Scene [#setting-a-main-scene]

On the scenes panel, you’ll find a `home` icon to the right of your first scene. This indicates which scene will be your starting scene when viewing your Public URL.

To choose another scene as the main scene, you can right-click it and choose `Set as Main Scene`.

***

## Grid View [#grid-view]

To get an overview of all the scenes on your Spline file you can access Grid view with the `Grid` icon that’s next to the `+` icon.

Grid View will show you all your scenes with their respective names and thumbnail previews.

This view allows you to visually manage your scenes. You can do all the same actions you’d do on the scenes panel like `Duplicate`, `Rename`, `Delete`, and `Set as Main Scene`. You can also create new scenes or preview them on Play Mode.

<Video src="https://cdn.spline.design/_assets/docs/ed0085cf-af5d-4e53-b66a-96b57ca1ed7a.mp4" />
