Skip to content

Commit

Permalink
Adds empty game object to main scene for user debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
joefspiro committed Jan 14, 2023
1 parent 70c3cfe commit 7aa8864
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Assets/Hamster/MainGameScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,37 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &201681624
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 201681625}
m_Layer: 0
m_Name: EmptyObject
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &201681625
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 201681624}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &489996878
GameObject:
m_ObjectHideFlags: 0
Expand Down

0 comments on commit 7aa8864

Please sign in to comment.