From 5def29db20f3f7c53af9f1aef0d4a24674612fe0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-VVOCIJO\\PC" Date: Thu, 23 Apr 2026 09:55:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=90=EB=A6=AD=ED=84=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/03_Models/_Characters/Black.meta | 8 + .../_Characters/Black/Animations.meta | 8 + .../AnimController_Black.controller | 354 +++++++++++++ .../AnimController_Black.controller.meta | 8 + .../03_Models/_Characters/Black/Black.prefab | 3 + .../_Characters/Black/Black.prefab.meta | 7 + .../_Characters/Black/Materials.meta | 8 + .../Black/Materials/Black_0_Mat.mat | 482 ++++++++++++++++++ .../Black/Materials/Black_0_Mat.mat.meta | 8 + .../Black/Materials/Black_Neck_Mat.mat | 482 ++++++++++++++++++ .../Black/Materials/Black_Neck_Mat.mat.meta | 8 + Assets/03_Models/_Characters/Black/Meshs.meta | 8 + .../_Characters/Black/Meshs/Black_Mesh.asset | 3 + .../Black/Meshs/Black_Mesh.asset.meta | 8 + .../03_Models/_Characters/Black/Textures.meta | 8 + .../_Characters/Black/Textures/Black_0_D.png | 3 + .../Black/Textures/Black_0_D.png.meta | 169 ++++++ .../Black/Textures/Black_0_NormalMap.png | 3 + .../Black/Textures/Black_0_NormalMap.png.meta | 169 ++++++ .../Black/Textures/Black_Neck_D.png | 3 + .../Black/Textures/Black_Neck_D.png.meta | 169 ++++++ .../Black/Textures/Black_Neck_NormalMap.png | 3 + .../Textures/Black_Neck_NormalMap.png.meta | 169 ++++++ .../Black/Textures/MagicaClothExtension.png | 3 + .../Textures/MagicaClothExtension.png.meta | 169 ++++++ Assets/03_Models/_Characters/Blue.meta | 8 + .../_Characters/Blue/Animations.meta | 8 + .../Animations/AnimController_Blue.controller | 354 +++++++++++++ .../AnimController_Blue.controller.meta | 8 + Assets/03_Models/_Characters/Blue/Blue.prefab | 3 + .../_Characters/Blue/Blue.prefab.meta | 7 + .../03_Models/_Characters/Blue/Materials.meta | 8 + .../_Characters/Blue/Materials/Blue_0_Mat.mat | 482 ++++++++++++++++++ .../Blue/Materials/Blue_0_Mat.mat.meta | 8 + Assets/03_Models/_Characters/Blue/Meshs.meta | 8 + .../_Characters/Blue/Meshs/Blue_Mesh.asset | 3 + .../Blue/Meshs/Blue_Mesh.asset.meta | 8 + .../03_Models/_Characters/Blue/Textures.meta | 8 + .../_Characters/Blue/Textures/Blue_0_D.png | 3 + .../Blue/Textures/Blue_0_D.png.meta | 169 ++++++ .../Blue/Textures/Blue_0_NormalMap.png | 3 + .../Blue/Textures/Blue_0_NormalMap.png.meta | 169 ++++++ Assets/03_Models/_Characters/Purple.meta | 8 + .../_Characters/Purple/Animations.meta | 8 + .../AnimController_Purple.controller | 354 +++++++++++++ .../AnimController_Purple.controller.meta | 8 + .../_Characters/Purple/Materials.meta | 8 + .../Purple/Materials/Purple_0_Mat.mat | 482 ++++++++++++++++++ .../Purple/Materials/Purple_0_Mat.mat.meta | 8 + .../03_Models/_Characters/Purple/Meshs.meta | 8 + .../Purple/Meshs/Purple_Mesh.asset | 3 + .../Purple/Meshs/Purple_Mesh.asset.meta | 8 + .../_Characters/Purple/Purple.prefab | 3 + .../_Characters/Purple/Purple.prefab.meta | 7 + .../_Characters/Purple/Textures.meta | 8 + .../Purple/Textures/Purple_0_D.png | 3 + .../Purple/Textures/Purple_0_D.png.meta | 169 ++++++ .../Purple/Textures/Purple_0_NormalMap.png | 3 + .../Textures/Purple_0_NormalMap.png.meta | 169 ++++++ Assets/03_Models/_Characters/Yellow.meta | 8 + .../_Characters/Yellow/Animations.meta | 8 + .../AnimController_Yellow.controller | 354 +++++++++++++ .../AnimController_Yellow.controller.meta | 8 + .../_Characters/Yellow/Materials.meta | 8 + .../Yellow/Materials/Yellow_0_Mat.mat | 482 ++++++++++++++++++ .../Yellow/Materials/Yellow_0_Mat.mat.meta | 8 + .../03_Models/_Characters/Yellow/Meshs.meta | 8 + .../Yellow/Meshs/Yellow_Mesh.asset | 3 + .../Yellow/Meshs/Yellow_Mesh.asset.meta | 8 + .../_Characters/Yellow/Textures.meta | 8 + .../Yellow/Textures/MagicaClothExtension.png | 3 + .../Textures/MagicaClothExtension.png.meta | 169 ++++++ .../Yellow/Textures/Yellow_0_D.png | 3 + .../Yellow/Textures/Yellow_0_D.png.meta | 169 ++++++ .../Yellow/Textures/Yellow_0_NormalMap.png | 3 + .../Textures/Yellow_0_NormalMap.png.meta | 169 ++++++ .../_Characters/Yellow/Yellow.prefab | 3 + .../_Characters/Yellow/Yellow.prefab.meta | 7 + 78 files changed, 6206 insertions(+) create mode 100644 Assets/03_Models/_Characters/Black.meta create mode 100644 Assets/03_Models/_Characters/Black/Animations.meta create mode 100644 Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller create mode 100644 Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller.meta create mode 100644 Assets/03_Models/_Characters/Black/Black.prefab create mode 100644 Assets/03_Models/_Characters/Black/Black.prefab.meta create mode 100644 Assets/03_Models/_Characters/Black/Materials.meta create mode 100644 Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat create mode 100644 Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat.meta create mode 100644 Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat create mode 100644 Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat.meta create mode 100644 Assets/03_Models/_Characters/Black/Meshs.meta create mode 100644 Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset create mode 100644 Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset.meta create mode 100644 Assets/03_Models/_Characters/Black/Textures.meta create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_0_D.png create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_0_D.png.meta create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png.meta create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png.meta create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png create mode 100644 Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png.meta create mode 100644 Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png create mode 100644 Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png.meta create mode 100644 Assets/03_Models/_Characters/Blue.meta create mode 100644 Assets/03_Models/_Characters/Blue/Animations.meta create mode 100644 Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller create mode 100644 Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller.meta create mode 100644 Assets/03_Models/_Characters/Blue/Blue.prefab create mode 100644 Assets/03_Models/_Characters/Blue/Blue.prefab.meta create mode 100644 Assets/03_Models/_Characters/Blue/Materials.meta create mode 100644 Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat create mode 100644 Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat.meta create mode 100644 Assets/03_Models/_Characters/Blue/Meshs.meta create mode 100644 Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset create mode 100644 Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset.meta create mode 100644 Assets/03_Models/_Characters/Blue/Textures.meta create mode 100644 Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png create mode 100644 Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png.meta create mode 100644 Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png create mode 100644 Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png.meta create mode 100644 Assets/03_Models/_Characters/Purple.meta create mode 100644 Assets/03_Models/_Characters/Purple/Animations.meta create mode 100644 Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller create mode 100644 Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller.meta create mode 100644 Assets/03_Models/_Characters/Purple/Materials.meta create mode 100644 Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat create mode 100644 Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat.meta create mode 100644 Assets/03_Models/_Characters/Purple/Meshs.meta create mode 100644 Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset create mode 100644 Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset.meta create mode 100644 Assets/03_Models/_Characters/Purple/Purple.prefab create mode 100644 Assets/03_Models/_Characters/Purple/Purple.prefab.meta create mode 100644 Assets/03_Models/_Characters/Purple/Textures.meta create mode 100644 Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png create mode 100644 Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png.meta create mode 100644 Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png create mode 100644 Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png.meta create mode 100644 Assets/03_Models/_Characters/Yellow.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Animations.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller create mode 100644 Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Materials.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat create mode 100644 Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Meshs.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset create mode 100644 Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Textures.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png create mode 100644 Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png create mode 100644 Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png create mode 100644 Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png.meta create mode 100644 Assets/03_Models/_Characters/Yellow/Yellow.prefab create mode 100644 Assets/03_Models/_Characters/Yellow/Yellow.prefab.meta diff --git a/Assets/03_Models/_Characters/Black.meta b/Assets/03_Models/_Characters/Black.meta new file mode 100644 index 00000000..d4e50099 --- /dev/null +++ b/Assets/03_Models/_Characters/Black.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bb50edd80c5973946b4564c8508266dd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Animations.meta b/Assets/03_Models/_Characters/Black/Animations.meta new file mode 100644 index 00000000..aceacb23 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cd34faf5c80bf13488f90f6649020fbd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller b/Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller new file mode 100644 index 00000000..a7b0a74f --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller @@ -0,0 +1,354 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-7836363615124988089 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression Tree + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -328592594322388879} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 5123552943827446111} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-7159515487743301599 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 3 + m_ConditionEvent: Expression + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -7836363615124988089} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 15.000014 + m_ExitTime: 1 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &-328592594322388879 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 4 + m_ConditionEvent: Expression + m_EventTreshold: 1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 6909750651427599640} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.00000030466478 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AnimController_Black + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: Expression + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 7802577738825142542} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + - serializedVersion: 5 + m_Name: Face Layer + m_StateMachine: {fileID: 6170660395283963564} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1761552763063545065 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 1827226128182048838, guid: 0660b16472b526b4fb30b5d695f95903, type: 3} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!206 &5123552943827446111 +BlendTree: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8ba3e0d0f4caf2b4e988f2fa31db0e00, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e7510dca54ee3594f97801611253e13f, type: 2} + m_Threshold: 1 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 274311329317ccf449acea8dce3be8fe, type: 2} + m_Threshold: 2 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0103d1054b85b5c4da54dc2c38bb10e3, type: 2} + m_Threshold: 3 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 046c1bbcad271b241b0b897da4d6f666, type: 2} + m_Threshold: 4 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 7017b6d3ec28cbd46ac136cd14ebb4e8, type: 2} + m_Threshold: 5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 89aee812b742109468ed4dd78afac366, type: 2} + m_Threshold: 6 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 65183e65b4e13e849ae9185454d22a6b, type: 2} + m_Threshold: 7 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b78bbc388de67964cb2a3a3efcca82e7, type: 2} + m_Threshold: 8 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0f881f9bc494d8e4eb7c00618ad20917, type: 2} + m_Threshold: 9 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 71db63bc9b6664046bf517579edba7fe, type: 2} + m_Threshold: 10 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b085cbda8aab3fe41b5a698cacbe6dcc, type: 2} + m_Threshold: 11 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 677a321640829114fb3129e86f5fa392, type: 2} + m_Threshold: 12 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 2b380878ca5791649804171801824408, type: 2} + m_Threshold: 13 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: fcb514dd6fdfda741a2736c5f98f57bc, type: 2} + m_Threshold: 14 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 14 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &6170660395283963564 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -7836363615124988089} + m_Position: {x: 20, y: 260, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6909750651427599640} + m_Position: {x: 30, y: 190, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 6909750651427599640} +--- !u!1102 &6909750651427599640 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -7159515487743301599} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 5820dd3123db00b49a21828fb1be49a0, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &7802577738825142542 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1761552763063545065} + m_Position: {x: 30, y: 230, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: -410, y: 360, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 40, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1761552763063545065} diff --git a/Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller.meta b/Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller.meta new file mode 100644 index 00000000..9ea4c044 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Animations/AnimController_Black.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 17a1c83859c47354c98449bf1841d5bc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Black.prefab b/Assets/03_Models/_Characters/Black/Black.prefab new file mode 100644 index 00000000..9b6cb3a9 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Black.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630097c763d1efd4055c7360494ef1df6defd19b834d15377e867e727489e744 +size 164974 diff --git a/Assets/03_Models/_Characters/Black/Black.prefab.meta b/Assets/03_Models/_Characters/Black/Black.prefab.meta new file mode 100644 index 00000000..cd3ea19a --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Black.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4658f9c87d5af434b93422c21ddfc7f7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Materials.meta b/Assets/03_Models/_Characters/Black/Materials.meta new file mode 100644 index 00000000..99ef83bd --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c11a6619824bebf40be1e8e7011a89a4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat b/Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat new file mode 100644 index 00000000..50a044ec --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat @@ -0,0 +1,482 @@ +%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: Black_0_Mat + m_Shader: {fileID: 4800000, guid: 4dede25c09a79bb49b62a737c00a3d9e, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _RIMLIGHTOVERLAY + - _USENORMALMAP + - _USEOUTLINE + m_InvalidKeywords: + - N_F_EAL_ON + - N_F_O_ON + - N_F_RDC_ON + - N_F_RELGI_ON + - N_F_SS_ON + - N_F_TRANSAFFSHA + - N_F_TRANSAFFSHA_ON + - _CUSTOMLIGHTDIRECTIONFOLLOWOBJECTROTATION_OFF + - _GIFLATSHADE_OFF + - _GLOSSTEXTUREFOLLOWOBJECTROTATION_OFF + - _LIGHTAFFECTOUTLINECOLOR_OFF + - _LIGHTAFFECTRIMLIGHTCOLOR_OFF + - _LIGHTAFFECTSHADOW_OFF + - _LIGHTFALLOFFAFFECTSHADOWT_OFF + - _LIGIGNOYNORDIR_OFF + - _MCIALO_OFF + - _MIXMAINTEXTOOUTLINE_OFF + - _MVCOL_OFF + - _OUTLINEWIDTHAFFECTEDBYVIEWDISTANCE_OFF + - _PSGLOTEX_OFF + - _SELFSHADOWAFFECTEDBYLIGHTSHADOWSTRENGTH_OFF + - _SELFSHADOWSHADOWTATVIEWDIRECTION_OFF + - _SHOWNORMAL_OFF + - _SPECMODE_OFF + - _STIL_OFF + - _TEXTUREPATTERNSTYLE_OFF + - _USESECONDARYCUTOUT_OFF + - _VERTEXCOLORBLUEAFFECTOUTLINEWITDH_OFF + - _VERTEXCOLORGREENCONTROLSELFSHADOWTHRESHOLD_OFF + - _VERTEXCOLORREDCONTROLSMOOTHOBJECTNORMAL_OFF + m_LightmapFlags: 0 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DecalMap: + 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} + - _FReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GlossTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IDMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LogoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCapMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskGloss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskSelfLit: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTransparency: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 83f3d190fee48334286bd614456d3e4d, type: 3} + 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} + - _OutlineWidthControl: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PTexture: + 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} + - _PatternMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SecondaryCutout: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowColorTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowT: + 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} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 07f432ac9019b1445bc2100d56214827, type: 3} + 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: + - Brightness: 2 + - _AAS: 0.0001 + - _AddPrecomputedVelocity: 0 + - _AlpToCov: 0 + - _AlphaBaseCutout: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _AmbiantStrength: 1 + - _BUILTIN_QueueControl: -1 + - _BUILTIN_QueueOffset: 0 + - _BleModDest: 0 + - _BleModSour: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Brightness: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ClipAdju: 0 + - _Compa: 4 + - _ComputeMeshIndex: 0 + - _Cull: 2 + - _Culling: 2 + - _CustomLightDirectionFollowObjectRotation: 0 + - _CustomLightDirectionIntensity: 0 + - _Cutoff: 0.5 + - _Cutout: 0.5 + - _DecalBlend: 0 + - _DecalUVSet: 1 + - _DepthThreshold: 900 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DirectionalLightIntensity: 0 + - _DoubleSidedOutline: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _DynamicNoisyOutline: 0 + - _EnvironmentReflections: 1 + - _EnvironmentalLightingIntensity: 1 + - _FarDistanceMaxWidth: 10 + - _Fresnel: 10 + - _GIFlatShade: 0 + - _GIShadeThreshold: 0 + - _GlossColorPower: 10 + - _GlossIntensity: 1 + - _GlossMapScale: 0 + - _GlossSoftness: 0 + - _GlossTextureFollowLight: 0 + - _GlossTextureFollowObjectRotation: 0 + - _GlossTextureRotate: 0 + - _GlossTextureSoftness: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Glow_Edge_Width: 1 + - _HighlightColorPower: 1 + - _LLI_Max: 1 + - _LLI_Min: 0 + - _LigIgnoYNorDir: 0 + - _LightAffectOutlineColor: 0 + - _LightAffectRimLightColor: 0 + - _LightAffectShadow: 0 + - _LightFalloffAffectShadowT: 0 + - _LightFalloffSoftness: 1 + - _LightHeightDirectionStrength: 0.1 + - _LightIntensity: 1 + - _MCIALO: 0 + - _MCapIntensity: 1 + - _MVCOL: 0 + - _MaiColPo: 0.8 + - _MaskEdgeHigh_1: 0.01 + - _MaskEdgeHigh_2: 0.01 + - _MaskEdgeHigh_3: 0.01 + - _MaskEdgeHigh_4: 0.01 + - _MaskEdgeHigh_5: 0.01 + - _MaskEdgeHigh_6: 0.01 + - _MaskEdgeLow_1: 0.01 + - _MaskEdgeLow_2: 0.01 + - _MaskEdgeLow_3: 0.01 + - _MaskEdgeLow_4: 0.01 + - _MaskEdgeLow_5: 0.01 + - _MaskEdgeLow_6: 0.01 + - _MaxFadDistance: 2 + - _Metallic: 0 + - _MinFadDistance: 0 + - _MixMainTexToOutline: 0 + - _MultipleLightSharpness: 0 + - _MultipleStrength: 1 + - _N_F_ANIS: 0 + - _N_F_CA: 0 + - _N_F_CLD: 0 + - _N_F_CO: 0 + - _N_F_COEDGL: 0 + - _N_F_DCS: 0 + - _N_F_DDMD: 0 + - _N_F_EAL: 1 + - _N_F_ESSAO: 0 + - _N_F_FR: 0 + - _N_F_GLO: 0 + - _N_F_GLOT: 0 + - _N_F_HDLS: 0 + - _N_F_HPSS: 0 + - _N_F_LLI: 0 + - _N_F_MC: 0 + - _N_F_MSSOLTFO: 0 + - _N_F_NFD: 0 + - _N_F_NLASOBF: 0 + - _N_F_NM: 0 + - _N_F_O: 1 + - _N_F_OFLMB: 0 + - _N_F_PA: 0 + - _N_F_PT: 0 + - _N_F_R: 0 + - _N_F_RDC: 1 + - _N_F_RL: 0 + - _N_F_SCO: 0 + - _N_F_SCT: 0 + - _N_F_SE: 0 + - _N_F_SL: 0 + - _N_F_SLMM: 0 + - _N_F_SON: 0 + - _N_F_SS: 1 + - _N_F_ST: 0 + - _N_F_STIAL: 0 + - _N_F_STIS: 0 + - _N_F_STSDFM: 0 + - _N_F_TP: 0 + - _NoiTexAffStraWidt: 0 + - _NoisTexInten: 1 + - _NoiseSize: 100 + - _NoisyOutlineIntensity: 0 + - _NormalMapIntensity: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Oper: 0 + - _OutStenPass: 0 + - _OutlineColor: 0 + - _OutlineDistance: 2 + - _OutlineExtrudeMethod: 0 + - _OutlineThickness: 2 + - _OutlineWidth: 0.5 + - _OutlineWidthAffectedByViewDistance: 0 + - _OutlineZPostionInCamera: 0 + - _OverallShadowColorPower: 1 + - _PADist: 0 + - _PASize: 0.5 + - _PASmooTrans: 1 + - _PSGLOTEX: 0 + - _PTexturePower: 1 + - _Parallax: 0.005 + - _PatternBlend: 1 + - _PatternUVSet: 0 + - _PointSpotlightIntensity: 0 + - _PresAdju: 1 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RELG: 1 + - _ReceiveShadows: 1 + - _RecieveShadows: 0 + - _ReduSha: 0.5 + - _RefMetallic: 0 + - _RefVal: 0 + - _ReflectionIntensity: 0 + - _RimLigInt: 1 + - _RimLightColorPower: 10 + - _RimLightInLight: 1 + - _RimLightSoftness: 1 + - _RimLightUnfill: 1.5 + - _RimlightPower: 0.5 + - _RimlightSharpness: 0.5 + - _SPECIN: 1 + - _SPECMODE: 0 + - _STIL: 0 + - _Saturation: 1 + - _SelfLitHighContrast: 1 + - _SelfLitIntensity: 0 + - _SelfLitPower: 2 + - _SelfShadowAffectedByLightShadowStrength: 0 + - _SelfShadowHardness: 1 + - _SelfShadowRealTimeShadowColorPower: 1 + - _SelfShadowRealtimeShadowIntensity: 1 + - _SelfShadowShadowTAtViewDirection: 0 + - _SelfShadowThreshold: 0.93 + - _ShadowColorTexturePower: 0 + - _ShadowEdge: 0.042 + - _ShadowHardness: 0 + - _ShadowSharpness: 0.12 + - _ShadowTColorPower: 1 + - _ShadowTHardness: 1 + - _ShadowTIntensity: 1 + - _ShadowTLightThreshold: 50 + - _ShadowTShadowThreshold: 0 + - _ShifAnis: 0 + - _Shininess: 10 + - _ShowInAmbientLightShadowIntensity: 1 + - _ShowInAmbientLightShadowThreshold: 0.4 + - _ShowNormal: 0 + - _SimTrans: 0 + - _SkinMatrixIndex: 0 + - _SmoothObjectNormal: 0 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilPass: 2 + - _StencilReadMask: 255 + - _StencilWriteMask: 221 + - _StraWidt: 10 + - _Surface: 0 + - _TEXMCOLINT: 1 + - _TRANSMODE: 0 + - _TexturePatternStyle: 0 + - _TrailSize: 1.5 + - _TransAffSha: 1 + - _TransparentThreshold: 0 + - _TriPlaBlend: 4 + - _TriPlaTile: 1 + - _UseAmbiant: 1 + - _UseCustomTexture: 0 + - _UseMaskMap: 0 + - _UseMultipleLights: 1 + - _UseNormalMap: 1 + - _UseOutline: 1 + - _UseRimlight: 0 + - _UseRimlightOverlay: 1 + - _UseSecondaryCutout: 0 + - _UseTLB: 0 + - _VertexColorBlueAffectOutlineWitdh: 0 + - _VertexColorGreenControlSelfShadowThreshold: 0 + - _VertexColorRedControlSmoothObjectNormal: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Color_1: {r: 1, g: 0, b: 0, a: 0} + - _Color_2: {r: 0, g: 1, b: 0, a: 0} + - _Color_3: {r: 0, g: 0, b: 1, a: 0} + - _Color_4: {r: 0.9727612, g: 1, b: 0, a: 0} + - _Color_5: {r: 0, g: 0.9845986, b: 1, a: 0} + - _Color_6: {r: 1, g: 0, b: 0.988061, a: 0} + - _Color_7: {r: 1, g: 1, b: 1, a: 0} + - _Color_8: {r: 0.50314456, g: 0.50314456, b: 0.50314456, a: 0} + - _Color_9: {r: 0, g: 0, b: 0, a: 0} + - _CustomLightDirection: {r: 0, g: 0, b: 10, a: 0} + - _DecalColor_1: {r: 1, g: 1, b: 1, a: 1} + - _DecalColor_2: {r: 0.557, g: 0.557, b: 0.557, a: 1} + - _DecalColor_3: {r: 0, g: 0, b: 0, a: 1} + - _DecalScale: {r: 1, g: 1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FresnelColor: {r: 0, g: 0, b: 0, a: 0} + - _GlossColor: {r: 1, g: 1, b: 1, a: 1} + - _Glow_Color: {r: 1, g: 1, b: 1, a: 1} + - _HighlightColor: {r: 1, g: 1, b: 1, a: 1} + - _LogoColor_1: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_2: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_3: {r: 0, g: 0, b: 0, a: 0} + - _LogoScale: {r: 0, g: 0, b: 0, a: 0} + - _MainColor: {r: 1, g: 1, b: 1, a: 1} + - _ObjPosi: {r: 0, g: 0, b: 0, a: 0} + - _ObjectForward: {r: 0, g: 0, b: 0, a: 0} + - _ObjectRight: {r: 0, g: 0, b: 0, a: 0} + - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OutlineOffset: {r: 0, g: 0, b: 0, a: 1} + - _OverallShadowColor: {r: 0, g: 0, b: 0, a: 1} + - _PTCol: {r: 0, g: 0, b: 0, a: 1} + - _PatternColor_1: {r: 1, g: 1, b: 1, a: 1} + - _PatternColor_2: {r: 0.5568628, g: 0.5568628, b: 0.5568628, a: 1} + - _PatternColor_3: {r: 0, g: 0, b: 0, a: 1} + - _PatternScale: {r: 50, g: 50, b: 0, a: 0} + - _PrevPosition: {r: 0, g: 0, b: 0, a: 0} + - _RimLightColor: {r: 1, g: 1, b: 1, a: 1} + - _RimlightColor: {r: 0, g: 0, b: 0, a: 0} + - _SSAOColor: {r: 0, g: 0, b: 0, a: 0} + - _SelfLitColor: {r: 1, g: 1, b: 1, a: 1} + - _SelfShadowRealTimeShadowColor: {r: 1, g: 1, b: 1, a: 1} + - _ShadowColor: {r: 0.75, g: 0.56624997, b: 0.56624997, a: 0} + - _ShadowEdgeColor: {r: 1, g: 0.77873063, b: 0.5943395, a: 0} + - _ShadowTColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _XYZPosition: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat.meta b/Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat.meta new file mode 100644 index 00000000..7f2d09a1 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Materials/Black_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4aa3c04f0436e6846bbb4688e851cc8d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat b/Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat new file mode 100644 index 00000000..4c47d189 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat @@ -0,0 +1,482 @@ +%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: Black_Neck_Mat + m_Shader: {fileID: 4800000, guid: 4dede25c09a79bb49b62a737c00a3d9e, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _RIMLIGHTOVERLAY + - _USENORMALMAP + - _USEOUTLINE + m_InvalidKeywords: + - N_F_EAL_ON + - N_F_O_ON + - N_F_RDC_ON + - N_F_RELGI_ON + - N_F_SS_ON + - N_F_TRANSAFFSHA + - N_F_TRANSAFFSHA_ON + - _CUSTOMLIGHTDIRECTIONFOLLOWOBJECTROTATION_OFF + - _GIFLATSHADE_OFF + - _GLOSSTEXTUREFOLLOWOBJECTROTATION_OFF + - _LIGHTAFFECTOUTLINECOLOR_OFF + - _LIGHTAFFECTRIMLIGHTCOLOR_OFF + - _LIGHTAFFECTSHADOW_OFF + - _LIGHTFALLOFFAFFECTSHADOWT_OFF + - _LIGIGNOYNORDIR_OFF + - _MCIALO_OFF + - _MIXMAINTEXTOOUTLINE_OFF + - _MVCOL_OFF + - _OUTLINEWIDTHAFFECTEDBYVIEWDISTANCE_OFF + - _PSGLOTEX_OFF + - _SELFSHADOWAFFECTEDBYLIGHTSHADOWSTRENGTH_OFF + - _SELFSHADOWSHADOWTATVIEWDIRECTION_OFF + - _SHOWNORMAL_OFF + - _SPECMODE_OFF + - _STIL_OFF + - _TEXTUREPATTERNSTYLE_OFF + - _USESECONDARYCUTOUT_OFF + - _VERTEXCOLORBLUEAFFECTOUTLINEWITDH_OFF + - _VERTEXCOLORGREENCONTROLSELFSHADOWTHRESHOLD_OFF + - _VERTEXCOLORREDCONTROLSMOOTHOBJECTNORMAL_OFF + m_LightmapFlags: 0 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DecalMap: + 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} + - _FReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GlossTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IDMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LogoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCapMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskGloss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskSelfLit: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTransparency: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 6c11e1c01c4aa0e4187516b8584d6019, type: 3} + 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} + - _OutlineWidthControl: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PTexture: + 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} + - _PatternMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SecondaryCutout: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowColorTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowT: + 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} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: bfc5abf2766725a4099992f0e0fd658f, type: 3} + 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: + - Brightness: 2 + - _AAS: 0.0001 + - _AddPrecomputedVelocity: 0 + - _AlpToCov: 0 + - _AlphaBaseCutout: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _AmbiantStrength: 1 + - _BUILTIN_QueueControl: -1 + - _BUILTIN_QueueOffset: 0 + - _BleModDest: 0 + - _BleModSour: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Brightness: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ClipAdju: 0 + - _Compa: 4 + - _ComputeMeshIndex: 0 + - _Cull: 2 + - _Culling: 2 + - _CustomLightDirectionFollowObjectRotation: 0 + - _CustomLightDirectionIntensity: 0 + - _Cutoff: 0.5 + - _Cutout: 0.5 + - _DecalBlend: 0 + - _DecalUVSet: 1 + - _DepthThreshold: 900 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DirectionalLightIntensity: 0 + - _DoubleSidedOutline: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _DynamicNoisyOutline: 0 + - _EnvironmentReflections: 1 + - _EnvironmentalLightingIntensity: 1 + - _FarDistanceMaxWidth: 10 + - _Fresnel: 10 + - _GIFlatShade: 0 + - _GIShadeThreshold: 0 + - _GlossColorPower: 10 + - _GlossIntensity: 1 + - _GlossMapScale: 0 + - _GlossSoftness: 0 + - _GlossTextureFollowLight: 0 + - _GlossTextureFollowObjectRotation: 0 + - _GlossTextureRotate: 0 + - _GlossTextureSoftness: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Glow_Edge_Width: 1 + - _HighlightColorPower: 1 + - _LLI_Max: 1 + - _LLI_Min: 0 + - _LigIgnoYNorDir: 0 + - _LightAffectOutlineColor: 0 + - _LightAffectRimLightColor: 0 + - _LightAffectShadow: 0 + - _LightFalloffAffectShadowT: 0 + - _LightFalloffSoftness: 1 + - _LightHeightDirectionStrength: 0.1 + - _LightIntensity: 1 + - _MCIALO: 0 + - _MCapIntensity: 1 + - _MVCOL: 0 + - _MaiColPo: 0.8 + - _MaskEdgeHigh_1: 0.01 + - _MaskEdgeHigh_2: 0.01 + - _MaskEdgeHigh_3: 0.01 + - _MaskEdgeHigh_4: 0.01 + - _MaskEdgeHigh_5: 0.01 + - _MaskEdgeHigh_6: 0.01 + - _MaskEdgeLow_1: 0.01 + - _MaskEdgeLow_2: 0.01 + - _MaskEdgeLow_3: 0.01 + - _MaskEdgeLow_4: 0.01 + - _MaskEdgeLow_5: 0.01 + - _MaskEdgeLow_6: 0.01 + - _MaxFadDistance: 2 + - _Metallic: 0 + - _MinFadDistance: 0 + - _MixMainTexToOutline: 0 + - _MultipleLightSharpness: 0 + - _MultipleStrength: 1 + - _N_F_ANIS: 0 + - _N_F_CA: 0 + - _N_F_CLD: 0 + - _N_F_CO: 0 + - _N_F_COEDGL: 0 + - _N_F_DCS: 0 + - _N_F_DDMD: 0 + - _N_F_EAL: 1 + - _N_F_ESSAO: 0 + - _N_F_FR: 0 + - _N_F_GLO: 0 + - _N_F_GLOT: 0 + - _N_F_HDLS: 0 + - _N_F_HPSS: 0 + - _N_F_LLI: 0 + - _N_F_MC: 0 + - _N_F_MSSOLTFO: 0 + - _N_F_NFD: 0 + - _N_F_NLASOBF: 0 + - _N_F_NM: 0 + - _N_F_O: 1 + - _N_F_OFLMB: 0 + - _N_F_PA: 0 + - _N_F_PT: 0 + - _N_F_R: 0 + - _N_F_RDC: 1 + - _N_F_RL: 0 + - _N_F_SCO: 0 + - _N_F_SCT: 0 + - _N_F_SE: 0 + - _N_F_SL: 0 + - _N_F_SLMM: 0 + - _N_F_SON: 0 + - _N_F_SS: 1 + - _N_F_ST: 0 + - _N_F_STIAL: 0 + - _N_F_STIS: 0 + - _N_F_STSDFM: 0 + - _N_F_TP: 0 + - _NoiTexAffStraWidt: 0 + - _NoisTexInten: 1 + - _NoiseSize: 100 + - _NoisyOutlineIntensity: 0 + - _NormalMapIntensity: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Oper: 0 + - _OutStenPass: 0 + - _OutlineColor: 0 + - _OutlineDistance: 2 + - _OutlineExtrudeMethod: 0 + - _OutlineThickness: 2 + - _OutlineWidth: 0.5 + - _OutlineWidthAffectedByViewDistance: 0 + - _OutlineZPostionInCamera: 0 + - _OverallShadowColorPower: 1 + - _PADist: 0 + - _PASize: 0.5 + - _PASmooTrans: 1 + - _PSGLOTEX: 0 + - _PTexturePower: 1 + - _Parallax: 0.005 + - _PatternBlend: 1 + - _PatternUVSet: 0 + - _PointSpotlightIntensity: 0 + - _PresAdju: 1 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RELG: 1 + - _ReceiveShadows: 1 + - _RecieveShadows: 0 + - _ReduSha: 0.5 + - _RefMetallic: 0 + - _RefVal: 0 + - _ReflectionIntensity: 0 + - _RimLigInt: 1 + - _RimLightColorPower: 10 + - _RimLightInLight: 1 + - _RimLightSoftness: 1 + - _RimLightUnfill: 1.5 + - _RimlightPower: 0.5 + - _RimlightSharpness: 0.5 + - _SPECIN: 1 + - _SPECMODE: 0 + - _STIL: 0 + - _Saturation: 1 + - _SelfLitHighContrast: 1 + - _SelfLitIntensity: 0 + - _SelfLitPower: 2 + - _SelfShadowAffectedByLightShadowStrength: 0 + - _SelfShadowHardness: 1 + - _SelfShadowRealTimeShadowColorPower: 1 + - _SelfShadowRealtimeShadowIntensity: 1 + - _SelfShadowShadowTAtViewDirection: 0 + - _SelfShadowThreshold: 0.93 + - _ShadowColorTexturePower: 0 + - _ShadowEdge: 0.042 + - _ShadowHardness: 0 + - _ShadowSharpness: 0.12 + - _ShadowTColorPower: 1 + - _ShadowTHardness: 1 + - _ShadowTIntensity: 1 + - _ShadowTLightThreshold: 50 + - _ShadowTShadowThreshold: 0 + - _ShifAnis: 0 + - _Shininess: 10 + - _ShowInAmbientLightShadowIntensity: 1 + - _ShowInAmbientLightShadowThreshold: 0.4 + - _ShowNormal: 0 + - _SimTrans: 0 + - _SkinMatrixIndex: 0 + - _SmoothObjectNormal: 0 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilPass: 2 + - _StencilReadMask: 255 + - _StencilWriteMask: 221 + - _StraWidt: 10 + - _Surface: 0 + - _TEXMCOLINT: 1 + - _TRANSMODE: 0 + - _TexturePatternStyle: 0 + - _TrailSize: 1.5 + - _TransAffSha: 1 + - _TransparentThreshold: 0 + - _TriPlaBlend: 4 + - _TriPlaTile: 1 + - _UseAmbiant: 1 + - _UseCustomTexture: 0 + - _UseMaskMap: 0 + - _UseMultipleLights: 1 + - _UseNormalMap: 1 + - _UseOutline: 1 + - _UseRimlight: 0 + - _UseRimlightOverlay: 1 + - _UseSecondaryCutout: 0 + - _UseTLB: 0 + - _VertexColorBlueAffectOutlineWitdh: 0 + - _VertexColorGreenControlSelfShadowThreshold: 0 + - _VertexColorRedControlSmoothObjectNormal: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Color_1: {r: 1, g: 0, b: 0, a: 0} + - _Color_2: {r: 0, g: 1, b: 0, a: 0} + - _Color_3: {r: 0, g: 0, b: 1, a: 0} + - _Color_4: {r: 0.9727612, g: 1, b: 0, a: 0} + - _Color_5: {r: 0, g: 0.9845986, b: 1, a: 0} + - _Color_6: {r: 1, g: 0, b: 0.988061, a: 0} + - _Color_7: {r: 1, g: 1, b: 1, a: 0} + - _Color_8: {r: 0.50314456, g: 0.50314456, b: 0.50314456, a: 0} + - _Color_9: {r: 0, g: 0, b: 0, a: 0} + - _CustomLightDirection: {r: 0, g: 0, b: 10, a: 0} + - _DecalColor_1: {r: 1, g: 1, b: 1, a: 1} + - _DecalColor_2: {r: 0.557, g: 0.557, b: 0.557, a: 1} + - _DecalColor_3: {r: 0, g: 0, b: 0, a: 1} + - _DecalScale: {r: 1, g: 1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FresnelColor: {r: 0, g: 0, b: 0, a: 0} + - _GlossColor: {r: 1, g: 1, b: 1, a: 1} + - _Glow_Color: {r: 1, g: 1, b: 1, a: 1} + - _HighlightColor: {r: 1, g: 1, b: 1, a: 1} + - _LogoColor_1: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_2: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_3: {r: 0, g: 0, b: 0, a: 0} + - _LogoScale: {r: 0, g: 0, b: 0, a: 0} + - _MainColor: {r: 1, g: 1, b: 1, a: 1} + - _ObjPosi: {r: 0, g: 0, b: 0, a: 0} + - _ObjectForward: {r: 0, g: 0, b: 0, a: 0} + - _ObjectRight: {r: 0, g: 0, b: 0, a: 0} + - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OutlineOffset: {r: 0, g: 0, b: 0, a: 1} + - _OverallShadowColor: {r: 0, g: 0, b: 0, a: 1} + - _PTCol: {r: 0, g: 0, b: 0, a: 1} + - _PatternColor_1: {r: 1, g: 1, b: 1, a: 1} + - _PatternColor_2: {r: 0.5568628, g: 0.5568628, b: 0.5568628, a: 1} + - _PatternColor_3: {r: 0, g: 0, b: 0, a: 1} + - _PatternScale: {r: 50, g: 50, b: 0, a: 0} + - _PrevPosition: {r: 0, g: 0, b: 0, a: 0} + - _RimLightColor: {r: 1, g: 1, b: 1, a: 1} + - _RimlightColor: {r: 0, g: 0, b: 0, a: 0} + - _SSAOColor: {r: 0, g: 0, b: 0, a: 0} + - _SelfLitColor: {r: 1, g: 1, b: 1, a: 1} + - _SelfShadowRealTimeShadowColor: {r: 1, g: 1, b: 1, a: 1} + - _ShadowColor: {r: 0.75, g: 0.56624997, b: 0.56624997, a: 0} + - _ShadowEdgeColor: {r: 1, g: 0.77873063, b: 0.5943395, a: 0} + - _ShadowTColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _XYZPosition: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat.meta b/Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat.meta new file mode 100644 index 00000000..f6db9a58 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Materials/Black_Neck_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 584df376660d958499f2c7c027e0ac5b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Meshs.meta b/Assets/03_Models/_Characters/Black/Meshs.meta new file mode 100644 index 00000000..fed7eb9c --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3bc0eadd1a9e9194582d30214aaf02b6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset b/Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset new file mode 100644 index 00000000..fde74732 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71e1c6d0db6c10cd0bfc412b14d53258ffbd0722c03b66034d0f60c2425f340 +size 9101463 diff --git a/Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset.meta b/Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset.meta new file mode 100644 index 00000000..ffdc46f8 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Meshs/Black_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: beb87dea9945d9146818c4314d82c85d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Textures.meta b/Assets/03_Models/_Characters/Black/Textures.meta new file mode 100644 index 00000000..235c7cb5 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 07372e17e96ff8046b36a7ca7b6419c2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_0_D.png b/Assets/03_Models/_Characters/Black/Textures/Black_0_D.png new file mode 100644 index 00000000..0aa069f5 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ea831005c7d592bd65b3025c27e5f8f25dfbc3ab19564da7371242a5db81f7 +size 837840 diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_0_D.png.meta b/Assets/03_Models/_Characters/Black/Textures/Black_0_D.png.meta new file mode 100644 index 00000000..5ee37632 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_0_D.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 07f432ac9019b1445bc2100d56214827 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png b/Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png new file mode 100644 index 00000000..8996bec9 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8689c4d0cc28c5ef2c10e685e8425659bf91a441a30736046d1ef29084a5d43 +size 988276 diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png.meta b/Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png.meta new file mode 100644 index 00000000..2978005e --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_0_NormalMap.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 83f3d190fee48334286bd614456d3e4d +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png new file mode 100644 index 00000000..8f4c9c63 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46806a8b74fa35a85ceb7c08c4f1c6c5590ce1d6b0039a96c573fba0d79c03df +size 204794 diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png.meta b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png.meta new file mode 100644 index 00000000..073e62ae --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_D.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: bfc5abf2766725a4099992f0e0fd658f +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png new file mode 100644 index 00000000..cf5b8ba6 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12af03c2750bb4fc13dea6d3f2ae1be4aa33211a2f6ae168cc95cfa857a2f5a4 +size 323428 diff --git a/Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png.meta b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png.meta new file mode 100644 index 00000000..52775a8b --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/Black_Neck_NormalMap.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 6c11e1c01c4aa0e4187516b8584d6019 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png b/Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png new file mode 100644 index 00000000..d31e9af2 --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0715638196d9bba590927bce8bed53f52565b426ec59aa181d0823e2f3a3fc46 +size 88572 diff --git a/Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png.meta b/Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png.meta new file mode 100644 index 00000000..4f0871fe --- /dev/null +++ b/Assets/03_Models/_Characters/Black/Textures/MagicaClothExtension.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: dd198b16227b9834fb82d4edd7b8d480 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue.meta b/Assets/03_Models/_Characters/Blue.meta new file mode 100644 index 00000000..4796c7d8 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8976f6f6df9b5034c810bbe938afaf60 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Animations.meta b/Assets/03_Models/_Characters/Blue/Animations.meta new file mode 100644 index 00000000..6143cd06 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 13e570cc335c10644ad0b15ab93adb64 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller b/Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller new file mode 100644 index 00000000..a8dfd509 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller @@ -0,0 +1,354 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-7836363615124988089 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression Tree + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -328592594322388879} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 5123552943827446111} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-7159515487743301599 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 3 + m_ConditionEvent: Expression + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -7836363615124988089} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 15.000014 + m_ExitTime: 1 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &-328592594322388879 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 4 + m_ConditionEvent: Expression + m_EventTreshold: 1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 6909750651427599640} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.00000030466478 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AnimController_Blue + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: Expression + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 7802577738825142542} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + - serializedVersion: 5 + m_Name: Face Layer + m_StateMachine: {fileID: 6170660395283963564} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1761552763063545065 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 1827226128182048838, guid: 0660b16472b526b4fb30b5d695f95903, type: 3} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!206 &5123552943827446111 +BlendTree: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8ba3e0d0f4caf2b4e988f2fa31db0e00, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e7510dca54ee3594f97801611253e13f, type: 2} + m_Threshold: 1 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 274311329317ccf449acea8dce3be8fe, type: 2} + m_Threshold: 2 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0103d1054b85b5c4da54dc2c38bb10e3, type: 2} + m_Threshold: 3 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 046c1bbcad271b241b0b897da4d6f666, type: 2} + m_Threshold: 4 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 7017b6d3ec28cbd46ac136cd14ebb4e8, type: 2} + m_Threshold: 5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 89aee812b742109468ed4dd78afac366, type: 2} + m_Threshold: 6 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 65183e65b4e13e849ae9185454d22a6b, type: 2} + m_Threshold: 7 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b78bbc388de67964cb2a3a3efcca82e7, type: 2} + m_Threshold: 8 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0f881f9bc494d8e4eb7c00618ad20917, type: 2} + m_Threshold: 9 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 71db63bc9b6664046bf517579edba7fe, type: 2} + m_Threshold: 10 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b085cbda8aab3fe41b5a698cacbe6dcc, type: 2} + m_Threshold: 11 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 677a321640829114fb3129e86f5fa392, type: 2} + m_Threshold: 12 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 2b380878ca5791649804171801824408, type: 2} + m_Threshold: 13 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: fcb514dd6fdfda741a2736c5f98f57bc, type: 2} + m_Threshold: 14 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 14 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &6170660395283963564 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -7836363615124988089} + m_Position: {x: 20, y: 260, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6909750651427599640} + m_Position: {x: 30, y: 190, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 6909750651427599640} +--- !u!1102 &6909750651427599640 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -7159515487743301599} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 5820dd3123db00b49a21828fb1be49a0, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &7802577738825142542 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1761552763063545065} + m_Position: {x: 30, y: 230, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: -410, y: 360, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 40, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1761552763063545065} diff --git a/Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller.meta b/Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller.meta new file mode 100644 index 00000000..ca694181 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Animations/AnimController_Blue.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aaeff4e753e9a9843abb037e54029554 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Blue.prefab b/Assets/03_Models/_Characters/Blue/Blue.prefab new file mode 100644 index 00000000..f26c3c21 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1c007165e344ed0b9049c05f52fed68d60dfda06613da092be63dcca6aa561 +size 157749 diff --git a/Assets/03_Models/_Characters/Blue/Blue.prefab.meta b/Assets/03_Models/_Characters/Blue/Blue.prefab.meta new file mode 100644 index 00000000..1d1b65ff --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Blue.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 29281e4cf4ee824409638bf10c8234ef +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Materials.meta b/Assets/03_Models/_Characters/Blue/Materials.meta new file mode 100644 index 00000000..c4499c48 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 074d829963562b143869c46a965be612 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat b/Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat new file mode 100644 index 00000000..a492fc62 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat @@ -0,0 +1,482 @@ +%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: Blue_0_Mat + m_Shader: {fileID: 4800000, guid: 4dede25c09a79bb49b62a737c00a3d9e, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _RIMLIGHTOVERLAY + - _USENORMALMAP + - _USEOUTLINE + m_InvalidKeywords: + - N_F_EAL_ON + - N_F_O_ON + - N_F_RDC_ON + - N_F_RELGI_ON + - N_F_SS_ON + - N_F_TRANSAFFSHA + - N_F_TRANSAFFSHA_ON + - _CUSTOMLIGHTDIRECTIONFOLLOWOBJECTROTATION_OFF + - _GIFLATSHADE_OFF + - _GLOSSTEXTUREFOLLOWOBJECTROTATION_OFF + - _LIGHTAFFECTOUTLINECOLOR_OFF + - _LIGHTAFFECTRIMLIGHTCOLOR_OFF + - _LIGHTAFFECTSHADOW_OFF + - _LIGHTFALLOFFAFFECTSHADOWT_OFF + - _LIGIGNOYNORDIR_OFF + - _MCIALO_OFF + - _MIXMAINTEXTOOUTLINE_OFF + - _MVCOL_OFF + - _OUTLINEWIDTHAFFECTEDBYVIEWDISTANCE_OFF + - _PSGLOTEX_OFF + - _SELFSHADOWAFFECTEDBYLIGHTSHADOWSTRENGTH_OFF + - _SELFSHADOWSHADOWTATVIEWDIRECTION_OFF + - _SHOWNORMAL_OFF + - _SPECMODE_OFF + - _STIL_OFF + - _TEXTUREPATTERNSTYLE_OFF + - _USESECONDARYCUTOUT_OFF + - _VERTEXCOLORBLUEAFFECTOUTLINEWITDH_OFF + - _VERTEXCOLORGREENCONTROLSELFSHADOWTHRESHOLD_OFF + - _VERTEXCOLORREDCONTROLSMOOTHOBJECTNORMAL_OFF + m_LightmapFlags: 0 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DecalMap: + 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} + - _FReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GlossTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IDMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LogoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCapMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskGloss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskSelfLit: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTransparency: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 4e22d01701b1f904085a7611704a9273, type: 3} + 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} + - _OutlineWidthControl: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PTexture: + 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} + - _PatternMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SecondaryCutout: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowColorTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowT: + 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} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 232087b8b4ad2e4459d3c3eea5fd1ecc, type: 3} + 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: + - Brightness: 2 + - _AAS: 0.0001 + - _AddPrecomputedVelocity: 0 + - _AlpToCov: 0 + - _AlphaBaseCutout: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _AmbiantStrength: 1 + - _BUILTIN_QueueControl: -1 + - _BUILTIN_QueueOffset: 0 + - _BleModDest: 0 + - _BleModSour: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Brightness: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ClipAdju: 0 + - _Compa: 4 + - _ComputeMeshIndex: 0 + - _Cull: 2 + - _Culling: 2 + - _CustomLightDirectionFollowObjectRotation: 0 + - _CustomLightDirectionIntensity: 0 + - _Cutoff: 0.5 + - _Cutout: 0.5 + - _DecalBlend: 0 + - _DecalUVSet: 1 + - _DepthThreshold: 900 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DirectionalLightIntensity: 0 + - _DoubleSidedOutline: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _DynamicNoisyOutline: 0 + - _EnvironmentReflections: 1 + - _EnvironmentalLightingIntensity: 1 + - _FarDistanceMaxWidth: 10 + - _Fresnel: 10 + - _GIFlatShade: 0 + - _GIShadeThreshold: 0 + - _GlossColorPower: 10 + - _GlossIntensity: 1 + - _GlossMapScale: 0 + - _GlossSoftness: 0 + - _GlossTextureFollowLight: 0 + - _GlossTextureFollowObjectRotation: 0 + - _GlossTextureRotate: 0 + - _GlossTextureSoftness: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Glow_Edge_Width: 1 + - _HighlightColorPower: 1 + - _LLI_Max: 1 + - _LLI_Min: 0 + - _LigIgnoYNorDir: 0 + - _LightAffectOutlineColor: 0 + - _LightAffectRimLightColor: 0 + - _LightAffectShadow: 0 + - _LightFalloffAffectShadowT: 0 + - _LightFalloffSoftness: 1 + - _LightHeightDirectionStrength: 0.1 + - _LightIntensity: 1 + - _MCIALO: 0 + - _MCapIntensity: 1 + - _MVCOL: 0 + - _MaiColPo: 0.8 + - _MaskEdgeHigh_1: 0.01 + - _MaskEdgeHigh_2: 0.01 + - _MaskEdgeHigh_3: 0.01 + - _MaskEdgeHigh_4: 0.01 + - _MaskEdgeHigh_5: 0.01 + - _MaskEdgeHigh_6: 0.01 + - _MaskEdgeLow_1: 0.01 + - _MaskEdgeLow_2: 0.01 + - _MaskEdgeLow_3: 0.01 + - _MaskEdgeLow_4: 0.01 + - _MaskEdgeLow_5: 0.01 + - _MaskEdgeLow_6: 0.01 + - _MaxFadDistance: 2 + - _Metallic: 0 + - _MinFadDistance: 0 + - _MixMainTexToOutline: 0 + - _MultipleLightSharpness: 0 + - _MultipleStrength: 1 + - _N_F_ANIS: 0 + - _N_F_CA: 0 + - _N_F_CLD: 0 + - _N_F_CO: 0 + - _N_F_COEDGL: 0 + - _N_F_DCS: 0 + - _N_F_DDMD: 0 + - _N_F_EAL: 1 + - _N_F_ESSAO: 0 + - _N_F_FR: 0 + - _N_F_GLO: 0 + - _N_F_GLOT: 0 + - _N_F_HDLS: 0 + - _N_F_HPSS: 0 + - _N_F_LLI: 0 + - _N_F_MC: 0 + - _N_F_MSSOLTFO: 0 + - _N_F_NFD: 0 + - _N_F_NLASOBF: 0 + - _N_F_NM: 0 + - _N_F_O: 1 + - _N_F_OFLMB: 0 + - _N_F_PA: 0 + - _N_F_PT: 0 + - _N_F_R: 0 + - _N_F_RDC: 1 + - _N_F_RL: 0 + - _N_F_SCO: 0 + - _N_F_SCT: 0 + - _N_F_SE: 0 + - _N_F_SL: 0 + - _N_F_SLMM: 0 + - _N_F_SON: 0 + - _N_F_SS: 1 + - _N_F_ST: 0 + - _N_F_STIAL: 0 + - _N_F_STIS: 0 + - _N_F_STSDFM: 0 + - _N_F_TP: 0 + - _NoiTexAffStraWidt: 0 + - _NoisTexInten: 1 + - _NoiseSize: 100 + - _NoisyOutlineIntensity: 0 + - _NormalMapIntensity: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Oper: 0 + - _OutStenPass: 0 + - _OutlineColor: 0 + - _OutlineDistance: 2 + - _OutlineExtrudeMethod: 0 + - _OutlineThickness: 2 + - _OutlineWidth: 0.5 + - _OutlineWidthAffectedByViewDistance: 0 + - _OutlineZPostionInCamera: 0 + - _OverallShadowColorPower: 1 + - _PADist: 0 + - _PASize: 0.5 + - _PASmooTrans: 1 + - _PSGLOTEX: 0 + - _PTexturePower: 1 + - _Parallax: 0.005 + - _PatternBlend: 1 + - _PatternUVSet: 0 + - _PointSpotlightIntensity: 0 + - _PresAdju: 1 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RELG: 1 + - _ReceiveShadows: 1 + - _RecieveShadows: 0 + - _ReduSha: 0.5 + - _RefMetallic: 0 + - _RefVal: 0 + - _ReflectionIntensity: 0 + - _RimLigInt: 1 + - _RimLightColorPower: 10 + - _RimLightInLight: 1 + - _RimLightSoftness: 1 + - _RimLightUnfill: 1.5 + - _RimlightPower: 0.5 + - _RimlightSharpness: 0.5 + - _SPECIN: 1 + - _SPECMODE: 0 + - _STIL: 0 + - _Saturation: 1 + - _SelfLitHighContrast: 1 + - _SelfLitIntensity: 0 + - _SelfLitPower: 2 + - _SelfShadowAffectedByLightShadowStrength: 0 + - _SelfShadowHardness: 1 + - _SelfShadowRealTimeShadowColorPower: 1 + - _SelfShadowRealtimeShadowIntensity: 1 + - _SelfShadowShadowTAtViewDirection: 0 + - _SelfShadowThreshold: 0.93 + - _ShadowColorTexturePower: 0 + - _ShadowEdge: 0.042 + - _ShadowHardness: 0 + - _ShadowSharpness: 0.12 + - _ShadowTColorPower: 1 + - _ShadowTHardness: 1 + - _ShadowTIntensity: 1 + - _ShadowTLightThreshold: 50 + - _ShadowTShadowThreshold: 0 + - _ShifAnis: 0 + - _Shininess: 10 + - _ShowInAmbientLightShadowIntensity: 1 + - _ShowInAmbientLightShadowThreshold: 0.4 + - _ShowNormal: 0 + - _SimTrans: 0 + - _SkinMatrixIndex: 0 + - _SmoothObjectNormal: 0 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilPass: 2 + - _StencilReadMask: 255 + - _StencilWriteMask: 221 + - _StraWidt: 10 + - _Surface: 0 + - _TEXMCOLINT: 1 + - _TRANSMODE: 0 + - _TexturePatternStyle: 0 + - _TrailSize: 1.5 + - _TransAffSha: 1 + - _TransparentThreshold: 0 + - _TriPlaBlend: 4 + - _TriPlaTile: 1 + - _UseAmbiant: 1 + - _UseCustomTexture: 0 + - _UseMaskMap: 0 + - _UseMultipleLights: 1 + - _UseNormalMap: 1 + - _UseOutline: 1 + - _UseRimlight: 0 + - _UseRimlightOverlay: 1 + - _UseSecondaryCutout: 0 + - _UseTLB: 0 + - _VertexColorBlueAffectOutlineWitdh: 0 + - _VertexColorGreenControlSelfShadowThreshold: 0 + - _VertexColorRedControlSmoothObjectNormal: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Color_1: {r: 1, g: 0, b: 0, a: 0} + - _Color_2: {r: 0, g: 1, b: 0, a: 0} + - _Color_3: {r: 0, g: 0, b: 1, a: 0} + - _Color_4: {r: 0.9727612, g: 1, b: 0, a: 0} + - _Color_5: {r: 0, g: 0.9845986, b: 1, a: 0} + - _Color_6: {r: 1, g: 0, b: 0.988061, a: 0} + - _Color_7: {r: 1, g: 1, b: 1, a: 0} + - _Color_8: {r: 0.50314456, g: 0.50314456, b: 0.50314456, a: 0} + - _Color_9: {r: 0, g: 0, b: 0, a: 0} + - _CustomLightDirection: {r: 0, g: 0, b: 10, a: 0} + - _DecalColor_1: {r: 1, g: 1, b: 1, a: 1} + - _DecalColor_2: {r: 0.557, g: 0.557, b: 0.557, a: 1} + - _DecalColor_3: {r: 0, g: 0, b: 0, a: 1} + - _DecalScale: {r: 1, g: 1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FresnelColor: {r: 0, g: 0, b: 0, a: 0} + - _GlossColor: {r: 1, g: 1, b: 1, a: 1} + - _Glow_Color: {r: 1, g: 1, b: 1, a: 1} + - _HighlightColor: {r: 1, g: 1, b: 1, a: 1} + - _LogoColor_1: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_2: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_3: {r: 0, g: 0, b: 0, a: 0} + - _LogoScale: {r: 0, g: 0, b: 0, a: 0} + - _MainColor: {r: 1, g: 1, b: 1, a: 1} + - _ObjPosi: {r: 0, g: 0, b: 0, a: 0} + - _ObjectForward: {r: 0, g: 0, b: 0, a: 0} + - _ObjectRight: {r: 0, g: 0, b: 0, a: 0} + - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OutlineOffset: {r: 0, g: 0, b: 0, a: 1} + - _OverallShadowColor: {r: 0, g: 0, b: 0, a: 1} + - _PTCol: {r: 0, g: 0, b: 0, a: 1} + - _PatternColor_1: {r: 1, g: 1, b: 1, a: 1} + - _PatternColor_2: {r: 0.5568628, g: 0.5568628, b: 0.5568628, a: 1} + - _PatternColor_3: {r: 0, g: 0, b: 0, a: 1} + - _PatternScale: {r: 50, g: 50, b: 0, a: 0} + - _PrevPosition: {r: 0, g: 0, b: 0, a: 0} + - _RimLightColor: {r: 1, g: 1, b: 1, a: 1} + - _RimlightColor: {r: 0, g: 0, b: 0, a: 0} + - _SSAOColor: {r: 0, g: 0, b: 0, a: 0} + - _SelfLitColor: {r: 1, g: 1, b: 1, a: 1} + - _SelfShadowRealTimeShadowColor: {r: 1, g: 1, b: 1, a: 1} + - _ShadowColor: {r: 0.75, g: 0.56624997, b: 0.56624997, a: 0} + - _ShadowEdgeColor: {r: 1, g: 0.77873063, b: 0.5943395, a: 0} + - _ShadowTColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _XYZPosition: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat.meta b/Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat.meta new file mode 100644 index 00000000..de3970a4 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Materials/Blue_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dc804de5f8d3a4f4080d8b3989b60302 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Meshs.meta b/Assets/03_Models/_Characters/Blue/Meshs.meta new file mode 100644 index 00000000..3ab225cb --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8b8c438033630140bd7d323e9413b42 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset b/Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset new file mode 100644 index 00000000..a2657e18 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e953104bcacd81488d95c9049884148cddafe413e0191df4ef35d6f145fc1b5 +size 7565333 diff --git a/Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset.meta b/Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset.meta new file mode 100644 index 00000000..2ef80d2f --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Meshs/Blue_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 04e5752f3ee49784fb1890e7c96669e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Textures.meta b/Assets/03_Models/_Characters/Blue/Textures.meta new file mode 100644 index 00000000..6ffe008b --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c1afafe1980f66b4887add129ab7eef3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png new file mode 100644 index 00000000..824d704b --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af9ccf976fdbd236021098d22f6883cd6e33c0b059ae9dadbb3539b38f5ef54 +size 1320244 diff --git a/Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png.meta b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png.meta new file mode 100644 index 00000000..f6f92cc3 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_D.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 232087b8b4ad2e4459d3c3eea5fd1ecc +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png new file mode 100644 index 00000000..8458ad29 --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bd35a8ea35d876eafca778ff0a551b02ba459b20de1f3c5e009197e04d1bd5 +size 1250787 diff --git a/Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png.meta b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png.meta new file mode 100644 index 00000000..c1da59ae --- /dev/null +++ b/Assets/03_Models/_Characters/Blue/Textures/Blue_0_NormalMap.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 4e22d01701b1f904085a7611704a9273 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple.meta b/Assets/03_Models/_Characters/Purple.meta new file mode 100644 index 00000000..89932822 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f2c19edbcef57b43a85741fd34c219f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Animations.meta b/Assets/03_Models/_Characters/Purple/Animations.meta new file mode 100644 index 00000000..c80b0a4c --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 95e43299d65ea5b49aea85248dd65901 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller b/Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller new file mode 100644 index 00000000..9beb4022 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller @@ -0,0 +1,354 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-7836363615124988089 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression Tree + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -328592594322388879} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 5123552943827446111} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-7159515487743301599 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 3 + m_ConditionEvent: Expression + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -7836363615124988089} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 15.000014 + m_ExitTime: 1 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &-328592594322388879 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 4 + m_ConditionEvent: Expression + m_EventTreshold: 1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 6909750651427599640} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.00000030466478 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AnimController_Purple + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: Expression + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 7802577738825142542} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + - serializedVersion: 5 + m_Name: Face Layer + m_StateMachine: {fileID: 6170660395283963564} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1761552763063545065 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 1827226128182048838, guid: 0660b16472b526b4fb30b5d695f95903, type: 3} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!206 &5123552943827446111 +BlendTree: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8ba3e0d0f4caf2b4e988f2fa31db0e00, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e7510dca54ee3594f97801611253e13f, type: 2} + m_Threshold: 1 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 274311329317ccf449acea8dce3be8fe, type: 2} + m_Threshold: 2 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0103d1054b85b5c4da54dc2c38bb10e3, type: 2} + m_Threshold: 3 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 046c1bbcad271b241b0b897da4d6f666, type: 2} + m_Threshold: 4 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 7017b6d3ec28cbd46ac136cd14ebb4e8, type: 2} + m_Threshold: 5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 89aee812b742109468ed4dd78afac366, type: 2} + m_Threshold: 6 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 65183e65b4e13e849ae9185454d22a6b, type: 2} + m_Threshold: 7 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b78bbc388de67964cb2a3a3efcca82e7, type: 2} + m_Threshold: 8 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0f881f9bc494d8e4eb7c00618ad20917, type: 2} + m_Threshold: 9 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 71db63bc9b6664046bf517579edba7fe, type: 2} + m_Threshold: 10 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b085cbda8aab3fe41b5a698cacbe6dcc, type: 2} + m_Threshold: 11 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 677a321640829114fb3129e86f5fa392, type: 2} + m_Threshold: 12 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 2b380878ca5791649804171801824408, type: 2} + m_Threshold: 13 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: fcb514dd6fdfda741a2736c5f98f57bc, type: 2} + m_Threshold: 14 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 14 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &6170660395283963564 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -7836363615124988089} + m_Position: {x: 20, y: 260, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6909750651427599640} + m_Position: {x: 30, y: 190, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 6909750651427599640} +--- !u!1102 &6909750651427599640 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -7159515487743301599} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 5820dd3123db00b49a21828fb1be49a0, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &7802577738825142542 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1761552763063545065} + m_Position: {x: 30, y: 230, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: -410, y: 360, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 40, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1761552763063545065} diff --git a/Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller.meta b/Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller.meta new file mode 100644 index 00000000..4a9d66f7 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Animations/AnimController_Purple.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25b3140f2991b8c428c5b9582f6f3bef +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Materials.meta b/Assets/03_Models/_Characters/Purple/Materials.meta new file mode 100644 index 00000000..5eb68059 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ddecf00566044114ba7f97f32100d011 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat b/Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat new file mode 100644 index 00000000..16cc8a21 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat @@ -0,0 +1,482 @@ +%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: Purple_0_Mat + m_Shader: {fileID: 4800000, guid: 4dede25c09a79bb49b62a737c00a3d9e, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _RIMLIGHTOVERLAY + - _USENORMALMAP + - _USEOUTLINE + m_InvalidKeywords: + - N_F_EAL_ON + - N_F_O_ON + - N_F_RDC_ON + - N_F_RELGI_ON + - N_F_SS_ON + - N_F_TRANSAFFSHA + - N_F_TRANSAFFSHA_ON + - _CUSTOMLIGHTDIRECTIONFOLLOWOBJECTROTATION_OFF + - _GIFLATSHADE_OFF + - _GLOSSTEXTUREFOLLOWOBJECTROTATION_OFF + - _LIGHTAFFECTOUTLINECOLOR_OFF + - _LIGHTAFFECTRIMLIGHTCOLOR_OFF + - _LIGHTAFFECTSHADOW_OFF + - _LIGHTFALLOFFAFFECTSHADOWT_OFF + - _LIGIGNOYNORDIR_OFF + - _MCIALO_OFF + - _MIXMAINTEXTOOUTLINE_OFF + - _MVCOL_OFF + - _OUTLINEWIDTHAFFECTEDBYVIEWDISTANCE_OFF + - _PSGLOTEX_OFF + - _SELFSHADOWAFFECTEDBYLIGHTSHADOWSTRENGTH_OFF + - _SELFSHADOWSHADOWTATVIEWDIRECTION_OFF + - _SHOWNORMAL_OFF + - _SPECMODE_OFF + - _STIL_OFF + - _TEXTUREPATTERNSTYLE_OFF + - _USESECONDARYCUTOUT_OFF + - _VERTEXCOLORBLUEAFFECTOUTLINEWITDH_OFF + - _VERTEXCOLORGREENCONTROLSELFSHADOWTHRESHOLD_OFF + - _VERTEXCOLORREDCONTROLSMOOTHOBJECTNORMAL_OFF + m_LightmapFlags: 0 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DecalMap: + 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} + - _FReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GlossTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IDMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LogoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCapMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskGloss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskSelfLit: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTransparency: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: a8cd16fba5060364a85f50f82f823108, type: 3} + 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} + - _OutlineWidthControl: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PTexture: + 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} + - _PatternMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SecondaryCutout: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowColorTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowT: + 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} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 2ec90647b697aa048a346a9739d429c1, type: 3} + 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: + - Brightness: 2 + - _AAS: 0.0001 + - _AddPrecomputedVelocity: 0 + - _AlpToCov: 0 + - _AlphaBaseCutout: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _AmbiantStrength: 1 + - _BUILTIN_QueueControl: -1 + - _BUILTIN_QueueOffset: 0 + - _BleModDest: 0 + - _BleModSour: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Brightness: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ClipAdju: 0 + - _Compa: 4 + - _ComputeMeshIndex: 0 + - _Cull: 2 + - _Culling: 2 + - _CustomLightDirectionFollowObjectRotation: 0 + - _CustomLightDirectionIntensity: 0 + - _Cutoff: 0.5 + - _Cutout: 0.5 + - _DecalBlend: 0 + - _DecalUVSet: 1 + - _DepthThreshold: 900 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DirectionalLightIntensity: 0 + - _DoubleSidedOutline: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _DynamicNoisyOutline: 0 + - _EnvironmentReflections: 1 + - _EnvironmentalLightingIntensity: 1 + - _FarDistanceMaxWidth: 10 + - _Fresnel: 10 + - _GIFlatShade: 0 + - _GIShadeThreshold: 0 + - _GlossColorPower: 10 + - _GlossIntensity: 1 + - _GlossMapScale: 0 + - _GlossSoftness: 0 + - _GlossTextureFollowLight: 0 + - _GlossTextureFollowObjectRotation: 0 + - _GlossTextureRotate: 0 + - _GlossTextureSoftness: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Glow_Edge_Width: 1 + - _HighlightColorPower: 1 + - _LLI_Max: 1 + - _LLI_Min: 0 + - _LigIgnoYNorDir: 0 + - _LightAffectOutlineColor: 0 + - _LightAffectRimLightColor: 0 + - _LightAffectShadow: 0 + - _LightFalloffAffectShadowT: 0 + - _LightFalloffSoftness: 1 + - _LightHeightDirectionStrength: 0.1 + - _LightIntensity: 1 + - _MCIALO: 0 + - _MCapIntensity: 1 + - _MVCOL: 0 + - _MaiColPo: 0.8 + - _MaskEdgeHigh_1: 0.01 + - _MaskEdgeHigh_2: 0.01 + - _MaskEdgeHigh_3: 0.01 + - _MaskEdgeHigh_4: 0.01 + - _MaskEdgeHigh_5: 0.01 + - _MaskEdgeHigh_6: 0.01 + - _MaskEdgeLow_1: 0.01 + - _MaskEdgeLow_2: 0.01 + - _MaskEdgeLow_3: 0.01 + - _MaskEdgeLow_4: 0.01 + - _MaskEdgeLow_5: 0.01 + - _MaskEdgeLow_6: 0.01 + - _MaxFadDistance: 2 + - _Metallic: 0 + - _MinFadDistance: 0 + - _MixMainTexToOutline: 0 + - _MultipleLightSharpness: 0 + - _MultipleStrength: 1 + - _N_F_ANIS: 0 + - _N_F_CA: 0 + - _N_F_CLD: 0 + - _N_F_CO: 0 + - _N_F_COEDGL: 0 + - _N_F_DCS: 0 + - _N_F_DDMD: 0 + - _N_F_EAL: 1 + - _N_F_ESSAO: 0 + - _N_F_FR: 0 + - _N_F_GLO: 0 + - _N_F_GLOT: 0 + - _N_F_HDLS: 0 + - _N_F_HPSS: 0 + - _N_F_LLI: 0 + - _N_F_MC: 0 + - _N_F_MSSOLTFO: 0 + - _N_F_NFD: 0 + - _N_F_NLASOBF: 0 + - _N_F_NM: 0 + - _N_F_O: 1 + - _N_F_OFLMB: 0 + - _N_F_PA: 0 + - _N_F_PT: 0 + - _N_F_R: 0 + - _N_F_RDC: 1 + - _N_F_RL: 0 + - _N_F_SCO: 0 + - _N_F_SCT: 0 + - _N_F_SE: 0 + - _N_F_SL: 0 + - _N_F_SLMM: 0 + - _N_F_SON: 0 + - _N_F_SS: 1 + - _N_F_ST: 0 + - _N_F_STIAL: 0 + - _N_F_STIS: 0 + - _N_F_STSDFM: 0 + - _N_F_TP: 0 + - _NoiTexAffStraWidt: 0 + - _NoisTexInten: 1 + - _NoiseSize: 100 + - _NoisyOutlineIntensity: 0 + - _NormalMapIntensity: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Oper: 0 + - _OutStenPass: 0 + - _OutlineColor: 0 + - _OutlineDistance: 2 + - _OutlineExtrudeMethod: 0 + - _OutlineThickness: 2 + - _OutlineWidth: 0.5 + - _OutlineWidthAffectedByViewDistance: 0 + - _OutlineZPostionInCamera: 0 + - _OverallShadowColorPower: 1 + - _PADist: 0 + - _PASize: 0.5 + - _PASmooTrans: 1 + - _PSGLOTEX: 0 + - _PTexturePower: 1 + - _Parallax: 0.005 + - _PatternBlend: 1 + - _PatternUVSet: 0 + - _PointSpotlightIntensity: 0 + - _PresAdju: 1 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RELG: 1 + - _ReceiveShadows: 1 + - _RecieveShadows: 0 + - _ReduSha: 0.5 + - _RefMetallic: 0 + - _RefVal: 0 + - _ReflectionIntensity: 0 + - _RimLigInt: 1 + - _RimLightColorPower: 10 + - _RimLightInLight: 1 + - _RimLightSoftness: 1 + - _RimLightUnfill: 1.5 + - _RimlightPower: 0.5 + - _RimlightSharpness: 0.5 + - _SPECIN: 1 + - _SPECMODE: 0 + - _STIL: 0 + - _Saturation: 1 + - _SelfLitHighContrast: 1 + - _SelfLitIntensity: 0 + - _SelfLitPower: 2 + - _SelfShadowAffectedByLightShadowStrength: 0 + - _SelfShadowHardness: 1 + - _SelfShadowRealTimeShadowColorPower: 1 + - _SelfShadowRealtimeShadowIntensity: 1 + - _SelfShadowShadowTAtViewDirection: 0 + - _SelfShadowThreshold: 0.93 + - _ShadowColorTexturePower: 0 + - _ShadowEdge: 0.042 + - _ShadowHardness: 0 + - _ShadowSharpness: 0.12 + - _ShadowTColorPower: 1 + - _ShadowTHardness: 1 + - _ShadowTIntensity: 1 + - _ShadowTLightThreshold: 50 + - _ShadowTShadowThreshold: 0 + - _ShifAnis: 0 + - _Shininess: 10 + - _ShowInAmbientLightShadowIntensity: 1 + - _ShowInAmbientLightShadowThreshold: 0.4 + - _ShowNormal: 0 + - _SimTrans: 0 + - _SkinMatrixIndex: 0 + - _SmoothObjectNormal: 0 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilPass: 2 + - _StencilReadMask: 255 + - _StencilWriteMask: 221 + - _StraWidt: 10 + - _Surface: 0 + - _TEXMCOLINT: 1 + - _TRANSMODE: 0 + - _TexturePatternStyle: 0 + - _TrailSize: 1.5 + - _TransAffSha: 1 + - _TransparentThreshold: 0 + - _TriPlaBlend: 4 + - _TriPlaTile: 1 + - _UseAmbiant: 1 + - _UseCustomTexture: 0 + - _UseMaskMap: 0 + - _UseMultipleLights: 1 + - _UseNormalMap: 1 + - _UseOutline: 1 + - _UseRimlight: 0 + - _UseRimlightOverlay: 1 + - _UseSecondaryCutout: 0 + - _UseTLB: 0 + - _VertexColorBlueAffectOutlineWitdh: 0 + - _VertexColorGreenControlSelfShadowThreshold: 0 + - _VertexColorRedControlSmoothObjectNormal: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Color_1: {r: 1, g: 0, b: 0, a: 0} + - _Color_2: {r: 0, g: 1, b: 0, a: 0} + - _Color_3: {r: 0, g: 0, b: 1, a: 0} + - _Color_4: {r: 0.9727612, g: 1, b: 0, a: 0} + - _Color_5: {r: 0, g: 0.9845986, b: 1, a: 0} + - _Color_6: {r: 1, g: 0, b: 0.988061, a: 0} + - _Color_7: {r: 1, g: 1, b: 1, a: 0} + - _Color_8: {r: 0.50314456, g: 0.50314456, b: 0.50314456, a: 0} + - _Color_9: {r: 0, g: 0, b: 0, a: 0} + - _CustomLightDirection: {r: 0, g: 0, b: 10, a: 0} + - _DecalColor_1: {r: 1, g: 1, b: 1, a: 1} + - _DecalColor_2: {r: 0.557, g: 0.557, b: 0.557, a: 1} + - _DecalColor_3: {r: 0, g: 0, b: 0, a: 1} + - _DecalScale: {r: 1, g: 1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FresnelColor: {r: 0, g: 0, b: 0, a: 0} + - _GlossColor: {r: 1, g: 1, b: 1, a: 1} + - _Glow_Color: {r: 1, g: 1, b: 1, a: 1} + - _HighlightColor: {r: 1, g: 1, b: 1, a: 1} + - _LogoColor_1: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_2: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_3: {r: 0, g: 0, b: 0, a: 0} + - _LogoScale: {r: 0, g: 0, b: 0, a: 0} + - _MainColor: {r: 1, g: 1, b: 1, a: 1} + - _ObjPosi: {r: 0, g: 0, b: 0, a: 0} + - _ObjectForward: {r: 0, g: 0, b: 0, a: 0} + - _ObjectRight: {r: 0, g: 0, b: 0, a: 0} + - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OutlineOffset: {r: 0, g: 0, b: 0, a: 1} + - _OverallShadowColor: {r: 0, g: 0, b: 0, a: 1} + - _PTCol: {r: 0, g: 0, b: 0, a: 1} + - _PatternColor_1: {r: 1, g: 1, b: 1, a: 1} + - _PatternColor_2: {r: 0.5568628, g: 0.5568628, b: 0.5568628, a: 1} + - _PatternColor_3: {r: 0, g: 0, b: 0, a: 1} + - _PatternScale: {r: 50, g: 50, b: 0, a: 0} + - _PrevPosition: {r: 0, g: 0, b: 0, a: 0} + - _RimLightColor: {r: 1, g: 1, b: 1, a: 1} + - _RimlightColor: {r: 0, g: 0, b: 0, a: 0} + - _SSAOColor: {r: 0, g: 0, b: 0, a: 0} + - _SelfLitColor: {r: 1, g: 1, b: 1, a: 1} + - _SelfShadowRealTimeShadowColor: {r: 1, g: 1, b: 1, a: 1} + - _ShadowColor: {r: 0.75, g: 0.56624997, b: 0.56624997, a: 0} + - _ShadowEdgeColor: {r: 1, g: 0.77873063, b: 0.5943395, a: 0} + - _ShadowTColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _XYZPosition: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat.meta b/Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat.meta new file mode 100644 index 00000000..3d16f8dc --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Materials/Purple_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb92b6099f6ef1748b79f343c938c55d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Meshs.meta b/Assets/03_Models/_Characters/Purple/Meshs.meta new file mode 100644 index 00000000..82f0941a --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e3afa45bb80678547ab395b99695551b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset b/Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset new file mode 100644 index 00000000..eaff1928 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f59e3a657145111370651ebee3498f02c23d4bc0f2a78b06646d67b0d7d86b +size 7150181 diff --git a/Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset.meta b/Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset.meta new file mode 100644 index 00000000..a6de9111 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Meshs/Purple_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5887feef0938f8d498c05a9e09f36ee4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Purple.prefab b/Assets/03_Models/_Characters/Purple/Purple.prefab new file mode 100644 index 00000000..f4abc903 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a5f3022d9152d39592f22f5fb48aa4f736d08251dae6db8e8ca2484b8c20ce +size 161700 diff --git a/Assets/03_Models/_Characters/Purple/Purple.prefab.meta b/Assets/03_Models/_Characters/Purple/Purple.prefab.meta new file mode 100644 index 00000000..2f850407 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Purple.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a3b6c5f5d4446e74e9f991d27b362e82 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Textures.meta b/Assets/03_Models/_Characters/Purple/Textures.meta new file mode 100644 index 00000000..fedd743a --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2592eeeb3127c3340955beaa4dba27ce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png new file mode 100644 index 00000000..67bb452b --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f190dc2f8d03393fbcb3227f765e2caf94061574902354507d175ff65d293e +size 1045154 diff --git a/Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png.meta b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png.meta new file mode 100644 index 00000000..40a7ca26 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_D.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 2ec90647b697aa048a346a9739d429c1 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png new file mode 100644 index 00000000..a401ad90 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9dd365f956ffae10a360aabd88d633d069a866e5e5faf360c7ace84b23b6dc +size 1004651 diff --git a/Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png.meta b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png.meta new file mode 100644 index 00000000..265ca108 --- /dev/null +++ b/Assets/03_Models/_Characters/Purple/Textures/Purple_0_NormalMap.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: a8cd16fba5060364a85f50f82f823108 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow.meta b/Assets/03_Models/_Characters/Yellow.meta new file mode 100644 index 00000000..55326bf4 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 30d7f52c74d15724eaf7be3f875e1b3b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Animations.meta b/Assets/03_Models/_Characters/Yellow/Animations.meta new file mode 100644 index 00000000..735eec9a --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 576b984be9dca044f81aadfbd079dfab +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller b/Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller new file mode 100644 index 00000000..4a255400 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller @@ -0,0 +1,354 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-7836363615124988089 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression Tree + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -328592594322388879} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 5123552943827446111} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-7159515487743301599 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 3 + m_ConditionEvent: Expression + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -7836363615124988089} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 15.000014 + m_ExitTime: 1 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &-328592594322388879 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 4 + m_ConditionEvent: Expression + m_EventTreshold: 1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 6909750651427599640} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.00000030466478 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AnimController_Yellow + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: Expression + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 7802577738825142542} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + - serializedVersion: 5 + m_Name: Face Layer + m_StateMachine: {fileID: 6170660395283963564} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1761552763063545065 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 1827226128182048838, guid: 0660b16472b526b4fb30b5d695f95903, type: 3} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!206 &5123552943827446111 +BlendTree: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8ba3e0d0f4caf2b4e988f2fa31db0e00, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e7510dca54ee3594f97801611253e13f, type: 2} + m_Threshold: 1 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 274311329317ccf449acea8dce3be8fe, type: 2} + m_Threshold: 2 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0103d1054b85b5c4da54dc2c38bb10e3, type: 2} + m_Threshold: 3 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 046c1bbcad271b241b0b897da4d6f666, type: 2} + m_Threshold: 4 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 7017b6d3ec28cbd46ac136cd14ebb4e8, type: 2} + m_Threshold: 5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 89aee812b742109468ed4dd78afac366, type: 2} + m_Threshold: 6 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Blend + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 65183e65b4e13e849ae9185454d22a6b, type: 2} + m_Threshold: 7 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b78bbc388de67964cb2a3a3efcca82e7, type: 2} + m_Threshold: 8 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 0f881f9bc494d8e4eb7c00618ad20917, type: 2} + m_Threshold: 9 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 71db63bc9b6664046bf517579edba7fe, type: 2} + m_Threshold: 10 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b085cbda8aab3fe41b5a698cacbe6dcc, type: 2} + m_Threshold: 11 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 677a321640829114fb3129e86f5fa392, type: 2} + m_Threshold: 12 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 2b380878ca5791649804171801824408, type: 2} + m_Threshold: 13 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: fcb514dd6fdfda741a2736c5f98f57bc, type: 2} + m_Threshold: 14 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Expression + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 14 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &6170660395283963564 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -7836363615124988089} + m_Position: {x: 20, y: 260, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6909750651427599640} + m_Position: {x: 30, y: 190, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 6909750651427599640} +--- !u!1102 &6909750651427599640 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -7159515487743301599} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 5820dd3123db00b49a21828fb1be49a0, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &7802577738825142542 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1761552763063545065} + m_Position: {x: 30, y: 230, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: -410, y: 360, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 40, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1761552763063545065} diff --git a/Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller.meta b/Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller.meta new file mode 100644 index 00000000..58b78f4f --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Animations/AnimController_Yellow.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81bc04d57048fa243bcc6f28834dae50 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Materials.meta b/Assets/03_Models/_Characters/Yellow/Materials.meta new file mode 100644 index 00000000..79919a9c --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9954f7bb4a9683c42bd92d15cda8826b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat b/Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat new file mode 100644 index 00000000..8c5e639a --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat @@ -0,0 +1,482 @@ +%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: Yellow_0_Mat + m_Shader: {fileID: 4800000, guid: 4dede25c09a79bb49b62a737c00a3d9e, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _RIMLIGHTOVERLAY + - _USENORMALMAP + - _USEOUTLINE + m_InvalidKeywords: + - N_F_EAL_ON + - N_F_O_ON + - N_F_RDC_ON + - N_F_RELGI_ON + - N_F_SS_ON + - N_F_TRANSAFFSHA + - N_F_TRANSAFFSHA_ON + - _CUSTOMLIGHTDIRECTIONFOLLOWOBJECTROTATION_OFF + - _GIFLATSHADE_OFF + - _GLOSSTEXTUREFOLLOWOBJECTROTATION_OFF + - _LIGHTAFFECTOUTLINECOLOR_OFF + - _LIGHTAFFECTRIMLIGHTCOLOR_OFF + - _LIGHTAFFECTSHADOW_OFF + - _LIGHTFALLOFFAFFECTSHADOWT_OFF + - _LIGIGNOYNORDIR_OFF + - _MCIALO_OFF + - _MIXMAINTEXTOOUTLINE_OFF + - _MVCOL_OFF + - _OUTLINEWIDTHAFFECTEDBYVIEWDISTANCE_OFF + - _PSGLOTEX_OFF + - _SELFSHADOWAFFECTEDBYLIGHTSHADOWSTRENGTH_OFF + - _SELFSHADOWSHADOWTATVIEWDIRECTION_OFF + - _SHOWNORMAL_OFF + - _SPECMODE_OFF + - _STIL_OFF + - _TEXTUREPATTERNSTYLE_OFF + - _USESECONDARYCUTOUT_OFF + - _VERTEXCOLORBLUEAFFECTOUTLINEWITDH_OFF + - _VERTEXCOLORGREENCONTROLSELFSHADOWTHRESHOLD_OFF + - _VERTEXCOLORREDCONTROLSMOOTHOBJECTNORMAL_OFF + m_LightmapFlags: 0 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DecalMap: + 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} + - _FReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GlossTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IDMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LogoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MCapMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskGloss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskSelfLit: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTransparency: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 073e6560be176b24d9591179a96d7b7f, type: 3} + 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} + - _OutlineWidthControl: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PTexture: + 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} + - _PatternMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SecondaryCutout: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowColorTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShadowT: + 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} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: e3c0efc9ee802ad428d1639acde59dc2, type: 3} + 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: + - Brightness: 2 + - _AAS: 0.0001 + - _AddPrecomputedVelocity: 0 + - _AlpToCov: 0 + - _AlphaBaseCutout: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _AmbiantStrength: 1 + - _BUILTIN_QueueControl: -1 + - _BUILTIN_QueueOffset: 0 + - _BleModDest: 0 + - _BleModSour: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Brightness: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ClipAdju: 0 + - _Compa: 4 + - _ComputeMeshIndex: 0 + - _Cull: 2 + - _Culling: 2 + - _CustomLightDirectionFollowObjectRotation: 0 + - _CustomLightDirectionIntensity: 0 + - _Cutoff: 0.5 + - _Cutout: 0.5 + - _DecalBlend: 0 + - _DecalUVSet: 1 + - _DepthThreshold: 900 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DirectionalLightIntensity: 0 + - _DoubleSidedOutline: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _DynamicNoisyOutline: 0 + - _EnvironmentReflections: 1 + - _EnvironmentalLightingIntensity: 1 + - _FarDistanceMaxWidth: 10 + - _Fresnel: 10 + - _GIFlatShade: 0 + - _GIShadeThreshold: 0 + - _GlossColorPower: 10 + - _GlossIntensity: 1 + - _GlossMapScale: 0 + - _GlossSoftness: 0 + - _GlossTextureFollowLight: 0 + - _GlossTextureFollowObjectRotation: 0 + - _GlossTextureRotate: 0 + - _GlossTextureSoftness: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Glow_Edge_Width: 1 + - _HighlightColorPower: 1 + - _LLI_Max: 1 + - _LLI_Min: 0 + - _LigIgnoYNorDir: 0 + - _LightAffectOutlineColor: 0 + - _LightAffectRimLightColor: 0 + - _LightAffectShadow: 0 + - _LightFalloffAffectShadowT: 0 + - _LightFalloffSoftness: 1 + - _LightHeightDirectionStrength: 0.1 + - _LightIntensity: 1 + - _MCIALO: 0 + - _MCapIntensity: 1 + - _MVCOL: 0 + - _MaiColPo: 0.8 + - _MaskEdgeHigh_1: 0.01 + - _MaskEdgeHigh_2: 0.01 + - _MaskEdgeHigh_3: 0.01 + - _MaskEdgeHigh_4: 0.01 + - _MaskEdgeHigh_5: 0.01 + - _MaskEdgeHigh_6: 0.01 + - _MaskEdgeLow_1: 0.01 + - _MaskEdgeLow_2: 0.01 + - _MaskEdgeLow_3: 0.01 + - _MaskEdgeLow_4: 0.01 + - _MaskEdgeLow_5: 0.01 + - _MaskEdgeLow_6: 0.01 + - _MaxFadDistance: 2 + - _Metallic: 0 + - _MinFadDistance: 0 + - _MixMainTexToOutline: 0 + - _MultipleLightSharpness: 0 + - _MultipleStrength: 1 + - _N_F_ANIS: 0 + - _N_F_CA: 0 + - _N_F_CLD: 0 + - _N_F_CO: 0 + - _N_F_COEDGL: 0 + - _N_F_DCS: 0 + - _N_F_DDMD: 0 + - _N_F_EAL: 1 + - _N_F_ESSAO: 0 + - _N_F_FR: 0 + - _N_F_GLO: 0 + - _N_F_GLOT: 0 + - _N_F_HDLS: 0 + - _N_F_HPSS: 0 + - _N_F_LLI: 0 + - _N_F_MC: 0 + - _N_F_MSSOLTFO: 0 + - _N_F_NFD: 0 + - _N_F_NLASOBF: 0 + - _N_F_NM: 0 + - _N_F_O: 1 + - _N_F_OFLMB: 0 + - _N_F_PA: 0 + - _N_F_PT: 0 + - _N_F_R: 0 + - _N_F_RDC: 1 + - _N_F_RL: 0 + - _N_F_SCO: 0 + - _N_F_SCT: 0 + - _N_F_SE: 0 + - _N_F_SL: 0 + - _N_F_SLMM: 0 + - _N_F_SON: 0 + - _N_F_SS: 1 + - _N_F_ST: 0 + - _N_F_STIAL: 0 + - _N_F_STIS: 0 + - _N_F_STSDFM: 0 + - _N_F_TP: 0 + - _NoiTexAffStraWidt: 0 + - _NoisTexInten: 1 + - _NoiseSize: 100 + - _NoisyOutlineIntensity: 0 + - _NormalMapIntensity: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Oper: 0 + - _OutStenPass: 0 + - _OutlineColor: 0 + - _OutlineDistance: 2 + - _OutlineExtrudeMethod: 0 + - _OutlineThickness: 2 + - _OutlineWidth: 0.5 + - _OutlineWidthAffectedByViewDistance: 0 + - _OutlineZPostionInCamera: 0 + - _OverallShadowColorPower: 1 + - _PADist: 0 + - _PASize: 0.5 + - _PASmooTrans: 1 + - _PSGLOTEX: 0 + - _PTexturePower: 1 + - _Parallax: 0.005 + - _PatternBlend: 1 + - _PatternUVSet: 0 + - _PointSpotlightIntensity: 0 + - _PresAdju: 1 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RELG: 1 + - _ReceiveShadows: 1 + - _RecieveShadows: 0 + - _ReduSha: 0.5 + - _RefMetallic: 0 + - _RefVal: 0 + - _ReflectionIntensity: 0 + - _RimLigInt: 1 + - _RimLightColorPower: 10 + - _RimLightInLight: 1 + - _RimLightSoftness: 1 + - _RimLightUnfill: 1.5 + - _RimlightPower: 0.5 + - _RimlightSharpness: 0.5 + - _SPECIN: 1 + - _SPECMODE: 0 + - _STIL: 0 + - _Saturation: 1 + - _SelfLitHighContrast: 1 + - _SelfLitIntensity: 0 + - _SelfLitPower: 2 + - _SelfShadowAffectedByLightShadowStrength: 0 + - _SelfShadowHardness: 1 + - _SelfShadowRealTimeShadowColorPower: 1 + - _SelfShadowRealtimeShadowIntensity: 1 + - _SelfShadowShadowTAtViewDirection: 0 + - _SelfShadowThreshold: 0.93 + - _ShadowColorTexturePower: 0 + - _ShadowEdge: 0.042 + - _ShadowHardness: 0 + - _ShadowSharpness: 0.12 + - _ShadowTColorPower: 1 + - _ShadowTHardness: 1 + - _ShadowTIntensity: 1 + - _ShadowTLightThreshold: 50 + - _ShadowTShadowThreshold: 0 + - _ShifAnis: 0 + - _Shininess: 10 + - _ShowInAmbientLightShadowIntensity: 1 + - _ShowInAmbientLightShadowThreshold: 0.4 + - _ShowNormal: 0 + - _SimTrans: 0 + - _SkinMatrixIndex: 0 + - _SmoothObjectNormal: 0 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilPass: 2 + - _StencilReadMask: 255 + - _StencilWriteMask: 221 + - _StraWidt: 10 + - _Surface: 0 + - _TEXMCOLINT: 1 + - _TRANSMODE: 0 + - _TexturePatternStyle: 0 + - _TrailSize: 1.5 + - _TransAffSha: 1 + - _TransparentThreshold: 0 + - _TriPlaBlend: 4 + - _TriPlaTile: 1 + - _UseAmbiant: 1 + - _UseCustomTexture: 0 + - _UseMaskMap: 0 + - _UseMultipleLights: 1 + - _UseNormalMap: 1 + - _UseOutline: 1 + - _UseRimlight: 0 + - _UseRimlightOverlay: 1 + - _UseSecondaryCutout: 0 + - _UseTLB: 0 + - _VertexColorBlueAffectOutlineWitdh: 0 + - _VertexColorGreenControlSelfShadowThreshold: 0 + - _VertexColorRedControlSmoothObjectNormal: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Color_1: {r: 1, g: 0, b: 0, a: 0} + - _Color_2: {r: 0, g: 1, b: 0, a: 0} + - _Color_3: {r: 0, g: 0, b: 1, a: 0} + - _Color_4: {r: 0.9727612, g: 1, b: 0, a: 0} + - _Color_5: {r: 0, g: 0.9845986, b: 1, a: 0} + - _Color_6: {r: 1, g: 0, b: 0.988061, a: 0} + - _Color_7: {r: 1, g: 1, b: 1, a: 0} + - _Color_8: {r: 0.50314456, g: 0.50314456, b: 0.50314456, a: 0} + - _Color_9: {r: 0, g: 0, b: 0, a: 0} + - _CustomLightDirection: {r: 0, g: 0, b: 10, a: 0} + - _DecalColor_1: {r: 1, g: 1, b: 1, a: 1} + - _DecalColor_2: {r: 0.557, g: 0.557, b: 0.557, a: 1} + - _DecalColor_3: {r: 0, g: 0, b: 0, a: 1} + - _DecalScale: {r: 1, g: 1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FresnelColor: {r: 0, g: 0, b: 0, a: 0} + - _GlossColor: {r: 1, g: 1, b: 1, a: 1} + - _Glow_Color: {r: 1, g: 1, b: 1, a: 1} + - _HighlightColor: {r: 1, g: 1, b: 1, a: 1} + - _LogoColor_1: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_2: {r: 0, g: 0, b: 0, a: 0} + - _LogoColor_3: {r: 0, g: 0, b: 0, a: 0} + - _LogoScale: {r: 0, g: 0, b: 0, a: 0} + - _MainColor: {r: 1, g: 1, b: 1, a: 1} + - _ObjPosi: {r: 0, g: 0, b: 0, a: 0} + - _ObjectForward: {r: 0, g: 0, b: 0, a: 0} + - _ObjectRight: {r: 0, g: 0, b: 0, a: 0} + - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OutlineOffset: {r: 0, g: 0, b: 0, a: 1} + - _OverallShadowColor: {r: 0, g: 0, b: 0, a: 1} + - _PTCol: {r: 0, g: 0, b: 0, a: 1} + - _PatternColor_1: {r: 1, g: 1, b: 1, a: 1} + - _PatternColor_2: {r: 0.5568628, g: 0.5568628, b: 0.5568628, a: 1} + - _PatternColor_3: {r: 0, g: 0, b: 0, a: 1} + - _PatternScale: {r: 50, g: 50, b: 0, a: 0} + - _PrevPosition: {r: 0, g: 0, b: 0, a: 0} + - _RimLightColor: {r: 1, g: 1, b: 1, a: 1} + - _RimlightColor: {r: 0, g: 0, b: 0, a: 0} + - _SSAOColor: {r: 0, g: 0, b: 0, a: 0} + - _SelfLitColor: {r: 1, g: 1, b: 1, a: 1} + - _SelfShadowRealTimeShadowColor: {r: 1, g: 1, b: 1, a: 1} + - _ShadowColor: {r: 0.75, g: 0.56624997, b: 0.56624997, a: 0} + - _ShadowEdgeColor: {r: 1, g: 0.77873063, b: 0.5943395, a: 0} + - _ShadowTColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _XYZPosition: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat.meta b/Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat.meta new file mode 100644 index 00000000..a9f265ca --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Materials/Yellow_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5888bf9926bae4a439811082b25abfb7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Meshs.meta b/Assets/03_Models/_Characters/Yellow/Meshs.meta new file mode 100644 index 00000000..fcbdb9af --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6b3ca964e4d23ad44b8fc80da86a9a93 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset b/Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset new file mode 100644 index 00000000..d5288f53 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1d7a0826ec177f800a6097de9aa57368b51357a4c46e8663d4059266610003 +size 7083058 diff --git a/Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset.meta b/Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset.meta new file mode 100644 index 00000000..95c94246 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Meshs/Yellow_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ac86c3adbb008164c88b12049c33bac0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Textures.meta b/Assets/03_Models/_Characters/Yellow/Textures.meta new file mode 100644 index 00000000..a03ddf0c --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 044435bf8d25df54195d1e391d394cb0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png b/Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png new file mode 100644 index 00000000..2f57f9c9 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e963db2b7b54ce5e27b12eed67473a6f0fe7d2c7ddcbeeb3038d6a84eee23d81 +size 78120 diff --git a/Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png.meta b/Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png.meta new file mode 100644 index 00000000..b2914fed --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures/MagicaClothExtension.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 7bdcd2f5f083f0648866f886040e2340 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png new file mode 100644 index 00000000..228b490e --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7612b820ac8f39479509fbc125fef25695dab2a0b63b78e8cce1aa23269f3f66 +size 970947 diff --git a/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png.meta b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png.meta new file mode 100644 index 00000000..ee14a895 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_D.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: e3c0efc9ee802ad428d1639acde59dc2 +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png new file mode 100644 index 00000000..2bfda231 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616ec04761235e3f66a614195bbf782789041389a43c0492ecd561bdd39e0fcd +size 931015 diff --git a/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png.meta b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png.meta new file mode 100644 index 00000000..e26a2713 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Textures/Yellow_0_NormalMap.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 073e6560be176b24d9591179a96d7b7f +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: 4 + 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: 4 + buildTarget: iOS + 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: 4 + 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 + - serializedVersion: 4 + 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: 4 + buildTarget: WebGL + 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: 4 + buildTarget: WindowsStoreApps + 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: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Yellow/Yellow.prefab b/Assets/03_Models/_Characters/Yellow/Yellow.prefab new file mode 100644 index 00000000..26e6cd29 --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05abae52b4a53123dd81c28117673b69611d6adbcad86f8d647d9f75648ae3e +size 158264 diff --git a/Assets/03_Models/_Characters/Yellow/Yellow.prefab.meta b/Assets/03_Models/_Characters/Yellow/Yellow.prefab.meta new file mode 100644 index 00000000..7069ce1e --- /dev/null +++ b/Assets/03_Models/_Characters/Yellow/Yellow.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 316bcd92d81a96f42a741fe1eaaa152c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: