From 26d9381aecef897189746309173378e894a8bc37 Mon Sep 17 00:00:00 2001 From: LikhenkoVG <106115719+LikhenkoVG@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:32:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/Cowboy/Cowboy.fbx.meta | 7 +- .../Cowboy/Materials/ROBIN_HOOD_ATLAS.mat | 135 + .../Materials/ROBIN_HOOD_ATLAS.mat.meta | 8 + .../{without textures.meta => SmallBoat.meta} | 2 +- .../Models/SmallBoat/Materials.meta | 8 + .../Models/SmallBoat/SmallBoat.fbx | 3 + .../Models/SmallBoat/SmallBoat.fbx.meta | 109 + .../Models/SmallBoat/Textures.meta | 8 + Assets/Crossy Road VR/Models/SpawnCar.meta | 8 + .../Models/SpawnCar/Materials.meta | 8 + .../Models/SpawnCar/SpawnCar.fbx | 3 + .../Models/SpawnCar/SpawnCar.fbx.meta | 109 + .../Models/SpawnCar/Textures.meta | 8 + Assets/Crossy Road VR/Models/SpawnCar2.meta | 8 + .../Models/SpawnCar2/Materials.meta | 8 + .../Models/SpawnCar2/SpawnCar2.fbx | 3 + .../Models/SpawnCar2/SpawnCar2.fbx.meta | 109 + .../Models/SpawnCar2/Textures.meta | 8 + Assets/Crossy Road VR/Models/SpawnTrain.meta | 8 + .../Models/SpawnTrain/Materials.meta | 8 + .../Models/SpawnTrain/SpawnTrain.fbx | 3 + .../Models/SpawnTrain/SpawnTrain.fbx.meta | 109 + .../Models/SpawnTrain/Textures.meta | 8 + .../Models/{without textures => }/bush.meta | 0 .../{without textures => }/bush/bush.fbx | 0 .../{without textures => }/bush/bush.fbx.meta | 0 .../{without textures => }/campfire.meta | 0 .../campfire/campfire.fbx | 0 .../campfire/campfire.fbx.meta | 0 .../Models/{Base 2.meta => el2.meta} | 0 .../Models/{Base 2 => el2}/Materials.meta | 0 .../Models/{Base 2 => el2}/Textures.meta | 0 Assets/Crossy Road VR/Models/el2/el2.fbx | 3 + Assets/Crossy Road VR/Models/el2/el2.fbx.meta | 109 + .../Models/{Base 3.meta => fence.meta} | 0 .../Models/{Base 3 => fence}/Materials.meta | 0 .../Models/{Base 3 => fence}/Textures.meta | 0 Assets/Crossy Road VR/Models/fence/fence.fbx | 3 + .../Models/fence/fence.fbx.meta | 109 + Assets/Crossy Road VR/Models/fox.meta | 8 + .../Crossy Road VR/Models/fox/Materials.meta | 8 + .../Crossy Road VR/Models/fox/Textures.meta | 8 + Assets/Crossy Road VR/Models/fox/fox.fbx | 3 + Assets/Crossy Road VR/Models/fox/fox.fbx.meta | 109 + .../Models/{Base 4.meta => grass.meta} | 0 .../Models/{Base 4 => grass}/Materials.meta | 0 .../Models/{Base 4 => grass}/Textures.meta | 0 Assets/Crossy Road VR/Models/grass/grass.fbx | 3 + .../Models/grass/grass.fbx.meta | 109 + .../Models/{Base 5.meta => grass2.meta} | 0 .../Models/{Base 5 => grass2}/Materials.meta | 0 .../Models/{Base 5 => grass2}/Textures.meta | 0 .../Crossy Road VR/Models/grass2/grass2.fbx | 3 + .../Models/grass2/grass2.fbx.meta | 109 + Assets/Crossy Road VR/Models/pointer.meta | 8 + .../Models/pointer/Materials.meta | 8 + .../Models/pointer/Textures.meta | 8 + .../Crossy Road VR/Models/pointer/pointer.fbx | 3 + .../Models/pointer/pointer.fbx.meta | 109 + Assets/Crossy Road VR/Models/stump.meta | 8 + .../Models/stump/Materials.meta | 8 + .../Crossy Road VR/Models/stump/Textures.meta | 8 + Assets/Crossy Road VR/Models/stump/stump.fbx | 3 + .../Models/stump/stump.fbx.meta | 109 + Assets/Crossy Road VR/Models/wood.meta | 8 + .../Crossy Road VR/Models/wood/Materials.meta | 8 + .../Crossy Road VR/Models/wood/Textures.meta | 8 + Assets/Crossy Road VR/Models/wood/wood.fbx | 3 + .../Crossy Road VR/Models/wood/wood.fbx.meta | 109 + .../Prefabs Scence/Prefabs Scence.unity | 2718 ++++++++++------- 70 files changed, 3356 insertions(+), 1042 deletions(-) create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat.meta rename Assets/Crossy Road VR/Models/{without textures.meta => SmallBoat.meta} (77%) create mode 100644 Assets/Crossy Road VR/Models/SmallBoat/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx create mode 100644 Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/SmallBoat/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx create mode 100644 Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar2.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar2/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx create mode 100644 Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnCar2/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnTrain.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnTrain/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx create mode 100644 Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/SpawnTrain/Textures.meta rename Assets/Crossy Road VR/Models/{without textures => }/bush.meta (100%) rename Assets/Crossy Road VR/Models/{without textures => }/bush/bush.fbx (100%) rename Assets/Crossy Road VR/Models/{without textures => }/bush/bush.fbx.meta (100%) rename Assets/Crossy Road VR/Models/{without textures => }/campfire.meta (100%) rename Assets/Crossy Road VR/Models/{without textures => }/campfire/campfire.fbx (100%) rename Assets/Crossy Road VR/Models/{without textures => }/campfire/campfire.fbx.meta (100%) rename Assets/Crossy Road VR/Models/{Base 2.meta => el2.meta} (100%) rename Assets/Crossy Road VR/Models/{Base 2 => el2}/Materials.meta (100%) rename Assets/Crossy Road VR/Models/{Base 2 => el2}/Textures.meta (100%) create mode 100644 Assets/Crossy Road VR/Models/el2/el2.fbx create mode 100644 Assets/Crossy Road VR/Models/el2/el2.fbx.meta rename Assets/Crossy Road VR/Models/{Base 3.meta => fence.meta} (100%) rename Assets/Crossy Road VR/Models/{Base 3 => fence}/Materials.meta (100%) rename Assets/Crossy Road VR/Models/{Base 3 => fence}/Textures.meta (100%) create mode 100644 Assets/Crossy Road VR/Models/fence/fence.fbx create mode 100644 Assets/Crossy Road VR/Models/fence/fence.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/fox.meta create mode 100644 Assets/Crossy Road VR/Models/fox/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/fox/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/fox/fox.fbx create mode 100644 Assets/Crossy Road VR/Models/fox/fox.fbx.meta rename Assets/Crossy Road VR/Models/{Base 4.meta => grass.meta} (100%) rename Assets/Crossy Road VR/Models/{Base 4 => grass}/Materials.meta (100%) rename Assets/Crossy Road VR/Models/{Base 4 => grass}/Textures.meta (100%) create mode 100644 Assets/Crossy Road VR/Models/grass/grass.fbx create mode 100644 Assets/Crossy Road VR/Models/grass/grass.fbx.meta rename Assets/Crossy Road VR/Models/{Base 5.meta => grass2.meta} (100%) rename Assets/Crossy Road VR/Models/{Base 5 => grass2}/Materials.meta (100%) rename Assets/Crossy Road VR/Models/{Base 5 => grass2}/Textures.meta (100%) create mode 100644 Assets/Crossy Road VR/Models/grass2/grass2.fbx create mode 100644 Assets/Crossy Road VR/Models/grass2/grass2.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/pointer.meta create mode 100644 Assets/Crossy Road VR/Models/pointer/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/pointer/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/pointer/pointer.fbx create mode 100644 Assets/Crossy Road VR/Models/pointer/pointer.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/stump.meta create mode 100644 Assets/Crossy Road VR/Models/stump/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/stump/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/stump/stump.fbx create mode 100644 Assets/Crossy Road VR/Models/stump/stump.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/wood.meta create mode 100644 Assets/Crossy Road VR/Models/wood/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/wood/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/wood/wood.fbx create mode 100644 Assets/Crossy Road VR/Models/wood/wood.fbx.meta diff --git a/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta b/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta index 2f06833..58b7104 100644 --- a/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta +++ b/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta @@ -3,7 +3,12 @@ guid: 531470ae83e92294ba4c48d8d52c3364 ModelImporter: serializedVersion: 22200 internalIDToNameTable: [] - externalObjects: {} + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: ROBIN_HOOD_ATLAS + second: {fileID: 2100000, guid: b2b7d4d655531164d9cef9a2d3ac1513, type: 2} materials: materialImportMode: 2 materialName: 0 diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat b/Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat new file mode 100644 index 0000000..0077383 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat @@ -0,0 +1,135 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ROBIN_HOOD_ATLAS + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.4472136 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.4472136 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &4113700081627544110 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat.meta b/Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat.meta new file mode 100644 index 0000000..8bd776b --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/ROBIN_HOOD_ATLAS.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2b7d4d655531164d9cef9a2d3ac1513 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/without textures.meta b/Assets/Crossy Road VR/Models/SmallBoat.meta similarity index 77% rename from Assets/Crossy Road VR/Models/without textures.meta rename to Assets/Crossy Road VR/Models/SmallBoat.meta index 7371a25..8e7767d 100644 --- a/Assets/Crossy Road VR/Models/without textures.meta +++ b/Assets/Crossy Road VR/Models/SmallBoat.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 45066e186b46ba347b76e0d017e6b8d9 +guid: dff40088f5738c3459c048ce9c83a2a2 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Crossy Road VR/Models/SmallBoat/Materials.meta b/Assets/Crossy Road VR/Models/SmallBoat/Materials.meta new file mode 100644 index 0000000..4bd0743 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SmallBoat/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 109efeabe0cba474c8281fc392985afd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx b/Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx new file mode 100644 index 0000000..800562b --- /dev/null +++ b/Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb72f8c5d476eaac668ab3f9719dce4a4a85ecb43d9b49f69815107f0bdb4a4 +size 34508 diff --git a/Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx.meta b/Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx.meta new file mode 100644 index 0000000..4ee064b --- /dev/null +++ b/Assets/Crossy Road VR/Models/SmallBoat/SmallBoat.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4307a3221349dcf408a74cc4e7a5791c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SmallBoat/Textures.meta b/Assets/Crossy Road VR/Models/SmallBoat/Textures.meta new file mode 100644 index 0000000..585eb02 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SmallBoat/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b3347ee4b0341a4ebe83b14cec359d8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar.meta b/Assets/Crossy Road VR/Models/SpawnCar.meta new file mode 100644 index 0000000..03c0aad --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 213b250125d240d498c88558b86d6d5c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar/Materials.meta b/Assets/Crossy Road VR/Models/SpawnCar/Materials.meta new file mode 100644 index 0000000..bf346ac --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 38defc3f10b9b304893d72a384ed2fce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx b/Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx new file mode 100644 index 0000000..ab19edc --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7f1bc2f2f6be3f11b7dfa21c6de67dc53efb40ec207c3486161f614e44c2e0 +size 17420 diff --git a/Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx.meta b/Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx.meta new file mode 100644 index 0000000..acbcdb7 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar/SpawnCar.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 47b8fc8cdd6dada4a952f1b2982a1981 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar/Textures.meta b/Assets/Crossy Road VR/Models/SpawnCar/Textures.meta new file mode 100644 index 0000000..01bda6f --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c91daac4b2f449a4ab8564625b71891b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar2.meta b/Assets/Crossy Road VR/Models/SpawnCar2.meta new file mode 100644 index 0000000..63708c4 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar2.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 546e130a5b3c45e4f8cabbae1afee9d4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar2/Materials.meta b/Assets/Crossy Road VR/Models/SpawnCar2/Materials.meta new file mode 100644 index 0000000..7487134 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar2/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f91a52ff2ef65347a06c1f76a2bbf86 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx b/Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx new file mode 100644 index 0000000..9cf3b7c --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207a4f5e239ba1bdf111dcdca39e67c1ca3defd5dbc9351f6640c396b3ca5255 +size 18860 diff --git a/Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx.meta b/Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx.meta new file mode 100644 index 0000000..d789c9a --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar2/SpawnCar2.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5e846dd5862bf1348b971601ddcef9ab +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnCar2/Textures.meta b/Assets/Crossy Road VR/Models/SpawnCar2/Textures.meta new file mode 100644 index 0000000..8e9373c --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnCar2/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 781543e91f4f3a8429be254ef8644824 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnTrain.meta b/Assets/Crossy Road VR/Models/SpawnTrain.meta new file mode 100644 index 0000000..75883f9 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnTrain.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a87611a992f324945a1077eeebf6fecc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnTrain/Materials.meta b/Assets/Crossy Road VR/Models/SpawnTrain/Materials.meta new file mode 100644 index 0000000..d3e7616 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnTrain/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8fc19d8a704d4a14a843d8f3512bf364 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx b/Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx new file mode 100644 index 0000000..2333e53 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be2d5e5a27d13c4947dc6af0abd294c9cb1babbbfdd89134112cfa58a403ea3 +size 17740 diff --git a/Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx.meta b/Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx.meta new file mode 100644 index 0000000..6808df1 --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnTrain/SpawnTrain.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2c538788cfb1e66438e0450f49fd8d65 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/SpawnTrain/Textures.meta b/Assets/Crossy Road VR/Models/SpawnTrain/Textures.meta new file mode 100644 index 0000000..530bdce --- /dev/null +++ b/Assets/Crossy Road VR/Models/SpawnTrain/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 34d3c0a6c08d3784e98d126555f7ed17 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/without textures/bush.meta b/Assets/Crossy Road VR/Models/bush.meta similarity index 100% rename from Assets/Crossy Road VR/Models/without textures/bush.meta rename to Assets/Crossy Road VR/Models/bush.meta diff --git a/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx b/Assets/Crossy Road VR/Models/bush/bush.fbx similarity index 100% rename from Assets/Crossy Road VR/Models/without textures/bush/bush.fbx rename to Assets/Crossy Road VR/Models/bush/bush.fbx diff --git a/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx.meta b/Assets/Crossy Road VR/Models/bush/bush.fbx.meta similarity index 100% rename from Assets/Crossy Road VR/Models/without textures/bush/bush.fbx.meta rename to Assets/Crossy Road VR/Models/bush/bush.fbx.meta diff --git a/Assets/Crossy Road VR/Models/without textures/campfire.meta b/Assets/Crossy Road VR/Models/campfire.meta similarity index 100% rename from Assets/Crossy Road VR/Models/without textures/campfire.meta rename to Assets/Crossy Road VR/Models/campfire.meta diff --git a/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx b/Assets/Crossy Road VR/Models/campfire/campfire.fbx similarity index 100% rename from Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx rename to Assets/Crossy Road VR/Models/campfire/campfire.fbx diff --git a/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx.meta b/Assets/Crossy Road VR/Models/campfire/campfire.fbx.meta similarity index 100% rename from Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx.meta rename to Assets/Crossy Road VR/Models/campfire/campfire.fbx.meta diff --git a/Assets/Crossy Road VR/Models/Base 2.meta b/Assets/Crossy Road VR/Models/el2.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 2.meta rename to Assets/Crossy Road VR/Models/el2.meta diff --git a/Assets/Crossy Road VR/Models/Base 2/Materials.meta b/Assets/Crossy Road VR/Models/el2/Materials.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 2/Materials.meta rename to Assets/Crossy Road VR/Models/el2/Materials.meta diff --git a/Assets/Crossy Road VR/Models/Base 2/Textures.meta b/Assets/Crossy Road VR/Models/el2/Textures.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 2/Textures.meta rename to Assets/Crossy Road VR/Models/el2/Textures.meta diff --git a/Assets/Crossy Road VR/Models/el2/el2.fbx b/Assets/Crossy Road VR/Models/el2/el2.fbx new file mode 100644 index 0000000..2711f0d --- /dev/null +++ b/Assets/Crossy Road VR/Models/el2/el2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f356295c817790c797d5f5140afb57a49af7a9f456db0ea8b98cba41cb2abb +size 24540 diff --git a/Assets/Crossy Road VR/Models/el2/el2.fbx.meta b/Assets/Crossy Road VR/Models/el2/el2.fbx.meta new file mode 100644 index 0000000..454af3e --- /dev/null +++ b/Assets/Crossy Road VR/Models/el2/el2.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d1cf93af7bf8d0d4ea885b57860d7ed7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 3.meta b/Assets/Crossy Road VR/Models/fence.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 3.meta rename to Assets/Crossy Road VR/Models/fence.meta diff --git a/Assets/Crossy Road VR/Models/Base 3/Materials.meta b/Assets/Crossy Road VR/Models/fence/Materials.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 3/Materials.meta rename to Assets/Crossy Road VR/Models/fence/Materials.meta diff --git a/Assets/Crossy Road VR/Models/Base 3/Textures.meta b/Assets/Crossy Road VR/Models/fence/Textures.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 3/Textures.meta rename to Assets/Crossy Road VR/Models/fence/Textures.meta diff --git a/Assets/Crossy Road VR/Models/fence/fence.fbx b/Assets/Crossy Road VR/Models/fence/fence.fbx new file mode 100644 index 0000000..783c38f --- /dev/null +++ b/Assets/Crossy Road VR/Models/fence/fence.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ac27920461c9548af513d664242d16055f58af411cadc2e16e6ed8f7ebe7eb +size 25980 diff --git a/Assets/Crossy Road VR/Models/fence/fence.fbx.meta b/Assets/Crossy Road VR/Models/fence/fence.fbx.meta new file mode 100644 index 0000000..34443cb --- /dev/null +++ b/Assets/Crossy Road VR/Models/fence/fence.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2f2a20446a2da5d4aa0cce8e5f418f62 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/fox.meta b/Assets/Crossy Road VR/Models/fox.meta new file mode 100644 index 0000000..d233f4f --- /dev/null +++ b/Assets/Crossy Road VR/Models/fox.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f74d78fd54e5a5747b2bc204ed6546e1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/fox/Materials.meta b/Assets/Crossy Road VR/Models/fox/Materials.meta new file mode 100644 index 0000000..316a10a --- /dev/null +++ b/Assets/Crossy Road VR/Models/fox/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0c71e08dbf1c8db4abb2cbadf0d235d2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/fox/Textures.meta b/Assets/Crossy Road VR/Models/fox/Textures.meta new file mode 100644 index 0000000..7d818ef --- /dev/null +++ b/Assets/Crossy Road VR/Models/fox/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5f49ed3832e12b24382170752ecc289d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/fox/fox.fbx b/Assets/Crossy Road VR/Models/fox/fox.fbx new file mode 100644 index 0000000..3d5c36f --- /dev/null +++ b/Assets/Crossy Road VR/Models/fox/fox.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569fa9081c1b194b9d56ed3a822d127e1ea22d4fa67a1fc000df61d35f725992 +size 96332 diff --git a/Assets/Crossy Road VR/Models/fox/fox.fbx.meta b/Assets/Crossy Road VR/Models/fox/fox.fbx.meta new file mode 100644 index 0000000..5b02d1e --- /dev/null +++ b/Assets/Crossy Road VR/Models/fox/fox.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d58313b5cf3c91242884001f1a993863 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 4.meta b/Assets/Crossy Road VR/Models/grass.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 4.meta rename to Assets/Crossy Road VR/Models/grass.meta diff --git a/Assets/Crossy Road VR/Models/Base 4/Materials.meta b/Assets/Crossy Road VR/Models/grass/Materials.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 4/Materials.meta rename to Assets/Crossy Road VR/Models/grass/Materials.meta diff --git a/Assets/Crossy Road VR/Models/Base 4/Textures.meta b/Assets/Crossy Road VR/Models/grass/Textures.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 4/Textures.meta rename to Assets/Crossy Road VR/Models/grass/Textures.meta diff --git a/Assets/Crossy Road VR/Models/grass/grass.fbx b/Assets/Crossy Road VR/Models/grass/grass.fbx new file mode 100644 index 0000000..cc8cfa8 --- /dev/null +++ b/Assets/Crossy Road VR/Models/grass/grass.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a697a8baa1c2deb7ab4011f8dd275b880136c7dc2715d8a915eb16346dc949 +size 192908 diff --git a/Assets/Crossy Road VR/Models/grass/grass.fbx.meta b/Assets/Crossy Road VR/Models/grass/grass.fbx.meta new file mode 100644 index 0000000..9fbda2b --- /dev/null +++ b/Assets/Crossy Road VR/Models/grass/grass.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9766c2bab3b701545b3b74ffad80a3f6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 5.meta b/Assets/Crossy Road VR/Models/grass2.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 5.meta rename to Assets/Crossy Road VR/Models/grass2.meta diff --git a/Assets/Crossy Road VR/Models/Base 5/Materials.meta b/Assets/Crossy Road VR/Models/grass2/Materials.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 5/Materials.meta rename to Assets/Crossy Road VR/Models/grass2/Materials.meta diff --git a/Assets/Crossy Road VR/Models/Base 5/Textures.meta b/Assets/Crossy Road VR/Models/grass2/Textures.meta similarity index 100% rename from Assets/Crossy Road VR/Models/Base 5/Textures.meta rename to Assets/Crossy Road VR/Models/grass2/Textures.meta diff --git a/Assets/Crossy Road VR/Models/grass2/grass2.fbx b/Assets/Crossy Road VR/Models/grass2/grass2.fbx new file mode 100644 index 0000000..3b89f8f --- /dev/null +++ b/Assets/Crossy Road VR/Models/grass2/grass2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e449259e6d0d919632f7b462369e5975c66b14a8cb2dc386a3a78b4b84da34 +size 180060 diff --git a/Assets/Crossy Road VR/Models/grass2/grass2.fbx.meta b/Assets/Crossy Road VR/Models/grass2/grass2.fbx.meta new file mode 100644 index 0000000..b7df5b9 --- /dev/null +++ b/Assets/Crossy Road VR/Models/grass2/grass2.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 94c296333b34a92488cc8dd30a50ab53 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/pointer.meta b/Assets/Crossy Road VR/Models/pointer.meta new file mode 100644 index 0000000..6adb56c --- /dev/null +++ b/Assets/Crossy Road VR/Models/pointer.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 33f1a099bf408164082aa24db2280545 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/pointer/Materials.meta b/Assets/Crossy Road VR/Models/pointer/Materials.meta new file mode 100644 index 0000000..ed06b35 --- /dev/null +++ b/Assets/Crossy Road VR/Models/pointer/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 14fd09dd4ce8fa64d8d094ddbc21cb67 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/pointer/Textures.meta b/Assets/Crossy Road VR/Models/pointer/Textures.meta new file mode 100644 index 0000000..6eab46a --- /dev/null +++ b/Assets/Crossy Road VR/Models/pointer/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f026d2098b9f78b4281e2e2392b23051 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/pointer/pointer.fbx b/Assets/Crossy Road VR/Models/pointer/pointer.fbx new file mode 100644 index 0000000..21e8b22 --- /dev/null +++ b/Assets/Crossy Road VR/Models/pointer/pointer.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5bab6453b4fb2756f0e12d45596e1457dded10d099910f039b92bdcff8a59a +size 21004 diff --git a/Assets/Crossy Road VR/Models/pointer/pointer.fbx.meta b/Assets/Crossy Road VR/Models/pointer/pointer.fbx.meta new file mode 100644 index 0000000..d4d1ae5 --- /dev/null +++ b/Assets/Crossy Road VR/Models/pointer/pointer.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/stump.meta b/Assets/Crossy Road VR/Models/stump.meta new file mode 100644 index 0000000..ea824cf --- /dev/null +++ b/Assets/Crossy Road VR/Models/stump.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a4c343bdbfa464f4f9932882937fce8a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/stump/Materials.meta b/Assets/Crossy Road VR/Models/stump/Materials.meta new file mode 100644 index 0000000..22abcbf --- /dev/null +++ b/Assets/Crossy Road VR/Models/stump/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 00081ecc5de38a24d8790dc05cc6f315 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/stump/Textures.meta b/Assets/Crossy Road VR/Models/stump/Textures.meta new file mode 100644 index 0000000..3f0b52c --- /dev/null +++ b/Assets/Crossy Road VR/Models/stump/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68e0bb07a6407d64b937a4d0cead9f72 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/stump/stump.fbx b/Assets/Crossy Road VR/Models/stump/stump.fbx new file mode 100644 index 0000000..32f212f --- /dev/null +++ b/Assets/Crossy Road VR/Models/stump/stump.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4affb06ad828b0b33c6292423bd9b8398a8472b5eda417f3e55c2685684dc7 +size 19580 diff --git a/Assets/Crossy Road VR/Models/stump/stump.fbx.meta b/Assets/Crossy Road VR/Models/stump/stump.fbx.meta new file mode 100644 index 0000000..774e9b2 --- /dev/null +++ b/Assets/Crossy Road VR/Models/stump/stump.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4ff1f1389bb931240a23ebb0dc66a6e9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wood.meta b/Assets/Crossy Road VR/Models/wood.meta new file mode 100644 index 0000000..b7cbd78 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wood.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6cf909f5bf6c414fb9fb2f7c478237e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wood/Materials.meta b/Assets/Crossy Road VR/Models/wood/Materials.meta new file mode 100644 index 0000000..5ba1f00 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wood/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92f33a3fdde0f114f8c8c75b9f0a7cda +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wood/Textures.meta b/Assets/Crossy Road VR/Models/wood/Textures.meta new file mode 100644 index 0000000..a517b5c --- /dev/null +++ b/Assets/Crossy Road VR/Models/wood/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25e78a01f93bce74f8337e37be392de1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wood/wood.fbx b/Assets/Crossy Road VR/Models/wood/wood.fbx new file mode 100644 index 0000000..b1cf1d0 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wood/wood.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391f0d0f02520dc372dddb28b0cf40724ca23fdf9b6a000ff2d386ae23258e2c +size 32092 diff --git a/Assets/Crossy Road VR/Models/wood/wood.fbx.meta b/Assets/Crossy Road VR/Models/wood/wood.fbx.meta new file mode 100644 index 0000000..108a171 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wood/wood.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2864d9df786374e4689bec8c5fa6ff02 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Scenes/Prefabs Scence/Prefabs Scence.unity b/Assets/Crossy Road VR/Scenes/Prefabs Scence/Prefabs Scence.unity index 5760d7c..cebda8a 100644 --- a/Assets/Crossy Road VR/Scenes/Prefabs Scence/Prefabs Scence.unity +++ b/Assets/Crossy Road VR/Scenes/Prefabs Scence/Prefabs Scence.unity @@ -332,6 +332,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &132066874 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalPosition.x + value: -84.6378 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalPosition.y + value: 7.473115 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalPosition.z + value: 16.271107 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} + propertyPath: m_Name + value: el2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d1cf93af7bf8d0d4ea885b57860d7ed7, type: 3} --- !u!1 &175443688 GameObject: m_ObjectHideFlags: 0 @@ -432,20 +489,69 @@ Transform: m_GameObject: {fileID: 175443688} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -88.75, y: 0, z: 0} - m_LocalScale: {x: 5, y: 1, z: 5} + m_LocalPosition: {x: -121, y: 0, z: 0} + m_LocalScale: {x: 10, y: 1, z: 10} m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 5177690962263472498} - - {fileID: 4459006206307021472} - - {fileID: 180479729174310068} - - {fileID: 5320380790543162373} - - {fileID: 8983178154201302031} - - {fileID: 2059670829} - - {fileID: 8782479532145808336} - - {fileID: 6642553533196746243} + m_Children: [] m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &181374568 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalPosition.x + value: -95.81697 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.22204417 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalPosition.z + value: -24.821732 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} + propertyPath: m_Name + value: Kamaz1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 800074d7615d9064f9008dab6fbf8b7f, type: 3} --- !u!1 &189042118 GameObject: m_ObjectHideFlags: 0 @@ -619,6 +725,120 @@ Transform: - {fileID: 1213950632} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &190837744 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalPosition.x + value: -90.3273 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalPosition.y + value: 0.99639356 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalPosition.z + value: -29.67315 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} + propertyPath: m_Name + value: car2_nd + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 665e6878f99bd364fa207d3bceddc787, type: 3} +--- !u!1001 &216687595 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalPosition.x + value: -107.564926 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalPosition.z + value: 17.93103 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} + propertyPath: m_Name + value: tree3 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b7af6d20428a8b48a740fd647e0ca5b, type: 3} --- !u!1 &226819078 GameObject: m_ObjectHideFlags: 0 @@ -724,6 +944,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &246684914 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalPosition.x + value: -79.66 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalPosition.y + value: 0.6 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalPosition.z + value: -1.61 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} + propertyPath: m_Name + value: grass + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9766c2bab3b701545b3b74ffad80a3f6, type: 3} --- !u!1 &262918146 GameObject: m_ObjectHideFlags: 0 @@ -829,6 +1106,120 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &271096182 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalPosition.x + value: -135.95053 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0380043 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalPosition.z + value: 18.977592 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} + propertyPath: m_Name + value: stump + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 4ff1f1389bb931240a23ebb0dc66a6e9, type: 3} +--- !u!1001 &338988829 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalPosition.x + value: -122.78317 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalPosition.y + value: 0.70957065 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalPosition.z + value: 18.496574 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} + propertyPath: m_Name + value: campfire + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} --- !u!1 &399794495 GameObject: m_ObjectHideFlags: 0 @@ -1144,67 +1535,6 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &445129845 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalPosition.x - value: -70.61 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalPosition.y - value: 1.0457397 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalPosition.z - value: 22.03 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalRotation.w - value: 0.7270942 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000048710056 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalRotation.y - value: 0.68653774 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000067066495 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -7511558181221131132, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2100000, guid: 3e47684ba57488646ba3b93b8fc184f8, type: 2} - - target: {fileID: 919132149155446097, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} - propertyPath: m_Name - value: Cowboy - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} --- !u!1 &455592369 GameObject: m_ObjectHideFlags: 0 @@ -1310,6 +1640,120 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &461654125 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalPosition.x + value: -78.72072 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0457397 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalPosition.z + value: 30.159653 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7270942 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000048710056 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalRotation.y + value: 0.68653774 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000067066495 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} + propertyPath: m_Name + value: Cowboy + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 531470ae83e92294ba4c48d8d52c3364, type: 3} +--- !u!1001 &477122161 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalPosition.x + value: -86.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalPosition.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalPosition.z + value: 30.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} + propertyPath: m_Name + value: wheel_car + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b9b94be49a6eb3a439e2cc87ba0e0e1a, type: 3} --- !u!1 &535425809 GameObject: m_ObjectHideFlags: 0 @@ -1625,6 +2069,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &615296458 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalPosition.x + value: -83.31907 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalPosition.y + value: 0.72752523 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalPosition.z + value: 42.24907 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 2347a01500af683428205be1f951b12e, type: 3} + propertyPath: m_Name + value: Big Stone 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2347a01500af683428205be1f951b12e, type: 3} --- !u!1 &617709496 GameObject: m_ObjectHideFlags: 0 @@ -1762,6 +2263,63 @@ MonoBehaviour: m_MipBias: 0 m_VarianceClampScale: 0.9 m_ContrastAdaptiveSharpening: 0 +--- !u!1001 &623508033 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalPosition.x + value: -92.32234 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0584407 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalPosition.z + value: 42.704536 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} + propertyPath: m_Name + value: Rock + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 06b96fa55e155e84a8356b8b827f3022, type: 3} --- !u!1 &635795773 GameObject: m_ObjectHideFlags: 0 @@ -1867,7 +2425,7 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &664945041 +--- !u!1001 &636851961 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -1875,55 +2433,55 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalPosition.x - value: -79.83 + value: -114.4666 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalPosition.y - value: 0.881629 + value: 1.6471936 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalPosition.z - value: 14.15 + value: 18.37368 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalRotation.x value: 0.000000021855694 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalRotation.y value: -0.00000004371139 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalRotation.z value: 1.0165751e-15 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2708618220136214899, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: -8679921383154817045, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 5584437233063043140, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + - target: {fileID: 919132149155446097, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} propertyPath: m_Name - value: Big Stone + value: bush objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 1cba2280f61c904438953011bb914c2c, type: 3} + m_SourcePrefab: {fileID: 100100000, guid: 02f564304573f8f4c82a56e450a16fd4, type: 3} --- !u!1 &668777024 GameObject: m_ObjectHideFlags: 0 @@ -2239,6 +2797,177 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &734036261 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalPosition.x + value: -108.06851 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalPosition.y + value: 0.07273175 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalPosition.z + value: -28.642921 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 55e4a9176bb0e0348a68814094351509, type: 3} + propertyPath: m_Name + value: Sportcar + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 55e4a9176bb0e0348a68814094351509, type: 3} +--- !u!1001 &738396511 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalPosition.x + value: -114.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalPosition.y + value: 0.76 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalPosition.z + value: -25.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} + propertyPath: m_Name + value: SmallBoat + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 4307a3221349dcf408a74cc4e7a5791c, type: 3} +--- !u!1001 &741998170 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalPosition.x + value: -79.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalPosition.y + value: 0.96 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalPosition.z + value: 41.95 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} + propertyPath: m_Name + value: Big Stone + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0101e3ff03f89ab43bdc702fa80a670a, type: 3} --- !u!1 &742260551 GameObject: m_ObjectHideFlags: 0 @@ -2344,7 +3073,7 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &744270629 +--- !u!1001 &752321438 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -2352,55 +3081,112 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalPosition.x - value: -74.18 + value: -91.059296 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalPosition.y - value: 6.391074 + value: 0.019086719 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalPosition.z - value: 21.56 + value: 14.983009 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalRotation.x - value: 0.000000021855694 + value: 0 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalRotation.y - value: -0.00000004371139 + value: 0 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalRotation.z - value: 1.0165751e-15 + value: 0 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: -8679921383154817045, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 919132149155446097, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + - target: {fileID: 919132149155446097, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} propertyPath: m_Name - value: el1 + value: fir1 objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + m_SourcePrefab: {fileID: 100100000, guid: ee243bcbaf95f104e807d9c95cf25799, type: 3} +--- !u!1001 &777619613 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalPosition.x + value: -85.33427 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalPosition.y + value: 0.52894574 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalPosition.z + value: -1.8736572 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} + propertyPath: m_Name + value: grass2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 94c296333b34a92488cc8dd30a50ab53, type: 3} --- !u!1 &809755395 GameObject: m_ObjectHideFlags: 0 @@ -2506,7 +3292,7 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &839571844 +--- !u!1001 &903692841 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -2514,116 +3300,55 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalPosition.x - value: -83.560005 + value: -97.07527 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalPosition.y - value: 0.5543991 + value: -0.013215303 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalPosition.z - value: 13.87 + value: 17.489243 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalRotation.x value: 0.000000021855694 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalRotation.y value: -0.00000004371139 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalRotation.z value: 1.0165751e-15 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 335907788207601389, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: -8679921383154817045, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 5093826119858815520, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} + - target: {fileID: 919132149155446097, guid: b407369f540406b499502ee406b16ddb, type: 3} propertyPath: m_Name - value: Big Stone 2 + value: tree objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 21cba59c7e14ded47b6d43dec8052b0c, type: 3} ---- !u!1001 &876242435 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalPosition.x - value: -66.7 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalPosition.y - value: 0.00005942141 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalPosition.z - value: 21.34 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalRotation.w - value: 0.7071067 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalRotation.x - value: -0.7071068 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -7511558181221131132, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2100000, guid: 63450776717305a4f87f5bb2e8ca5eed, type: 2} - - target: {fileID: 919132149155446097, guid: 7c029424da2d937468865872915bcbd5, type: 3} - propertyPath: m_Name - value: wizard - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 7c029424da2d937468865872915bcbd5, type: 3} + m_SourcePrefab: {fileID: 100100000, guid: b407369f540406b499502ee406b16ddb, type: 3} --- !u!1 &926406411 GameObject: m_ObjectHideFlags: 0 @@ -2729,6 +3454,120 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &986297738 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalPosition.x + value: -84.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalPosition.y + value: 0.18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalPosition.z + value: 30.098 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: d58313b5cf3c91242884001f1a993863, type: 3} + propertyPath: m_Name + value: fox + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d58313b5cf3c91242884001f1a993863, type: 3} +--- !u!1001 &1008093452 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalPosition.x + value: -102.965965 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalPosition.y + value: 0.0000019073486 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalPosition.z + value: 17.426434 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} + propertyPath: m_Name + value: tree2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ab8739b0bd9ca7743a55d41f4558bcfd, type: 3} --- !u!1 &1013319194 GameObject: m_ObjectHideFlags: 0 @@ -3254,63 +4093,6 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1212015019 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalPosition.x - value: -90.73 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalPosition.y - value: 0.5091744 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalPosition.z - value: 14.94 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalRotation.z - value: 1.0165751e-15 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 919132149155446097, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} - propertyPath: m_Name - value: campfire - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: eda9e9055dc7c7b4ebdd5e1173359a7d, type: 3} --- !u!1 &1213950628 GameObject: m_ObjectHideFlags: 0 @@ -3416,6 +4198,291 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1235956768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalPosition.x + value: -82.33801 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalPosition.y + value: 0.00006142159 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalPosition.z + value: 30.229586 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071067 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7c029424da2d937468865872915bcbd5, type: 3} + propertyPath: m_Name + value: wizard + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7c029424da2d937468865872915bcbd5, type: 3} +--- !u!1001 &1334771294 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalPosition.x + value: -145.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalPosition.y + value: 0.88398683 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalPosition.z + value: 18.74 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} + propertyPath: m_Name + value: wood + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2864d9df786374e4689bec8c5fa6ff02, type: 3} +--- !u!1001 &1352143962 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalPosition.x + value: -87.00069 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalPosition.y + value: 0.9919211 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalPosition.z + value: 42.098167 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} + propertyPath: m_Name + value: Big Stone 3 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e7e78d702653af54d8cf82931f5c3edb, type: 3} +--- !u!1001 &1353587832 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalPosition.x + value: -107.50698 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalPosition.y + value: 0.09738302 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalPosition.z + value: 41.262215 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalRotation.w + value: 0.000000104308114 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalRotation.x + value: 4.1872907e-16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalRotation.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000021855696 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} + propertyPath: m_Name + value: SpawnCar + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 47b8fc8cdd6dada4a952f1b2982a1981, type: 3} +--- !u!1001 &1387302537 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalPosition.x + value: -126.45988 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalPosition.y + value: -0.00000095367426 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalPosition.z + value: 41.054756 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalRotation.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} + propertyPath: m_Name + value: SpawnTrain + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2c538788cfb1e66438e0450f49fd8d65, type: 3} --- !u!1 &1407869473 GameObject: m_ObjectHideFlags: 0 @@ -4164,7 +5231,7 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1693581235 +--- !u!1001 &1723221322 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -4172,55 +5239,55 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: 2607329044896719949, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} - propertyPath: m_Name - value: Big Stone 3 - objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalPosition.x - value: -86.9 + value: -116.62167 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalPosition.y - value: 0.987888 + value: 0.00502038 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalPosition.z - value: 14.33 + value: 40.605984 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalRotation.w + value: 0.00000008940696 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} + propertyPath: m_LocalRotation.x + value: -6.376034e-16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} + propertyPath: m_LocalRotation.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalRotation.z - value: 1.0165751e-15 + value: 0.000000021855696 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 0 + value: 180 objectReference: {fileID: 0} - - target: {fileID: 6936154072667870273, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + - target: {fileID: -8679921383154817045, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} + propertyPath: m_Name + value: SpawnCar2 + objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: c6425bc281e4ddd43817764a4e7988b6, type: 3} + m_SourcePrefab: {fileID: 100100000, guid: 5e846dd5862bf1348b971601ddcef9ab, type: 3} --- !u!1 &1742663972 GameObject: m_ObjectHideFlags: 0 @@ -4326,6 +5393,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1768357435 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalPosition.x + value: -79.71349 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalPosition.y + value: 0.32748902 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalPosition.z + value: -28.701988 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} + propertyPath: m_Name + value: boat + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8c43d0677c18a504cb0be502314f7857, type: 3} --- !u!1 &1800389583 GameObject: m_ObjectHideFlags: 0 @@ -4536,6 +5660,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1842227058 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalPosition.x + value: -79.154495 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalPosition.y + value: 6.391076 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalPosition.z + value: 16.492947 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_Name + value: el1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} --- !u!1 &1861307962 GameObject: m_ObjectHideFlags: 0 @@ -4641,6 +5822,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1953122957 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalPosition.x + value: -101.06805 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalPosition.y + value: 0.5596351 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalPosition.z + value: -23.693375 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} + propertyPath: m_Name + value: speedboat + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ae6f221874ca80046bf953e1b3b262f9, type: 3} --- !u!1 &1961985832 GameObject: m_ObjectHideFlags: 0 @@ -4746,76 +5984,177 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &2059670828 +--- !u!1001 &1963958879 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: serializedVersion: 3 - m_TransformParent: {fileID: 175443692} + m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: 719106215960654630, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} - propertyPath: m_Name - value: fir1 - objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalPosition.x - value: 1 + value: -84.59304 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalPosition.y - value: 0 + value: 0.0000019073486 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalPosition.z - value: 0 + value: -27.88269 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalRotation.x - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalRotation.y - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalRotation.z - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} + - target: {fileID: -8679921383154817045, guid: 7101931860deb2744be25a324e588a43, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7101931860deb2744be25a324e588a43, type: 3} + propertyPath: m_Name + value: boat2 + objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} ---- !u!4 &2059670829 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 8375266813954460783, guid: 16134063ad1fbcf44a7a5781e83f4a20, type: 3} - m_PrefabInstance: {fileID: 2059670828} - m_PrefabAsset: {fileID: 0} + m_SourcePrefab: {fileID: 100100000, guid: 7101931860deb2744be25a324e588a43, type: 3} +--- !u!1001 &2050634533 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalPosition.x + value: -96.95237 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalPosition.y + value: 0.31216192 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalPosition.z + value: 43.290497 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 384b5569c521e134e9c7bdff106da694, type: 3} + propertyPath: m_Name + value: Rock2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 384b5569c521e134e9c7bdff106da694, type: 3} +--- !u!1001 &2056326800 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalPosition.x + value: -129.6 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalPosition.y + value: 3.5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalPosition.z + value: 18.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000004371139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalRotation.z + value: 1.0165751e-15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} + propertyPath: m_Name + value: pointer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b3b8bd4f6bdcd664cb4aea5621c6fcc4, type: 3} --- !u!1 &2084809811 GameObject: m_ObjectHideFlags: 0 @@ -4921,133 +6260,6 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &180479729174310067 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 547758041696677124, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_Name - value: tree3 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalPosition.x - value: 2.0263047 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalPosition.y - value: -0.001331687 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalPosition.z - value: -0.040743016 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} ---- !u!4 &180479729174310068 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7039481294815680513, guid: 8ce84c3150757ea4c8017a959bc97e92, type: 3} - m_PrefabInstance: {fileID: 180479729174310067} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &2499849603623185190 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalPosition.x - value: -98.6 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalPosition.z - value: -11.41 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 931853378105328725, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1703357446548569683, guid: 551ad15004b554346b87877446e1a681, type: 3} - propertyPath: m_Name - value: boat2 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 551ad15004b554346b87877446e1a681, type: 3} --- !u!1001 &3172961133241107471 PrefabInstance: m_ObjectHideFlags: 0 @@ -5109,601 +6321,6 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 4939760d0f519ec4f8d52cf5575a65c1, type: 3} ---- !u!1001 &4459006206307021471 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 2992271358633152710, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_Name - value: tree2 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalPosition.x - value: 3.0480866 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalPosition.y - value: -0.058806777 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalPosition.z - value: -0.04808699 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} ---- !u!4 &4459006206307021472 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 6603212350509889156, guid: 45bb213d4ed6e1a44918bbc891a0ea9b, type: 3} - m_PrefabInstance: {fileID: 4459006206307021471} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &5177690962263472497 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 3492441128686995651, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_Name - value: tree - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalPosition.x - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalPosition.y - value: 0.21550232 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalPosition.z - value: -0.021620324 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalRotation.z - value: 1.0165751e-15 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} ---- !u!4 &5177690962263472498 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 8881800869195722173, guid: ba0b389d44c17b54eb9abb889a6f2cd3, type: 3} - m_PrefabInstance: {fileID: 5177690962263472497} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &5320380790543162372 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 3765760225479175773, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_Name - value: Rock - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalPosition.x - value: 3.7785492 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalPosition.y - value: 1.0116484 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalPosition.z - value: 2.7976704 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalRotation.z - value: 1.0165751e-15 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} ---- !u!4 &5320380790543162373 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4834750761306000232, guid: 5a8e66a66c846cd4c84b09703aba1b18, type: 3} - m_PrefabInstance: {fileID: 5320380790543162372} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &5624252376928335848 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 4373503770031063694, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_Name - value: car2_nd - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalPosition.x - value: -80.63 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalPosition.y - value: 0.99639356 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalPosition.z - value: -12.84 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7529156666020220936, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8108031404596469393, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} - propertyPath: m_IsTrigger - value: 1 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b8db63e492a26d74f959d31e3a919ce5, type: 3} ---- !u!1001 &6642553533196746242 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0.428 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0.5973248 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalPosition.z - value: -2.154 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalRotation.z - value: 1.0165751e-15 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6142853117571369492, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - propertyPath: m_Name - value: speedboat - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} ---- !u!4 &6642553533196746243 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 1768925411233961079, guid: e6e39f4083e10324a961c2d7b0e5d5c2, type: 3} - m_PrefabInstance: {fileID: 6642553533196746242} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &8782479532145808335 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalPosition.x - value: -0.6667938 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalPosition.y - value: 0.49999997 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalPosition.z - value: -2.1791542 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalRotation.z - value: 1.0165751e-15 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7887560211461227306, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - propertyPath: m_Name - value: boat - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} ---- !u!4 &8782479532145808336 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 1200024955536121702, guid: 96c5fe646a6d92f429e3bcc206a8e182, type: 3} - m_PrefabInstance: {fileID: 8782479532145808335} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &8983178154201302030 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 175443692} - m_Modifications: - - target: {fileID: 101606627295848745, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_Name - value: Rock2 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalPosition.x - value: 2.9375687 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalPosition.y - value: 0.3121581 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalPosition.z - value: 3.0624318 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000004371139 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalRotation.z - value: 1.0165751e-15 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} ---- !u!4 &8983178154201302031 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 5120410048179597972, guid: 41dd2961b742a3b48b0dff804aec0e73, type: 3} - m_PrefabInstance: {fileID: 8983178154201302030} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &8984626973422525491 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 3618205720432813429, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_Name - value: Kamaz1 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalPosition.x - value: -69.257935 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalPosition.y - value: 0.22204608 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalPosition.z - value: -10.18237 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4681246928765088494, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 3a821d57aad0c5a44945294e751c0bf4, type: 3} ---- !u!1001 &9126391414587329762 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 3101535052715627128, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_Name - value: Sportcar - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalPosition.x - value: -74.459984 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalPosition.y - value: 0.07273172 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalPosition.z - value: -13.74 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7408114376680220897, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a44e8216fea56ed43a9c463f75cd4278, type: 3} --- !u!1660057539 &9223372036854775807 SceneRoots: m_ObjectHideFlags: 0 @@ -5713,14 +6330,35 @@ SceneRoots: - {fileID: 3172961133241107471} - {fileID: 189138649} - {fileID: 175443692} - - {fileID: 5624252376928335848} - - {fileID: 8984626973422525491} - - {fileID: 9126391414587329762} - - {fileID: 664945041} - - {fileID: 839571844} - - {fileID: 1693581235} - - {fileID: 2499849603623185190} - - {fileID: 1212015019} - - {fileID: 445129845} - - {fileID: 876242435} - - {fileID: 744270629} + - {fileID: 741998170} + - {fileID: 615296458} + - {fileID: 1352143962} + - {fileID: 1768357435} + - {fileID: 1963958879} + - {fileID: 190837744} + - {fileID: 461654125} + - {fileID: 1842227058} + - {fileID: 132066874} + - {fileID: 752321438} + - {fileID: 181374568} + - {fileID: 623508033} + - {fileID: 2050634533} + - {fileID: 1953122957} + - {fileID: 734036261} + - {fileID: 903692841} + - {fileID: 1008093452} + - {fileID: 216687595} + - {fileID: 477122161} + - {fileID: 636851961} + - {fileID: 338988829} + - {fileID: 1235956768} + - {fileID: 986297738} + - {fileID: 246684914} + - {fileID: 777619613} + - {fileID: 2056326800} + - {fileID: 738396511} + - {fileID: 1353587832} + - {fileID: 1723221322} + - {fileID: 1387302537} + - {fileID: 271096182} + - {fileID: 1334771294}