[TASK] Spawn collectable ducks on the map when in range

This commit is contained in:
2019-08-19 00:36:56 +02:00
parent 98219ecfef
commit 279c5fbbbe
2270 changed files with 6269477 additions and 182 deletions

View File

@@ -0,0 +1,123 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11484230}
m_Layer: 0
m_Name: ArcaneTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11484230
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 199898, guid: 7bbe36e923d120540a9d42d5002a84f5, type: 2}
projectileParticle: {fileID: 130552, guid: 2c2a183ad8a070b4ca24f54daad8b2da, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 130552, guid: 2c2a183ad8a070b4ca24f54daad8b2da, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 168254, guid: 2c2a183ad8a070b4ca24f54daad8b2da, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 199898, guid: 7bbe36e923d120540a9d42d5002a84f5, type: 2}
- target: {fileID: 0}
propertyPath: m_Name
value: ArcaneTinyObj
objectReference: {fileID: 0}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1d1ce344336026a4abd564307629e846
timeCreated: 1453401193
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11415528}
m_Layer: 0
m_Name: EarthTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11415528
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 160150, guid: 135baa54467718346b4ec3b679824e50, type: 2}
projectileParticle: {fileID: 189528, guid: 676af163bda25f042b4fb56488fbb3c8, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 2
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 189528, guid: 676af163bda25f042b4fb56488fbb3c8, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 136696, guid: 676af163bda25f042b4fb56488fbb3c8, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 147520, guid: 676af163bda25f042b4fb56488fbb3c8, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 160150, guid: 135baa54467718346b4ec3b679824e50, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: fa863ae69634ed847867fe87eea859cd
timeCreated: 1453403496
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,120 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11454840}
m_Layer: 0
m_Name: FireTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11454840
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 123764, guid: 5077e2ec8ec48d247af6fecd8d5bb756, type: 2}
projectileParticle: {fileID: 141582, guid: 11306af72e9741044bdf0bbbcc5c69de, type: 2}
muzzleParticle: {fileID: 0}
trailParticles:
- {fileID: 102228, guid: 11306af72e9741044bdf0bbbcc5c69de, type: 2}
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 141582, guid: 11306af72e9741044bdf0bbbcc5c69de, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 102228, guid: 11306af72e9741044bdf0bbbcc5c69de, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 123764, guid: 5077e2ec8ec48d247af6fecd8d5bb756, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c51baba3c81189b40b5b3967999d8e6a
timeCreated: 1453402150
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11491332}
m_Layer: 0
m_Name: FrostTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11491332
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 171178, guid: 4e845b2a2f67c424d95d2f46ec589f9f, type: 2}
projectileParticle: {fileID: 154534, guid: 5535b349e6ff989468a2e66903f14be3, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 154534, guid: 5535b349e6ff989468a2e66903f14be3, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 174728, guid: 5535b349e6ff989468a2e66903f14be3, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 171178, guid: 4e845b2a2f67c424d95d2f46ec589f9f, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7d61fdcfa2d42c24d83c7c35a6c42e80
timeCreated: 1453404463
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11400834}
m_Layer: 0
m_Name: LifeTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11400834
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 187428, guid: a09f02425a8307640b16f6427069403a, type: 2}
projectileParticle: {fileID: 174430, guid: 021333572c87ea44398e5894bfa89943, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 174430, guid: 021333572c87ea44398e5894bfa89943, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 104502, guid: 021333572c87ea44398e5894bfa89943, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 187428, guid: a09f02425a8307640b16f6427069403a, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 34bf584a853426341a5367116fee9844
timeCreated: 1453405223
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11461408}
m_Layer: 0
m_Name: LightTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11461408
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 119322, guid: e322ac6f694c2f84bb227112512c13ce, type: 2}
projectileParticle: {fileID: 110916, guid: 714e217e5f981894799cb68d6c4ec887, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 110916, guid: 714e217e5f981894799cb68d6c4ec887, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 113918, guid: 714e217e5f981894799cb68d6c4ec887, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 119322, guid: e322ac6f694c2f84bb227112512c13ce, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: dc7568872f0e5404f96481fc3f976c08
timeCreated: 1453408139
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11448852}
m_Layer: 0
m_Name: LightningTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11448852
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 156488, guid: dea1f08dc19ca07458e689ec70311e5d, type: 2}
projectileParticle: {fileID: 197658, guid: d74ebc75b860ca341a2c8b99d74519de, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 197658, guid: d74ebc75b860ca341a2c8b99d74519de, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 147216, guid: d74ebc75b860ca341a2c8b99d74519de, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 156488, guid: dea1f08dc19ca07458e689ec70311e5d, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 39062704a091e5444bd6d8ef80fb9a56
timeCreated: 1453409496
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11428016}
m_Layer: 0
m_Name: ShadowTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11428016
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 148672, guid: 79ff2d2e1cfe3f840b586d3f102d7685, type: 2}
projectileParticle: {fileID: 127600, guid: bdaa1cc384b7183478179df9ff7fa89d, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 127600, guid: bdaa1cc384b7183478179df9ff7fa89d, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 135074, guid: bdaa1cc384b7183478179df9ff7fa89d, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 148672, guid: 79ff2d2e1cfe3f840b586d3f102d7685, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: fcc851dfe828e8940a9ea63ef8569b92
timeCreated: 1453411765
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11428468}
m_Layer: 0
m_Name: StormTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11428468
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 106788, guid: 2f99ecca0dcb5d64a86c68c065ee62db, type: 2}
projectileParticle: {fileID: 148338, guid: a75f39c5bb6711049a1d5d5cbe4cd515, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 148338, guid: a75f39c5bb6711049a1d5d5cbe4cd515, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 146776, guid: a75f39c5bb6711049a1d5d5cbe4cd515, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 106788, guid: 2f99ecca0dcb5d64a86c68c065ee62db, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7d76b81bbc5975e4f9e2b476613ed0a8
timeCreated: 1453413852
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,119 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 400000}
- component: {fileID: 3300000}
- component: {fileID: 13500000}
- component: {fileID: 5400000}
- component: {fileID: 11458758}
m_Layer: 0
m_Name: WaterTinyObj
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &400000
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.4596477, y: 0.16517867, z: 4.162469}
m_LocalScale: {x: 0.33036035, y: 0.33036035, z: 0.33036035}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &3300000
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
--- !u!54 &5400000
Rigidbody:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
serializedVersion: 2
m_Mass: 1
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0
--- !u!114 &11458758
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c49efb715a1395643b158a8846980bcd, type: 3}
m_Name:
m_EditorClassIdentifier:
impactParticle: {fileID: 126790, guid: 3c882a5553977f644823c4468aae67c3, type: 2}
projectileParticle: {fileID: 157264, guid: 7252d67658066af47bec6ca53e149df0, type: 2}
muzzleParticle: {fileID: 0}
trailParticles: []
impactNormal: {x: 0, y: 0, z: 0}
--- !u!135 &13500000
SphereCollider:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100000}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 1.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 0}
propertyPath: trailParticles.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 0}
propertyPath: projectileParticle
value:
objectReference: {fileID: 157264, guid: 7252d67658066af47bec6ca53e149df0, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[0]
value:
objectReference: {fileID: 168632, guid: 7252d67658066af47bec6ca53e149df0, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[1]
value:
objectReference: {fileID: 100002, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: trailParticles.Array.data[2]
value:
objectReference: {fileID: 100004, guid: e08544da84c22f444b58b5d10dac497a, type: 2}
- target: {fileID: 0}
propertyPath: impactParticle
value:
objectReference: {fileID: 126790, guid: 3c882a5553977f644823c4468aae67c3, type: 2}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 100000}
m_IsPrefabParent: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 137cc3422a61fa24bad35f139396a313
timeCreated: 1453469615
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant: