Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 856 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 856 Bytes

UnitySceneReference

Scriptable object that enables scenes to be referenced at runtime

Usage Images

  • Add the scriptable asset from Assets->Create->ScriptableObjects->SceneReference:
    image

  • Adding a SceneAsset to the SceneReference Object from the Inspector to reference it:
    image

  • Use the SceneReference Object from the editor:
    image

  • Use the SceneReference Object from a script:
    image