Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Move components to the same GameObject
Browse files Browse the repository at this point in the history
- Fixes #26
  • Loading branch information
exodrifter committed Dec 18, 2014
1 parent e450a0a commit 981d01b
Showing 1 changed file with 19 additions and 47 deletions.
66 changes: 19 additions & 47 deletions Assets/Examples/TestScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -74,49 +74,6 @@ NavMeshSettings:
widthInaccuracy: 16.666666
heightInaccuracy: 10
m_NavMesh: {fileID: 0}
--- !u!1 &543557380
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
serializedVersion: 4
m_Component:
- 4: {fileID: 543557382}
- 114: {fileID: 543557381}
m_Layer: 0
m_Name: Dialog
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &543557381
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 543557380}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 01846983878a06d4690fa28ff4c7f3c0, type: 3}
m_Name:
m_EditorClassIdentifier:
m_renPyScript: {fileID: 11400000, guid: 6adc7978a99934c0c9027533587cadda, type: 2}
m_music: {fileID: 0}
m_sound: {fileID: 0}
m_voice: {fileID: 0}
--- !u!4 &543557382
Transform:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 543557380}
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_Children: []
m_Father: {fileID: 1578666700}
m_RootOrder: 0
--- !u!1 &1329645221
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -210,8 +167,9 @@ GameObject:
m_Component:
- 4: {fileID: 1578666700}
- 114: {fileID: 1578666701}
- 114: {fileID: 1578666702}
m_Layer: 0
m_Name: Actor
m_Name: Dialog
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand All @@ -226,8 +184,7 @@ Transform:
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_Children:
- {fileID: 543557382}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 1
--- !u!114 &1578666701
Expand All @@ -242,4 +199,19 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_autoStart: 1
m_display: {fileID: 543557381}
m_display: {fileID: 1578666702}
--- !u!114 &1578666702
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1578666699}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 01846983878a06d4690fa28ff4c7f3c0, type: 3}
m_Name:
m_EditorClassIdentifier:
m_renPyScript: {fileID: 11400000, guid: 6adc7978a99934c0c9027533587cadda, type: 2}
m_music: {fileID: 0}
m_sound: {fileID: 0}
m_voice: {fileID: 0}

0 comments on commit 981d01b

Please sign in to comment.