You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/SceneSystem/SceneSystemGettingStarted.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,46 @@ If your project consists of a single scene, the Scene System probably isn't nece
10
10
- You want a simple way to keep track of load operations in progress or a simple way to control scene activation for multiple scenes being loaded at once.
11
11
- You want to keep lighting consistent and predictable across all your scenes.
12
12
13
+
## Scene System Resources
14
+
15
+
By default, the Scene System utilizes a pair of scene objects (DefaultManagerScene and DefaultLighting scene). If either of these scenes cannot be located,
16
+
a message will appear in the Scene System profile inspector.
0 commit comments