From cbf91376ee3bd9b7c29ffe4e940687a1ace65192 Mon Sep 17 00:00:00 2001 From: raccoon Date: Tue, 20 Aug 2024 03:23:08 +0500 Subject: [PATCH] Old fingers setup --- Assets/minecraft-character/materials.meta | 8 + .../materials/character_body.mat | 85 ++ .../materials/character_body.mat.meta | 8 + .../materials/character_head.mat | 85 ++ .../materials/character_head.mat.meta | 8 + .../mesh/blend~/minecraft-character.blend | 4 +- .../mesh/fbx/minecraft-character.fbx | 3 + .../mesh/fbx/minecraft-character.fbx.meta | 114 ++ Assets/minecraft-character/prefabs.meta | 8 + .../prefabs/minecraft-character-avatar.prefab | 1234 +++++++++++++++++ .../minecraft-character-avatar.prefab.meta | 7 + Assets/minecraft-character/scenes.meta | 8 + .../scenes/character-avatar-assembly.unity | 386 ++++++ .../character-avatar-assembly.unity.meta | 7 + .../textures/minerDude_body.png | 3 + .../textures/minerDude_body.png.meta | 127 ++ 16 files changed, 2093 insertions(+), 2 deletions(-) create mode 100644 Assets/minecraft-character/materials.meta create mode 100644 Assets/minecraft-character/materials/character_body.mat create mode 100644 Assets/minecraft-character/materials/character_body.mat.meta create mode 100644 Assets/minecraft-character/materials/character_head.mat create mode 100644 Assets/minecraft-character/materials/character_head.mat.meta create mode 100644 Assets/minecraft-character/mesh/fbx/minecraft-character.fbx create mode 100644 Assets/minecraft-character/mesh/fbx/minecraft-character.fbx.meta create mode 100644 Assets/minecraft-character/prefabs.meta create mode 100644 Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab create mode 100644 Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab.meta create mode 100644 Assets/minecraft-character/scenes.meta create mode 100644 Assets/minecraft-character/scenes/character-avatar-assembly.unity create mode 100644 Assets/minecraft-character/scenes/character-avatar-assembly.unity.meta create mode 100644 Assets/minecraft-character/textures/minerDude_body.png create mode 100644 Assets/minecraft-character/textures/minerDude_body.png.meta diff --git a/Assets/minecraft-character/materials.meta b/Assets/minecraft-character/materials.meta new file mode 100644 index 0000000..a88ac7e --- /dev/null +++ b/Assets/minecraft-character/materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e83d5e9d1cffd464d82f7554fa8b83f9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/materials/character_body.mat b/Assets/minecraft-character/materials/character_body.mat new file mode 100644 index 0000000..50ac419 --- /dev/null +++ b/Assets/minecraft-character/materials/character_body.mat @@ -0,0 +1,85 @@ +%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: character_body + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _GLOSSYREFLECTIONS_OFF + - _SPECULARHIGHLIGHTS_OFF + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _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: d423117f73a512444acb1727e90cce21, 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} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 0 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/minecraft-character/materials/character_body.mat.meta b/Assets/minecraft-character/materials/character_body.mat.meta new file mode 100644 index 0000000..c735986 --- /dev/null +++ b/Assets/minecraft-character/materials/character_body.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a9db5faeb0ec81b4c8357e1a347b3fb6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/materials/character_head.mat b/Assets/minecraft-character/materials/character_head.mat new file mode 100644 index 0000000..bd6362b --- /dev/null +++ b/Assets/minecraft-character/materials/character_head.mat @@ -0,0 +1,85 @@ +%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: character_head + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _GLOSSYREFLECTIONS_OFF + - _SPECULARHIGHLIGHTS_OFF + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _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: 114163dd6174cb94db268095f7b95aa2, 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} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 0 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/minecraft-character/materials/character_head.mat.meta b/Assets/minecraft-character/materials/character_head.mat.meta new file mode 100644 index 0000000..fb8edeb --- /dev/null +++ b/Assets/minecraft-character/materials/character_head.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80a86f0f780190940be3d955f940e003 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/mesh/blend~/minecraft-character.blend b/Assets/minecraft-character/mesh/blend~/minecraft-character.blend index 79f060d..71c5319 100644 --- a/Assets/minecraft-character/mesh/blend~/minecraft-character.blend +++ b/Assets/minecraft-character/mesh/blend~/minecraft-character.blend @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81a9c586c708ca0cf28d98d53b95ee5440c388bacca1c7087a2d54512103e4c3 -size 1145764 +oid sha256:dbd3c85b18a3d32a5b02db7607f878acdc1205f05a4cb4206d64cf12bdd0b503 +size 1834336 diff --git a/Assets/minecraft-character/mesh/fbx/minecraft-character.fbx b/Assets/minecraft-character/mesh/fbx/minecraft-character.fbx new file mode 100644 index 0000000..ebff4cb --- /dev/null +++ b/Assets/minecraft-character/mesh/fbx/minecraft-character.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d590e5cfe6f8e9fd4de70708d508c7faee7b1d851ff43ac688c453b909c68f5e +size 1007708 diff --git a/Assets/minecraft-character/mesh/fbx/minecraft-character.fbx.meta b/Assets/minecraft-character/mesh/fbx/minecraft-character.fbx.meta new file mode 100644 index 0000000..f322362 --- /dev/null +++ b/Assets/minecraft-character/mesh/fbx/minecraft-character.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: aceda7d883e158b42a9cd4c27e220871 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: character_body + second: {fileID: 2100000, guid: a9db5faeb0ec81b4c8357e1a347b3fb6, type: 2} + materials: + materialImportMode: 2 + materialName: 1 + materialSearch: 2 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 1 + 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: 0 + 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: 1 + 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: 0 + 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/minecraft-character/prefabs.meta b/Assets/minecraft-character/prefabs.meta new file mode 100644 index 0000000..30af5e2 --- /dev/null +++ b/Assets/minecraft-character/prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5c19c326b55e30f4e9d7c13a52cdd7cd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab b/Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab new file mode 100644 index 0000000..610d144 --- /dev/null +++ b/Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab @@ -0,0 +1,1234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4350543359851594146 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -5688727981459193373, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.00000012044035 + objectReference: {fileID: 0} + - target: {fileID: -5688727981459193373, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.70710695 + objectReference: {fileID: 0} + - target: {fileID: -5688727981459193373, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000136701495 + objectReference: {fileID: 0} + - target: {fileID: -5688727981459193373, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071066 + objectReference: {fileID: 0} + - target: {fileID: -5197471782252712179, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.00000012044035 + objectReference: {fileID: 0} + - target: {fileID: -5197471782252712179, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.70710695 + objectReference: {fileID: 0} + - target: {fileID: -5197471782252712179, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000136701495 + objectReference: {fileID: 0} + - target: {fileID: -5197471782252712179, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071066 + objectReference: {fileID: 0} + - target: {fileID: -807436451751428104, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.00000012044035 + objectReference: {fileID: 0} + - target: {fileID: -807436451751428104, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.70710695 + objectReference: {fileID: 0} + - target: {fileID: -807436451751428104, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000136701495 + objectReference: {fileID: 0} + - target: {fileID: -807436451751428104, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071066 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_Name + value: minecraft-character-avatar + objectReference: {fileID: 0} + - target: {fileID: 4357648721544036211, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.00000010553917 + objectReference: {fileID: 0} + - target: {fileID: 4357648721544036211, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.70710695 + objectReference: {fileID: 0} + - target: {fileID: 4357648721544036211, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000012310082 + objectReference: {fileID: 0} + - target: {fileID: 4357648721544036211, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.70710665 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8976053274313540387, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 4561705613401939257} + - targetCorrespondingSourceObject: {fileID: 5952599813926143946, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 5762127355404848398} + - targetCorrespondingSourceObject: {fileID: -4053933105737929538, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 3858876699725577204} + - targetCorrespondingSourceObject: {fileID: 895704203337462903, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 3544198826257904347} + - targetCorrespondingSourceObject: {fileID: -8212877216214124343, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 3060492329743347759} + - targetCorrespondingSourceObject: {fileID: -8757094289237867864, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 5042343598671417607} + - targetCorrespondingSourceObject: {fileID: -8278903517666560185, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 8660741722278927380} + - targetCorrespondingSourceObject: {fileID: 8762186072023206439, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + insertIndex: -1 + addedObject: {fileID: 2467619029969800518} + m_SourcePrefab: {fileID: 100100000, guid: aceda7d883e158b42a9cd4c27e220871, type: 3} +--- !u!4 &1775447851174841891 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2649124056764403585, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!1 &3462725060335465941 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 895704203337462903, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &3544198826257904347 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462725060335465941} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 5785304438862437232} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: -0.000010866771, y: 90.00003, z: 180} + RotationOffset: {x: 0.00001207418, y: -0.0000072445087, z: -0.0000068301883} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!1 &3565532863369787109 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: -8278903517666560185, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &8660741722278927380 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3565532863369787109} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 1775447851174841891} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: 0.00000865168, y: 90.00002, z: 180} + RotationOffset: {x: -0.000007244514, y: -0.000012074182, z: -0.0000068301892} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!1 &3631523688262400363 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: -8212877216214124343, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &3060492329743347759 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3631523688262400363} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 1775447851174841891} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: 0.000005008698, y: 90.00001, z: 180} + RotationOffset: {x: -0.000002414839, y: -0.0000024148353, z: -0.0000136603785} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!1 &4186290495896650506 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: -8757094289237867864, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &5042343598671417607 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4186290495896650506} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 1775447851174841891} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: 0.00000865168, y: 90.00002, z: 180} + RotationOffset: {x: -0.000007244514, y: -0.000012074182, z: -0.0000068301892} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!1 &4679632297494004353 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8976053274313540387, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &4561705613401939257 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4679632297494004353} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 5785304438862437232} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: -0.000008451932, y: 90.00002, z: 180} + RotationOffset: {x: 0.000004829673, y: 8.142219e-13, z: 3.4316887e-20} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!1 &5042261284128689029 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8762186072023206439, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2467619029969800518 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5042261284128689029} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 1775447851174841891} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: 0.000005008698, y: 90.00001, z: 180} + RotationOffset: {x: -0.000002414839, y: -0.0000024148353, z: -0.0000136603785} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!4 &5785304438862437232 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -1429405117085295918, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!1 &7997229502989878888 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5952599813926143946, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &5762127355404848398 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7997229502989878888} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 5785304438862437232} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: -0.000010866771, y: 90.00003, z: 180} + RotationOffset: {x: 0.00001207418, y: -0.0000072445087, z: -0.0000068301883} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 +--- !u!1 &8925489542558444828 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: -4053933105737929538, guid: aceda7d883e158b42a9cd4c27e220871, + type: 3} + m_PrefabInstance: {fileID: 4350543359851594146} + m_PrefabAsset: {fileID: 0} +--- !u!114 &3858876699725577204 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8925489542558444828} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1788371120, guid: 58e2f01a24261a14cb82e6d3399e8b16, type: 3} + m_Name: + m_EditorClassIdentifier: + IsActive: 1 + GlobalWeight: 1 + TargetTransform: {fileID: 0} + SolveInLocalSpace: 0 + FreezeToWorld: 0 + RebakeOffsetsWhenUnfrozen: 0 + Locked: 0 + Sources: + source0: + SourceTransform: {fileID: 5785304438862437232} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source1: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source2: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source3: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source4: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source5: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source6: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source7: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source8: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source9: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source10: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source11: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source12: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source13: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source14: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + source15: + SourceTransform: {fileID: 0} + Weight: 1 + ParentPositionOffset: {x: 0, y: 0, z: 0} + ParentRotationOffset: {x: 0, y: 0, z: 0} + _defaultsApplied: 1 + totalLength: 1 + overflowList: [] + cachedExecutionGroupIndex: 0 + RotationAtRest: {x: -0.000010866771, y: 90.00003, z: 180} + RotationOffset: {x: 0.00001207418, y: -0.0000072445087, z: -0.0000068301883} + AffectsRotationX: 1 + AffectsRotationY: 1 + AffectsRotationZ: 1 diff --git a/Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab.meta b/Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab.meta new file mode 100644 index 0000000..3c8bc25 --- /dev/null +++ b/Assets/minecraft-character/prefabs/minecraft-character-avatar.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3ab3405f541c77742843e072c440b855 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/scenes.meta b/Assets/minecraft-character/scenes.meta new file mode 100644 index 0000000..be1b81c --- /dev/null +++ b/Assets/minecraft-character/scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 023bc6f5731afc54c868ae660152589e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/scenes/character-avatar-assembly.unity b/Assets/minecraft-character/scenes/character-avatar-assembly.unity new file mode 100644 index 0000000..de0123f --- /dev/null +++ b/Assets/minecraft-character/scenes/character-avatar-assembly.unity @@ -0,0 +1,386 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.18028378, g: 0.22571412, b: 0.30692285, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &746076467 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 746076469} + - component: {fileID: 746076468} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &746076468 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 746076467} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &746076469 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 746076467} + serializedVersion: 2 + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1475143255 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1475143258} + - component: {fileID: 1475143257} + - component: {fileID: 1475143256} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1475143256 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1475143255} + m_Enabled: 1 +--- !u!20 &1475143257 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1475143255} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1475143258 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1475143255} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2636416261750616813 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3504176488644525299, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_Name + value: minecraft-character + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4317409839234868809, guid: 3ab3405f541c77742843e072c440b855, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ab3405f541c77742843e072c440b855, type: 3} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 1475143258} + - {fileID: 746076469} + - {fileID: 2636416261750616813} diff --git a/Assets/minecraft-character/scenes/character-avatar-assembly.unity.meta b/Assets/minecraft-character/scenes/character-avatar-assembly.unity.meta new file mode 100644 index 0000000..ee13707 --- /dev/null +++ b/Assets/minecraft-character/scenes/character-avatar-assembly.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7a04330662724fc4b895f52f138aa1d9 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/minecraft-character/textures/minerDude_body.png b/Assets/minecraft-character/textures/minerDude_body.png new file mode 100644 index 0000000..540b828 --- /dev/null +++ b/Assets/minecraft-character/textures/minerDude_body.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5808c70cb15d63d2d1685f244fa66301238cb05f981f4cf3b13d03f7a79e537 +size 28621 diff --git a/Assets/minecraft-character/textures/minerDude_body.png.meta b/Assets/minecraft-character/textures/minerDude_body.png.meta new file mode 100644 index 0000000..bda4bad --- /dev/null +++ b/Assets/minecraft-character/textures/minerDude_body.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 009f0efb6bfb0e748a9694418e466761 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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: