This directional diagram describes valid serialized references.
| From a scene | To a scene | |
|---|---|---|
| Other scenes | ||
| Project assets | ||
| Packaged assets |
See Assets diagram for asset reference specifics
| From project assets | To project assets | |
|---|---|---|
| Scenes | ||
| Other project assets | ||
| Packaged assets |
See Assets diagram for asset reference specifics
| From package assets | To package assets | |
|---|---|---|
| Scenes | ||
| Project assets | ||
| Other packaged assets |
See Assets diagram for asset reference specifics
| From assets or sub-assets | To assets or sub-assets | |
|---|---|---|
| Scenes | ||
| Other assets or sub-assets | ||
| Prefab assets | ||
| Prefab asset children |
See Scene/Project/Package diagram for location specifics
| From prefab assets | To prefab assets | |
|---|---|---|
| Scenes | ||
| Assets or sub-assets | ||
| Other prefab assets | ||
| This prefab's children | ||
| Other prefab's children |
See Scene/Project/Package diagram for location specifics
| From prefab asset children | To prefab asset children | |
|---|---|---|
| Scenes | ||
| Assets or sub-assets | ||
| Other prefab assets | ||
| This prefab's children | ||
| Other prefab's children |
See Scene/Project/Package diagram for location specifics
Any content in the hierarchy of a scene.
Any content in the project. This is any asset in the Assets or Project Settings directories.
Any content in a package. These are assets that appear in the Packages directory in the Project window. Assets from Unity's Asset Store may use the Package Manager but are not installed as packages.
GameObjects in the project packages. Prefab instances in scenes refer to prefab assets, but are not assets themselves.
GameObjects under the root of prefab assets.
Project or package assets that are not prefabs.
If you're unsure how to reference one location from another, refer to the how-to section.