From 1606b0195252f598d4db4cc461ae830523408224 Mon Sep 17 00:00:00 2001 From: Dizel Date: Tue, 24 Dec 2024 20:14:18 +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/{504 Peugeot.meta => Base 2.meta} | 2 +- .../Models/Base 2/Materials.meta | 8 + .../Models/Base 2/Textures.meta | 8 + Assets/Crossy Road VR/Models/Base 3.meta | 8 + .../Models/Base 3/Materials.meta | 8 + .../Models/Base 3/Textures.meta | 8 + Assets/Crossy Road VR/Models/Base 4.meta | 8 + .../Models/Base 4/Materials.meta | 8 + .../Models/Base 4/Textures.meta | 8 + Assets/Crossy Road VR/Models/Base 5.meta | 8 + .../Models/Base 5/Materials.meta | 8 + .../Models/Base 5/Textures.meta | 8 + Assets/Crossy Road VR/Models/Cowboy.meta | 8 + .../Crossy Road VR/Models/Cowboy/Cowboy.fbx | 3 + .../Models/Cowboy/Cowboy.fbx.meta | 109 ++++++++ .../Models/Cowboy/Materials.meta | 8 + .../Models/Cowboy/Materials/cowboy1.mat | 133 ++++++++++ .../Models/Cowboy/Materials/cowboy1.mat.meta | 8 + .../Models/Cowboy/Materials/cowboy2.mat | 133 ++++++++++ .../Models/Cowboy/Materials/cowboy2.mat.meta | 8 + .../Models/Cowboy/Materials/nature.mat | 133 ++++++++++ .../Models/Cowboy/Materials/nature.mat.meta | 8 + .../Models/Cowboy/Textures.meta | 8 + .../Models/Cowboy/Textures/cowboy1.png | 3 + .../Models/Cowboy/Textures/cowboy1.png.meta | 127 +++++++++ .../Models/Cowboy/Textures/cowboy2.png | 3 + .../Models/Cowboy/Textures/cowboy2.png.meta | 127 +++++++++ .../Models/Cowboy/Textures/nature.jpeg | Bin 0 -> 48002 bytes .../Models/Cowboy/Textures/nature.jpeg.meta | 127 +++++++++ Assets/Crossy Road VR/Models/el1.meta | 8 + .../Crossy Road VR/Models/el1/Materials.meta | 8 + .../Crossy Road VR/Models/el1/Textures.meta | 8 + Assets/Crossy Road VR/Models/el1/el1.fbx | 3 + Assets/Crossy Road VR/Models/el1/el1.fbx.meta | 109 ++++++++ .../Models/without textures.meta | 8 + .../Models/without textures/bush.meta | 8 + .../Models/without textures/bush/bush.fbx | 3 + .../without textures/bush/bush.fbx.meta | 109 ++++++++ .../Models/without textures/campfire.meta | 8 + .../without textures/campfire/campfire.fbx | 3 + .../campfire/campfire.fbx.meta | 109 ++++++++ Assets/Crossy Road VR/Models/wizard.meta | 8 + .../Models/wizard/Materials.meta | 8 + .../Models/wizard/Materials/wizard.mat | 133 ++++++++++ .../Models/wizard/Materials/wizard.mat.meta | 8 + .../Models/wizard/Textures.meta | 8 + .../Models/wizard/Textures/wizard.png | 3 + .../Models/wizard/Textures/wizard.png.meta | 127 +++++++++ .../Crossy Road VR/Models/wizard/wizard.fbx | 3 + .../Models/wizard/wizard.fbx.meta | 109 ++++++++ .../Prefabs Scence/Prefabs Scence.unity | 240 ++++++++++++++++++ 51 files changed, 2066 insertions(+), 1 deletion(-) rename Assets/Crossy Road VR/Models/{504 Peugeot.meta => Base 2.meta} (77%) create mode 100644 Assets/Crossy Road VR/Models/Base 2/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/Base 2/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/Base 3.meta create mode 100644 Assets/Crossy Road VR/Models/Base 3/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/Base 3/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/Base 4.meta create mode 100644 Assets/Crossy Road VR/Models/Base 4/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/Base 4/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/Base 5.meta create mode 100644 Assets/Crossy Road VR/Models/Base 5/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/Base 5/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png.meta create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg create mode 100644 Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg.meta create mode 100644 Assets/Crossy Road VR/Models/el1.meta create mode 100644 Assets/Crossy Road VR/Models/el1/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/el1/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/el1/el1.fbx create mode 100644 Assets/Crossy Road VR/Models/el1/el1.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/without textures.meta create mode 100644 Assets/Crossy Road VR/Models/without textures/bush.meta create mode 100644 Assets/Crossy Road VR/Models/without textures/bush/bush.fbx create mode 100644 Assets/Crossy Road VR/Models/without textures/bush/bush.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/without textures/campfire.meta create mode 100644 Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx create mode 100644 Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx.meta create mode 100644 Assets/Crossy Road VR/Models/wizard.meta create mode 100644 Assets/Crossy Road VR/Models/wizard/Materials.meta create mode 100644 Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat create mode 100644 Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat.meta create mode 100644 Assets/Crossy Road VR/Models/wizard/Textures.meta create mode 100644 Assets/Crossy Road VR/Models/wizard/Textures/wizard.png create mode 100644 Assets/Crossy Road VR/Models/wizard/Textures/wizard.png.meta create mode 100644 Assets/Crossy Road VR/Models/wizard/wizard.fbx create mode 100644 Assets/Crossy Road VR/Models/wizard/wizard.fbx.meta diff --git a/Assets/Crossy Road VR/Models/504 Peugeot.meta b/Assets/Crossy Road VR/Models/Base 2.meta similarity index 77% rename from Assets/Crossy Road VR/Models/504 Peugeot.meta rename to Assets/Crossy Road VR/Models/Base 2.meta index 3bb9c82..f29bbea 100644 --- a/Assets/Crossy Road VR/Models/504 Peugeot.meta +++ b/Assets/Crossy Road VR/Models/Base 2.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 8817361ed80367442b955d2d6e10d2b8 +guid: 055cbaa77d2a9dd45962668d3ea34b58 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Crossy Road VR/Models/Base 2/Materials.meta b/Assets/Crossy Road VR/Models/Base 2/Materials.meta new file mode 100644 index 0000000..ca6490e --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 2/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf6bb5daf5a5a724385fdbf66ddbc4bc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 2/Textures.meta b/Assets/Crossy Road VR/Models/Base 2/Textures.meta new file mode 100644 index 0000000..8f640db --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 2/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5d34b8315b1b221439d88b9537e54377 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 3.meta b/Assets/Crossy Road VR/Models/Base 3.meta new file mode 100644 index 0000000..0dc6411 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 3.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a08d93360f4c704a9747714df6280e7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 3/Materials.meta b/Assets/Crossy Road VR/Models/Base 3/Materials.meta new file mode 100644 index 0000000..99d6968 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 3/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 127336e8dcac95c43bd64c7758ee5fe7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 3/Textures.meta b/Assets/Crossy Road VR/Models/Base 3/Textures.meta new file mode 100644 index 0000000..c8dd767 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 3/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ad38349ef87e6694e966983b868dee25 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 4.meta b/Assets/Crossy Road VR/Models/Base 4.meta new file mode 100644 index 0000000..0af300b --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 4.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7748d11c3fe8fbb4c888625efe38701e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 4/Materials.meta b/Assets/Crossy Road VR/Models/Base 4/Materials.meta new file mode 100644 index 0000000..7232726 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 4/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 374a374b490dd9d4f8b16bdb6ad1e0a5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 4/Textures.meta b/Assets/Crossy Road VR/Models/Base 4/Textures.meta new file mode 100644 index 0000000..78f01ec --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 4/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f7a860fa4f3bca49a56fcaee84d39e7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 5.meta b/Assets/Crossy Road VR/Models/Base 5.meta new file mode 100644 index 0000000..4e732a9 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 5.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 639cf57ed279d7b4c95f26db48e0c852 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 5/Materials.meta b/Assets/Crossy Road VR/Models/Base 5/Materials.meta new file mode 100644 index 0000000..0255465 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 5/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1b50df9846b6d8641ba093e03d19035b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Base 5/Textures.meta b/Assets/Crossy Road VR/Models/Base 5/Textures.meta new file mode 100644 index 0000000..76f76ce --- /dev/null +++ b/Assets/Crossy Road VR/Models/Base 5/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8cdb264cab40afa4491ab42f311ace26 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy.meta b/Assets/Crossy Road VR/Models/Cowboy.meta new file mode 100644 index 0000000..f61ff92 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0055fb62983578249a474760e6553886 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx b/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx new file mode 100644 index 0000000..0f5a36b --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef31e9189f819ffaa896edc2c6dddfa96519d3b31503ea90200f05503a747f91 +size 50412 diff --git a/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta b/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta new file mode 100644 index 0000000..2f06833 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Cowboy.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 531470ae83e92294ba4c48d8d52c3364 +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/Cowboy/Materials.meta b/Assets/Crossy Road VR/Models/Cowboy/Materials.meta new file mode 100644 index 0000000..c7336f6 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f6fbf20447582624ca35ac3adeba49f2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat new file mode 100644 index 0000000..0ddf773 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat @@ -0,0 +1,133 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3503677491075407015 +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 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: cowboy1 + 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: 2800000, guid: fe266796e4605fa4e8abdd39e1ad5f36, type: 3} + 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: 2800000, guid: fe266796e4605fa4e8abdd39e1ad5f36, type: 3} + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 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: [] diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat.meta b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat.meta new file mode 100644 index 0000000..03a06ea --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 14700d5103a54b44b99538b0c5275190 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat new file mode 100644 index 0000000..bc0a351 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat @@ -0,0 +1,133 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2265619454998931381 +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 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: cowboy2 + 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: 2800000, guid: 853102d2aec2392418ba8ad8332dcecb, type: 3} + 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: 2800000, guid: 853102d2aec2392418ba8ad8332dcecb, type: 3} + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 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: [] diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat.meta b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat.meta new file mode 100644 index 0000000..ecd2deb --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/cowboy2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f4014700ddff15a488eb6713fdfc0f92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat b/Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat new file mode 100644 index 0000000..9fac2a1 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat @@ -0,0 +1,133 @@ +%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: nature + 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: 2800000, guid: 3708c6935ad9c744d89eaceb1f1c09ad, type: 3} + 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: 2800000, guid: 3708c6935ad9c744d89eaceb1f1c09ad, type: 3} + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 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 &8190759711166409517 +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/nature.mat.meta b/Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat.meta new file mode 100644 index 0000000..d0064b0 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Materials/nature.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3e47684ba57488646ba3b93b8fc184f8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures.meta b/Assets/Crossy Road VR/Models/Cowboy/Textures.meta new file mode 100644 index 0000000..e1ef53c --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 970f4a5977bc26c449639dcff1d61b4d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png new file mode 100644 index 0000000..4198a71 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26904e23e1d56d9896d02300529cca3c8eb686ce6f65293478b1f3c17fe6ebe1 +size 1828 diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png.meta b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png.meta new file mode 100644 index 0000000..1781c27 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy1.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: fe266796e4605fa4e8abdd39e1ad5f36 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png new file mode 100644 index 0000000..025bd81 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6b1df9305f487e1488271a8ab0f151a83ba07687573f6f9fa25095e7b5cc8d +size 1768 diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png.meta b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png.meta new file mode 100644 index 0000000..d6eaca9 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Textures/cowboy2.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 853102d2aec2392418ba8ad8332dcecb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg b/Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..34feaa8b43d29cedd9523cf3c2c59a8e403bd7e9 GIT binary patch literal 48002 zcmeHw2Ut_r`~Ou`+z}CRr;3V-iVLlZ+^R)f7;)i_mRbi|RNO*N6%j>k>cmM@R2-e;D%;8xG(8+CO%XzcvEg&D_T<>ej|;V`eovU^Ojjm|4_dqA)JdS-W&> z?8CnrHO*?(u47)eUi}8}2iKZlHEWoe)vRS!yLPQw@YlZZd#sj4?WXN}53OVAHrKqv zvSxiY>^xT2X4s{0s|gA6j(xvbzOi2Y=GHA*w(8W`woBJ;{T%ua_;TQ&;a@wCa2Yvj z^u$S%r?^j@Hr?afdEd=nuyB$0ij}KYuUWg!Z$92yWBj5Ql&1|lxTH& zc3w4Lo*(~}PORL#EMQ(WYt=HVWzNp4M$OgmF|(*uyM6CEO^3Rf&s}EOq0ff8&4%qf zb}77`P2UM}t8bPk)NkIgUwS76J2m6X{@BDe{!cUeWn#b1>jl=(tOf|r%mTwPdS930 zfehv#398@a_zzY7(e2LgB7bz}YZ@jZwOyS4`>=1dhZxLeuaxrZC!^{s!)&6sI@?7I zmNKq2gN?Ik#b7lVtSNaQ+|Aia+dHnAn=@9`AD>XeHz>9vSJQhT{$vq(PMpktX-SW2 z&tR7VMlsmalj69u^eMR?J&I#E>w(nU2h#VcIz(n%hT~1?5C%(XbHKlu8~+S9CEdB% z_!?FGF)zO4+{`^YhkOeU{i=3Ve|%yU185gJv7ydFLT{DjJAmKE$Cbf$#^uxD2fb+j zwS0>V4!QdpDzI(DV4)U!z5Eiy$!)BFA%1N(R534DUYo~>u5-ycH%(A1h;-#xFM4MHp29sUB@fJW5w*%8^nSau1QTuKc(Z{|G2b0Ki(R}IV+zhMYPYr4@K$GqkgMFE90`;!(!QLMH zVsEa}M}#GjxfCe4`27*k_*v4ZHGT}%v5;@57m0GCJostFyU0UdwgN4yGjLd7m!mbS z_`}(YFUEBp1Ly~BZ5eFXKBC*XVs}j>gY6oL3g$jT>aL#3v&5OZU%-{&bl!d$Wz!g4 z#D|J?eQpX3J-lVqu-J`(UBpSkf~Cg;yI@uPG1I3U542Nx)5{{Nm@zfk@x$h6K}u*_XtLyHw6s{VBHEE~sg{!ko)7hIE|;s%|8 zPGSOn$rM(>$^Qln{;@=75|>+F7nHG@{LvcMG)g4YcDMD5Di~$CK(w38JcNJt1BM#S zxQd~o8bg1J!4<^yyBHdGBRo%<_W?qyJWPf#yb=h#VT8~fM8TYAxO$+S@>I1C{73sh z8hqf$m-K^1HVig=7tzhLc!n{G86ng3TFBM6*{hrQxkTbW5Qz5mF?zhWkod74uaL%P zN9G>X9m+s}tXxR(3H9JOEo#CiJ+ApErp{xqz4rPR&u8bH*iC{ZLK-h5CA8D%Dd02I*yEBRw9 zUg8)_GkAd=lx9vIn4;yLb)+Hc3V-s|aT8=&S;p|QHA)FTf!-~5&vF%LdTw!VKEVV9Eg!HVeeT;oKIVvdgY; zt)d;aLs0EV%lV>;3mt4BrG~OJ3;Z;MnM|;`{t~FS)!7Nvhgkkz2g)_woZQ7Nne>3c za$9&)8}yA(?A|Dp>KV*ndCkYNhH(OUm?V*X9t|jUNTf1}&0DGPC|6v+>QH`TaMc34^0!9R{O)>^oJzt55o{7_Y9_Qo9x@0-?!W) zAD1n-a$GWq`S1Yx@QBG_=6OOKib!&gpQ^fm%Z{%rt)_h%hn{7y>(=D1fp`H9@G2F@ z1y;UB@gKS!j@>-VD>N5xbxYM^&FnOU)mC;=7;2R>w@ud4p| zoHxuxu{OKuNWBZaV;y-~oQz&JphvY4X}FNwdrGsM|HIW$i2|ob=oqY^btsgIS5H<) z`y{ZJQi+1L9^e*dN z0J;zsKd+#aK{2ovaZ7wMKU>H~ru`p7WSY;V>Su>>jjQx1g^gdvl%i*`36sHU^!&|L zP4~xKHWgfQhz@^_>#ZL9+VlGvQ~c{*2J@+4knRq08rI%o2T!CUF3R-N_Ihp5he%Gt z+C-a7ldMfZ>R#U4K*cx$B8pOTrg5+-FG)(fv{nv3xtw?VnYBXKIml2U=Lpop!|M@jcNz=v%|{UWIAcg zAVMksxrF*kY52+RQ8Q8aDK^Xj0Phe)N4{{Oe_TX{ij##eVb4G_Lemc7PjC0EA!vdY z%19lzLDBTW00whS7k;K7df;DK5dFtHK}h*f=FTyY@)bhL=i(rkD9wv0WGh2~d;|+6QL~F-cH}`FQ}n zZ{CbF!D-bC*tTFk&@_wm;P$w>juSvU>si0|n7^l3f2o3P=JCxTAlr#F4s1pAZtss9 zMn5gaO#F9lvCFKCX8f=3I;a?uOQKX zRwTpUkL0i_*Bk=*P9Y4IcF>+4;zIUguxLVGZvlg8I|Jkk-J{TV&lyZ~)k#l~uwknX zgJp1*1t_x!?FE4=89({Z}qaRz&vgd%w)41aW=kij-C zAhgBY)N4deAty}CVBP5Rx!&{_B`r`-_!EDEdPq4QCwehhdMFJ;J{{x2VB!7vZS<{CU=DZq}@sC&0$KAQ!q`I)bEjfcJUf?X( z(Nh;dt#C)2TqP`cAyX-ZvWc)vZ%z(g2*SjtOv zPOPt+%hlR~D*TvWl#-hv4=Il^SXA2#I(0tXoS<3$@ITUV^jA6*Nb!QNUBuajtDCT* z=7G|+3;Bc>5Mfmi&RIK^HQmZDLqgT+2WlJhL2Zv}ufX&gv1+S;>6Pkj9PZ1bCxPCs zA+ApYl>;T*i>3(NsX@ny-YEUFQ+H6i;jG#@B3AAGuSg+2CFN^AxjI*`mlN_Nyg8m@ zaKTIJ3BjO|=vgH)Lg}8MG`6|XRyz2jM#B|+8i6@C`^cALT9`Ec0;lVH812)j{d)v@ z5qTQVXskfgm{KF!tyZ-^XEx&w?90%vRYu8gzv$x_=HrC;VOfQMAPA^o(# zj=>}vAaLV;z^77B_*Gl)@)>M`(Qr;sUxH*n?<(8@%&=lG;06e5EGw+?>dIhejLJ4a zaM+CxPpNQ&b`dv_!Bi9rnWu1oOwAH6ozA7`41>k_eTpalJ1fd68BC=Qo_;!vo%{P8 zF!wzm0X2$r^O*t+eGJiD?XIl$(ofElY9#L_BE|X}CnZ|HPx&zb1_4bCvqO?>mVbcc zEXun1K*BA0%nD@`jIj{SpF*$0waoy-_<&&mvqgZLNnjHVfVo|9*VE!hBJCpkKtiQs z8E^&%%#bJXtx%4NW$6SkMf}P+G=xjmM?l9%V1(t`4~DZxbSlX`n@2iWNAq-G4b}tW#C#e1(=F$xq^2=lZ%gRk=!3Tx_bCd*teGZF8zl!&e`(xY^ zqN&9}bhw89BqIzaxcRvD9H{w0Q1jgYM6e^iIa(wN9IrjL%;~3DKldmhG;3;Xyn1M9 z*xUwJdz-gicTo4fbGoBsOP^cwwDr=h)=oJ&r8qAs)OFZlap%m_k7bi~xh01M7J6s+ ze36kd)Ej-*b74o~Wyj(xNR@NhNqd~=iKqYU#7@N524s*A&KFqHXs*JYUJr0+&n0IG zyaByDw-Gt-c>q0oK{C6g`gO|y7&~M<(SfdxVKC4L7LHtCJoI6_C9F)}!X(gPste5Q zq81c%$O=S)JT-B6Mx$k`Nh%iDf0nLv7|B>by=wOn>h>kzZ{X>#SHc+m`HpIZp=CQh*Cm!4*~_G ze+H%6;Vb|*S)L5}bFLMhb3q8o&0ut@3pw;cPtfgKINcn8C!5F5eTOQtY{W;Fl_A5E z6DU$iS%pRrn1|3`NUf3Nl?bfB4ou%xtXAV07R%=QT!AYPfySY8xE&qh#t*_PP~i{| z&C}(xwnD(ls@n%yX2TEud+!o?mXE17bN?c{`UuJH=d+-c672O}#nEn>IZXx*DIyjr zMWFVuUn$8wOF~v4q`X|CT4faJbbCZl}fZB5ir8wTjFLC5yqH_w;29U#gb}!n8(!V8iJT?SOT4blp zp)1f)-VBV!NXCKX-3X$FttIX}s#dR0QK7tGjpq2DP_J9RsMkLVzRI|wziN;rwyZ%y zi9a@<8uF*$3!LNv)-7?#<$uC;unr8Oo?uvTZy<#PF@!ZxF=>d0FcEF-typ=M>Y95-##x#UOoLE#xo>By$X>U+N6rNjrTyLr3pihrFf z*x-ziZfZ}@ z0#V=)Zv-CpZG*qFj^dFcmOAl^9g7WjpX>_EX0Tsx97Ww2Kq`0!2oU^nZJ>|63_vx) z8T=8?7lnckfH5FOeb?GJ2u_m4bnuZLR*%sVSO<2TNbB)*7tJe~DjF{ep_`$o3F!h| z0MKBsUk?D?8%2+Ef}mI3D8rVv`I2j|4_-&TS-0YL5TS%@wI+jEh0q;>8k9W3wq%)ZUCh^lOr}#(U-b5fK>4f?~tMyTH*?9mC|}H>CCM#5u}(X3_+CHnyujYo|r>? z1Tj|PspGdqg%BR*9HbGo!&Z|7LC#|wr(<&Ib?g{3bXPcJM>P~j!idC#N+mL%=j_dW z>CT1wBp}b^7*fSkeGmq5h}8%loolr3GcgH~^ah`=A%LB423j(ao!gNiR*%q{n~ssII5iYX9Kg)^`1m33Gw~b5W_e5lqeQy58@eJm)=l$K=8Ix zhY}@~>%UQWWd;Be?i5UNd%x6_ocM} ztii|r7yab|76<_gN<*{IQZ4{kS{w!w!dWi3J1-agdfO*s8O`Ssc&U*jk(*NrN0kWR zpG<&@KOtf{;00UgOO5Cg9vX4z_jvgE5x`9Q{s72R1jbDbhn3)5;eJzW9jUML&VZ0( zM^^@$-2}bk@!h2HB9Lh2LY`jk2m6)Qy^n|FnZfd35$e;2zl2&+B7=!VhHoX^fXWw+ zPfgM4z=`538y=$G5$Y8yb5_0!?!aI_eJd++X0VVD@nCT_(Hze_6F>#ZMf%lE(LwGQ zu5J*R@MRCcyF}d<_CSFH%ho$j;ssoD+TZpf zP0WtW8>CzP)|}h{(M*aHhiW|fvjXgDIssZn;mQW0d}~@5csK8!b?G;b@f&fFggsQd zPH{DM5h(Z7D0+c!ca)hooQ~Ztg4ij$J*-}3&sRaKQPrP4p}zzVD-NgCrf3_e?Q>7z zM~_%T35vuKzP^%PRUVIbPU*K6>aA#`$n^{2|+!NKVBLyYk_CZ z-$vgBCOr+la~UejgucX{>So&**RB8r&7o8K#sP5}VLwxl7^UEl8*}s!G=^k|2Z^1_ ze*N!aro9m}gYETlh$@Gz({B!&tqq6$fsXv*bPm0#_%#GzZ5d2@3+1|fxeN-dp$x{y zHL<~fK<-!99y0;3*RkD#GOh9FT#9S8HhG=>r{9o+7Q(1bWAOs_P2k;b?k1n=0YGDu z0;t_Baa#0f7_=Zhl4QenvZ_DnrT80oSiT?i&NQ(~8GuZ3P?kL4=vqSjBCdrm;a z;-Iiz=%K`#S_2$9He~fYSad_h@A>*k^=lj#CaCiyM`VTJG4>gTelmLwoV@rEeK5fJcX+!rhJlKH>$c zVJ4ukArBnz!=C78T<_FPbym$U^Og2gc+jKwqZDyH5Y#eT-7z(w=k7BcL+3t-!uLZM z#Xlf=6m9}gH_wZPhe^#1PuWDFsy|j`!BKqLvs}b7D-|hZ)cPQLuVnz29E6Hhu*7#D z3+P(!adra*Ok3OtOyiNE;)lp3q*PdQ}t9nLQouY5M011e3GkAFz#N)x#1 zbguN6(6Yc-ozDHWa}lf4xpJ{YbvjpRIjuZAR;P3SyOT1jPUk)iD5}%B&y-xN)49Jd z&8tr5%Ek%R>0G6$VRbt9DKh_+pR3ck@;R(obvjqcn;xpuxtf1t^{zUdt4`Rk2eT;==nOuaf+1X~wc*}$m{KJ3Bw#a2GI*v(*j zN-s1Ej?`1@8-Hd)!`c7y4GovjJ1rqWd5(Gi;oW<;6v!wraa~+(D?Xi{CD{fYw*5jW z_9Z@_-P5qwbbA^CU=u?fS6a>24;rMpt>#&vhkd+Cj>CFug7k>=pR>T~bOSnKZ);s( ze}A!zw3I;euN$=6u9OSu_4$O>7Pf%~isS3sQMS;?;QQ0+7}$h77KhHl)mdH|KK1=$ zLpmXcyT2EN!fvfuK44YB`Xahs4s5DEU3O^NK{prLK{%HiYhl-O*8sMa_5%4cI-g4T z44~^mU#}#YqxBSRLMp`tIF{ip3C$CmZ?UxDt#ask@9_tO-MbLFy=JHkwu1ZjGPYjI z_6m#d3@F+ReX?BYmi`zJ?+wHY93-UWE3|_vm*OyV&Rf_?89pRNE6wtS{vM}?gJHjf z{1g|OjPEEf(Ko)M?A&kJPqF(e-Y1|dq8?Ik9mvQGvTE<+f3fmPvK z=El~RQ()peVrZiK{fLET3hIwV*AxTXy3N zTi`jH;Q#`^E+`_b_&5Oovc)D`q$(K%_>jjXqkNzZvt4I;CQwta8&VCGyOVt-Q9NDx zNt71Hm50zRb24m6`7=U3kE3;ea}@??;^K$ryk7|qNWyhn@Qf~s0qkj8qb4%gLC!|v zcZm>cH#)Wi`1BT&J;5bEf~d^GWh)WX14tSzBA@zLF<3*D!jfLIkgx3%UZRy>mL0`%_3t&Jib$*&<;Y2{8g1PTGH%QDtC zA7YhSYx>fH9KLqea0c7&M|Tif8qfRMv=`SM)!LQe8!+wD3E34*XRWx59H5PL%^~*C zv5sdL?6G+`zpU(ppU#L+@^lg@cOAqCL)$fE&k&K))*$fgFJRP=sMm0&)`wA0=_o(K z-aNl9_ZTdd!3MHhR5!0N@^giVYzdAm3XU74mX)0R9j+4E`9k1o%qW(t2)cLW5-zA$ z>EO^n7-)C~c3f9JpQN4;^4k!@^)@f3Tzs-`3@F#z6W~hYaNt?FA$@aykFoZ2%eSDA zif2eZ4+1?4kZqX}!_<*b#(vxkLs;?WD7 z8kFH8#Gz5Fl*q9~P{Q6lW=5^%MF zYg5-@Yu>D|ZuR)y-425nyV^Nk=r4Y_sY~9YVLx7biXyKv*g}!soXrpGAF_vd#}%Jn zr0cSe&@@VdmX0Gke6#rJoWfQLk3h%z`eAdmHXF}mIb2>8%#}Z1l@&bK?ycfnOJPjT zRnM50>54V21kowYD*19knlaoSnb)$=vDFx_j(;`)*Dz zG~xcRBa5t$&8WTo(9b#B&KGuD?>V|>*I|w~&=Uzcn5Q`a2R)!oNPY(T(AbD7U?H7| zt2vOCTJ;A}Bsf@+ps|*|88;}ir9!%;LPnNADt!JOK*4UU1NcpCJcDueIf~bY=12B{gfOa^i{BVF7r35yT2LXXrlqEPF*OEY)x={qKogaf#GB!zOu%^5; z83~=E@847xU>2VUS2gocecAg+8!~!(d0u|2I}$fhgWq?nxs>5Y6p{ z$ak!4$%2m>TSq&F)mVr)UZATI%FG992L7)8=xa5gdIhEU8C6sX!4!H`xx34Wf;hge zD=1T`O59~tVmqr6(MBOkKME1j-#;bAUj}kAqdSVi2_1ty;A?%tk?QatAPDqqYnWmN zy`lm__P*w^TADK^YeHTJ^Hbi^rYeR9Tp9i6n|0Ppt0H(44OeGD^7)8QSGa_;x zQ1A%Ckb#mM54vrrVJvi}4v64uC#8UxKQ(7Ny)AgSLq%4^J8J-q1Zeorxz9>{z%M{x zPkW1=5ai&AMrfJ832Iko5`p=E1EGb07hg&0L3l7Rl)-ku3-ms!QCS8NANXT#&2s~gHiwACP_O#q^js8htdmgzXzZ3V;^;&;aZ?!E5936Do-TL65FfNmpEjfyw` zd4{}@_rjCj5NruR5Xyrp8K|e|s+2Nwv<2lJC!!tTjZ_~{; zf#y>QRAs<^y*}74pUlCJpo)wJiz_#0c>m-d(J65SPKT7AG(W-l7eN0lqgzR&zaW6k zHA%2`|0zdGtGA7lSvgv#^T=*ji|B5|@q>SiT`2Mz0&dmTP6Te92Vn;SVdq$B*hh%8 zlNZX!$;i21<=R!w{GPLnra`?L$U|wX>3}^}AV_zkAo>2d{A?njJxd2JD8ny+BL&5O zTA2mSC{GA*pU-NXpc!b~Ie2+*#yNf0k7i`K3701bfutBH?s-&zDh?<%9J&(nRaN&B zvEzRz1&q7JmI89vQb1-W!977ZS2=p6#L!xdt2f7h_xH=YX-|)C!==_oqdbR+*H-QHoSRDF&8s4Mw*!Pwb!dr9>DB`kv_1pfUwz%* zOos9YaowDrkO-jjoyZRrdq&%8T)=9SU&HS%WkYq-P0k)2q5DQ)l72g64rYvA)F4gs zVoZIpp%#kmDn$j~--X`G)?5`}@p)YXz8JrVle^BZrXRc{sP>n|XVb0;+DELN5RH@9 zPZMQ@3KUlh^|w^o)I!x6YISz9%=Z!z8Tsi#*X#YclGVBVpH>>o47G*YtJ7}~+a2tw z4vB<5S>xEKZv2q#2k(S#iW=AI+Crz%OLB=j1MLQ%_qy%s6Jw1YLPaUXl|$V%2%r}? zRT97PZ`{sT^D|>{zNbV)=JDz9=mCJ>&%P7iJ(ng+HPE9wi7CI8IMsQPA&$s;sksl! z7t_*6vU8e@nz3vGeu;#bU{{A5`_=^!b~o=@>be9vLXp42gjyDyLc?M+WQ8c>!`g`Z?|SyRLK6 z*w=6yzQT7#nBZwOi8;iaOYj1TfJshay^>Ej^XjkX3NAQC_t5){fzh&s^UE@zn=^FL$ol26=U>$b!po@p2QE%R?a*{zu zuf|&`KmPaa2`s-y@Z)#0mvCU6OxIadLXIfEe2|c>)4ayHNr-^4#D+UYl zdT9nr=JO#>y5bs6=&xsl7;Nq%U59R<$ttLmp4PHQA&?jG1)uJ`tE!)IKRq1zQ;5+n zRrQ22<5B^X-%lLBpd#S`l7FtN)3F{aUJ0BJ67B3X12h&BoEp5k@ttDxb#t=L%drxb z_+*-a!G1n4|3V*Hl&U43$2@|g#sj(3rl)X>ljJG{fYc-MrYZ1E0~L9rD6bzlgWd%i z9)xiy5uSMrWS(LVi+Bkg!sKGzD(WJx+_%Qw(C<}isM~zs4ZrMY1Z6QL>6*CP*!(2U$gKg)M%!>nuNYx z!-035Ir9zeJQ%E)TN46Xw9mY-(yr-0vK9YN{EfLBNhv@}_sb#Z!Ki&}$FzVWn%i#UpQ*%RSD46R<2CC6b^WcWjVtY` z=6g$4`q&tTKp;PC8y!9fYZP6g02*Wc`yErC|m(;AFQJe zQ2s>bCb5|8Om~Jv5p4B&SdbqaJbNO3$TE>$94+b{EmL+u8q47f=H(Ov(LhOGWts_s z0kc;S3X64J+zbm_3F!?j=xZfQd^#D1pxB{2L#;))zTwJ}B`988xB+%vUX4Jhp^(E) zSB#=|rs3pHD^#%7n8MbDjlT3$(bd`}IH;2w4yA3r<_BcsZ-S@Q7DUqF&#w5iCAM6$ zv)*=X%H$!dp+2fOWl8*(9*1m~orzXoN=AddZS8P2twKZQv;kY-0)wSP& z3g%spp&KNUc1i&;6XMMomYhhg1(YQk6$OTF@mPN%+0d$P30@|*}SMnFOg;;yLLV0?u5$oBHMpuUUW_- z=K*9l8?Zx2joo)t&}tpL=u#z)Yemhce&~@YOfT7Xp~W|Yg_a#2EM41cYE+x~p|z!< zW2H$;J;rRg=(IHYWHx1czFw#d3@Z>rDl}iD>tY9hBXwg$;faJFKw1?I{xO>kH(=3c-rXx~a4zWx>#IqL0@#l7DT zo0i*JaPyVyykL-ffvBL%e(e`U6zoOOZbGu=FL1RDnGv?zFIl_0yK)~CuCj4!3Wb+V zg%7a;4lqqBTrJ?=ewTqeTX~#B*2kJmT_cNn`Gd_Dtz8?mY&&A@gLSGva=!Svm)4fN zG9Z${tRs|thg)wAS>Vxe?}%LyHeKBg*UWNX-KNk={i=;PYOOcTKTq&AZN?%^zQ{iM zed@48pINnYPr9J{hCEm#c_oaGFh$*OMLC?VN0&8m-AZHic|Xt4kKMX-Zg$totIwAI z%IdRJn8M{PaBA*(d#m9F-TlrM-^D-wya5XHZ^?sX09*c;grWl{#yIs?^eV}a4$Idm z_+!EgFLaFedD9zrC~i2Be1>eYw72+O)zRaTzq4NSEu^1@1G+UPz@r-PMOP%`9st0L zP9fxR@g2K#JT-?NT_3y$*Nt{_f4%p=zFouMU}%71>+uY2@A4Sz#BD1q2a;6XaDry3M>Q~=SZ5R5ezrr%OPQs7HP{3@i754NjpuXoNq%G^6 znA1slOG(at7Uz&3cr@sIDDCnl3Bv76!R)^?tp40s5N@j=iLZ?cIH#d&?_71bU3&cQ z$IMwEhQ1ZNnXsldc}x1;QA_;tcMS0sp7K;~B>4E8a}L|mM_gLxR4fZD3h_dhU!-o( z)gzwRj9R;np0{m`G;eBWs{tcU#Vj1$YWtD_QL#Vli_Tg#j=v#+yT>~!L#b8F(gp^u%%8;5T(tF*+pM`0~ z|81w8gllcVM{nguce?*}raV{TeWbtKTm7PUu{b`C8U`J(tG6#8n%yfFH|CP3WSm?+ zA9g({aajDBlOm$pFQJxrXWzU+e_f2{Qyi+RD1=4vXM(ApL*Bph`g-2|_7FXCT{V}J zIrPN$=EdTB`Dy3}q;ylu^r~cBE%WC4{MYlWJQvb3ws$%RSx8ZyU%^XC7Tddkc-K*| zlYZkmj`kGYv0co}1oN!9t9UA_;=7jc9w9xq_$|ajrw*tNPZ95)qC6jfbZ+)ZR5Nxr z&lTlSQ!HV;5Y*skZ|c3S?K=%`KVOQU_buYr@-bR)D3b1jJ!dDZtxE3wx9eh|;HZbV zkP~DUybHt$PW-q-q^B~1n2e_dD@F!4)o!qBZ}B*zQQvs)1oEDfvk$sG(mbC(Eu2U9 zY1scxLbN^qmFr76@lf{!wmJvwZtb1nk)Poxm=YgL!V99vUE=2` zrA|gmC$9GL>ozUV-*stuz9!2xe{s)1r%5>bBq PBzP5=?>|u3OzQsw>biV! literal 0 HcmV?d00001 diff --git a/Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg.meta b/Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg.meta new file mode 100644 index 0000000..abaa652 --- /dev/null +++ b/Assets/Crossy Road VR/Models/Cowboy/Textures/nature.jpeg.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 3708c6935ad9c744d89eaceb1f1c09ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/el1.meta b/Assets/Crossy Road VR/Models/el1.meta new file mode 100644 index 0000000..c0ce857 --- /dev/null +++ b/Assets/Crossy Road VR/Models/el1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 521c9c78028a16d45b7a00d7ab8726c0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/el1/Materials.meta b/Assets/Crossy Road VR/Models/el1/Materials.meta new file mode 100644 index 0000000..cf1c05b --- /dev/null +++ b/Assets/Crossy Road VR/Models/el1/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 16ed4a45b54883249902e12691062cc9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/el1/Textures.meta b/Assets/Crossy Road VR/Models/el1/Textures.meta new file mode 100644 index 0000000..08a0c74 --- /dev/null +++ b/Assets/Crossy Road VR/Models/el1/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e447e7bf8145fd4d9d787c1017955ef +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/el1/el1.fbx b/Assets/Crossy Road VR/Models/el1/el1.fbx new file mode 100644 index 0000000..7b4813c --- /dev/null +++ b/Assets/Crossy Road VR/Models/el1/el1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fccae7f99f1d8aa81f928707757dc56a9f8092d67d16fd2910eb8fbf8423040 +size 23148 diff --git a/Assets/Crossy Road VR/Models/el1/el1.fbx.meta b/Assets/Crossy Road VR/Models/el1/el1.fbx.meta new file mode 100644 index 0000000..672c985 --- /dev/null +++ b/Assets/Crossy Road VR/Models/el1/el1.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 12b14f81b828fe2499a1164caed8a31b +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/without textures.meta b/Assets/Crossy Road VR/Models/without textures.meta new file mode 100644 index 0000000..7371a25 --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45066e186b46ba347b76e0d017e6b8d9 +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/without textures/bush.meta new file mode 100644 index 0000000..64f530d --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures/bush.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e383431249eb044f961b67ae5820f09 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx b/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx new file mode 100644 index 0000000..5886ce7 --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b0a0e4d039b17e170bb807af914f0934da9062a26f40111cf8e14b88e6a40f +size 24332 diff --git a/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx.meta b/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx.meta new file mode 100644 index 0000000..aee7adc --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures/bush/bush.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 02f564304573f8f4c82a56e450a16fd4 +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/without textures/campfire.meta b/Assets/Crossy Road VR/Models/without textures/campfire.meta new file mode 100644 index 0000000..4f7cecc --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures/campfire.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0edf77b07ba09104397fd5b1d8e318b4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx b/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx new file mode 100644 index 0000000..6360b44 --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cf07ec5898d4535bb3477a59dd6b7c39c6ad52d8e3e3e0e7fd15507dd3716e +size 45948 diff --git a/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx.meta b/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx.meta new file mode 100644 index 0000000..fe2af10 --- /dev/null +++ b/Assets/Crossy Road VR/Models/without textures/campfire/campfire.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: eda9e9055dc7c7b4ebdd5e1173359a7d +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/wizard.meta b/Assets/Crossy Road VR/Models/wizard.meta new file mode 100644 index 0000000..7b7d0af --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 929aa5cfb3d40a14cbc81b849e150ea3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wizard/Materials.meta b/Assets/Crossy Road VR/Models/wizard/Materials.meta new file mode 100644 index 0000000..a91d622 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f9697990f73fb542aeaf1c5de5e1bec +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat b/Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat new file mode 100644 index 0000000..0a701c6 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat @@ -0,0 +1,133 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7456342548262134077 +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 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: wizard + 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: 2800000, guid: 0f8d15db0d66adf4d8748d0eedf12ab4, type: 3} + 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: 2800000, guid: 0f8d15db0d66adf4d8748d0eedf12ab4, type: 3} + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 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: [] diff --git a/Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat.meta b/Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat.meta new file mode 100644 index 0000000..7ca2853 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/Materials/wizard.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 63450776717305a4f87f5bb2e8ca5eed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wizard/Textures.meta b/Assets/Crossy Road VR/Models/wizard/Textures.meta new file mode 100644 index 0000000..6bc8b6f --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 992f8fb3635b84949848308b9e596de6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wizard/Textures/wizard.png b/Assets/Crossy Road VR/Models/wizard/Textures/wizard.png new file mode 100644 index 0000000..406f8e3 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/Textures/wizard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93da35166287486bab0d80c141ced488af040b9e7f09387286ed67be9e951505 +size 184 diff --git a/Assets/Crossy Road VR/Models/wizard/Textures/wizard.png.meta b/Assets/Crossy Road VR/Models/wizard/Textures/wizard.png.meta new file mode 100644 index 0000000..d95b507 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/Textures/wizard.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 0f8d15db0d66adf4d8748d0eedf12ab4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Crossy Road VR/Models/wizard/wizard.fbx b/Assets/Crossy Road VR/Models/wizard/wizard.fbx new file mode 100644 index 0000000..fc06086 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/wizard.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d395bd363dfcb4f26e92e5ed62b27e8c90da306b96d0805cf49323ae0f35b3 +size 32300 diff --git a/Assets/Crossy Road VR/Models/wizard/wizard.fbx.meta b/Assets/Crossy Road VR/Models/wizard/wizard.fbx.meta new file mode 100644 index 0000000..48dee28 --- /dev/null +++ b/Assets/Crossy Road VR/Models/wizard/wizard.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7c029424da2d937468865872915bcbd5 +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 9a4ab97..5760d7c 100644 --- a/Assets/Crossy Road VR/Scenes/Prefabs Scence/Prefabs Scence.unity +++ b/Assets/Crossy Road VR/Scenes/Prefabs Scence/Prefabs Scence.unity @@ -1144,6 +1144,67 @@ 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 @@ -2283,6 +2344,63 @@ Transform: m_Children: [] m_Father: {fileID: 189138649} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &744270629 +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: -74.18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalPosition.y + value: 6.391074 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 12b14f81b828fe2499a1164caed8a31b, type: 3} + propertyPath: m_LocalPosition.z + value: 21.56 + 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 &809755395 GameObject: m_ObjectHideFlags: 0 @@ -2445,6 +2563,67 @@ PrefabInstance: 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} --- !u!1 &926406411 GameObject: m_ObjectHideFlags: 0 @@ -3075,6 +3254,63 @@ 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 @@ -5484,3 +5720,7 @@ SceneRoots: - {fileID: 839571844} - {fileID: 1693581235} - {fileID: 2499849603623185190} + - {fileID: 1212015019} + - {fileID: 445129845} + - {fileID: 876242435} + - {fileID: 744270629}