Skip to content

Commit ae29efd

Browse files
committed
setting SceneLoader's DontDestroyWithOwner to true
1 parent b4e5da8 commit ae29efd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Prefabs/SceneLoader.prefab

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Transform:
2929
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
3030
m_LocalPosition: {x: 0, y: 0, z: 0}
3131
m_LocalScale: {x: 1, y: 1, z: 1}
32+
m_ConstrainProportionsScale: 0
3233
m_Children: []
3334
m_Father: {fileID: 0}
3435
m_RootOrder: 0
@@ -61,7 +62,7 @@ MonoBehaviour:
6162
m_EditorClassIdentifier:
6263
GlobalObjectIdHash: 951099334
6364
AlwaysReplicateAsRoot: 0
64-
DontDestroyWithOwner: 0
65+
DontDestroyWithOwner: 1
6566
AutoObjectParentSync: 1
6667
--- !u!114 &6240023712540756099
6768
MonoBehaviour:

0 commit comments

Comments
 (0)