From afc011bcd66c5226a19e76cb6f85b2c0763a4b00 Mon Sep 17 00:00:00 2001 From: nakjun Date: Wed, 15 Jul 2026 16:06:46 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=ED=95=99=EC=83=9D=EB=93=A4=20=EC=97=90?= =?UTF-8?q?=EC=85=8B=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Hischool_Chapter2.unity | 4 +- Assets/04_Models/Characters/Student_V1.meta | 8 + .../Characters/Student_V1/Animations.meta | 8 + .../Student1AnimController.controller | 268 ++++++++++ .../Student1AnimController.controller.meta | 8 + .../Characters/Student_V1/Materials.meta | 8 + .../Student_V1/Materials/Student_V1_0_Mat.mat | 482 ++++++++++++++++++ .../Materials/Student_V1_0_Mat.mat.meta | 8 + .../Characters/Student_V1/Meshs.meta | 8 + .../Student_V1/Meshs/Student_V1_Mesh.asset | 3 + .../Meshs/Student_V1_Mesh.asset.meta | 8 + .../Characters/Student_V1/Prefabs.meta | 8 + .../Student_V1/Prefabs/Student_V1.prefab | 3 + .../Student_V1/Prefabs/Student_V1.prefab.meta | 7 + .../Characters/Student_V1/Textures.meta | 8 + .../Student_V1/Textures/Student_V1_0_D.png | 3 + .../Textures/Student_V1_0_D.png.meta | 156 ++++++ .../Textures/Student_V1_0_NormalMap.png | 3 + .../Textures/Student_V1_0_NormalMap.png.meta | 156 ++++++ Assets/04_Models/Characters/Student_V6.meta | 8 + .../Characters/Student_V6/Animations.meta | 8 + .../Student6AnimController.controller | 268 ++++++++++ .../Student6AnimController.controller.meta | 8 + .../Characters/Student_V6/Materials.meta | 8 + .../Student_V6/Materials/Student_V6_0_Mat.mat | 482 ++++++++++++++++++ .../Materials/Student_V6_0_Mat.mat.meta | 8 + .../Characters/Student_V6/Meshs.meta | 8 + .../Student_V6/Meshs/Student_V6_Mesh.asset | 3 + .../Meshs/Student_V6_Mesh.asset.meta | 8 + .../Characters/Student_V6/Prefabs.meta | 8 + .../Student_V6/Prefabs/Student_V6.prefab | 3 + .../Student_V6/Prefabs/Student_V6.prefab.meta | 7 + .../Student_V6/Prefabs/Student_V6_Sit.prefab | 3 + .../Prefabs/Student_V6_Sit.prefab.meta | 7 + .../Characters/Student_V6/Textures.meta | 8 + .../Student_V6/Textures/Student_V6_0_D.png | 3 + .../Textures/Student_V6_0_D.png.meta | 156 ++++++ .../Textures/Student_V6_0_NormalMap.png | 3 + .../Textures/Student_V6_0_NormalMap.png.meta | 156 ++++++ Assets/04_Models/Characters/Student_V7.meta | 8 + .../Characters/Student_V7/Animations.meta | 8 + .../Student7AnimController.controller | 268 ++++++++++ .../Student7AnimController.controller.meta | 8 + .../Characters/Student_V7/Materials.meta | 8 + .../Student_V7/Materials/Student_V7_0_Mat.mat | 482 ++++++++++++++++++ .../Materials/Student_V7_0_Mat.mat.meta | 8 + .../Characters/Student_V7/Meshs.meta | 8 + .../Student_V7/Meshs/Student_V7_Mesh.asset | 3 + .../Meshs/Student_V7_Mesh.asset.meta | 8 + .../Characters/Student_V7/Prefabs.meta | 8 + .../Student_V7/Prefabs/Student_V7.prefab | 3 + .../Student_V7/Prefabs/Student_V7.prefab.meta | 7 + .../Characters/Student_V7/Textures.meta | 8 + .../Student_V7/Textures/Student_V7_0_D.png | 3 + .../Textures/Student_V7_0_D.png.meta | 156 ++++++ .../Textures/Student_V7_0_NormalMap.png | 3 + .../Textures/Student_V7_0_NormalMap.png.meta | 156 ++++++ .../Models/Common/Body/BodyRig.fbx.meta | 36 +- Assets/AnimeGirlIdleAnimations.meta | 8 + Assets/AnimeGirlIdleAnimations/Script.meta | 8 + .../Script/AGIA_sample.cs | 317 ++++++++++++ .../Script/AGIA_sample.cs.meta | 18 + Assets/FemaleRunnerAnimset.meta | 8 + Assets/FemaleRunnerAnimset/Scripts.meta | 8 + .../Scripts/CameraFollowWalk.cs | 71 +++ .../Scripts/CameraFollowWalk.cs.meta | 18 + .../FemaleRunnerAnimset/Scripts/CameraWalk.cs | 69 +++ .../Scripts/CameraWalk.cs.meta | 18 + .../FemaleRunnerAnimset/Scripts/CliffCheck.cs | 30 ++ .../Scripts/CliffCheck.cs.meta | 18 + .../Scripts/GroundCheck.cs | 49 ++ .../Scripts/GroundCheck.cs.meta | 18 + .../Scripts/WallrunCheck.cs | 79 +++ .../Scripts/WallrunCheck.cs.meta | 18 + 74 files changed, 4239 insertions(+), 25 deletions(-) create mode 100644 Assets/04_Models/Characters/Student_V1.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Animations.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller create mode 100644 Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Materials.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat create mode 100644 Assets/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Meshs.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset create mode 100644 Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Prefabs.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab create mode 100644 Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Textures.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png create mode 100644 Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png.meta create mode 100644 Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png create mode 100644 Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png.meta create mode 100644 Assets/04_Models/Characters/Student_V6.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Animations.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller create mode 100644 Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Materials.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat create mode 100644 Assets/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Meshs.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset create mode 100644 Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Prefabs.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab create mode 100644 Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab create mode 100644 Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Textures.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png create mode 100644 Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png.meta create mode 100644 Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png create mode 100644 Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png.meta create mode 100644 Assets/04_Models/Characters/Student_V7.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Animations.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller create mode 100644 Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Materials.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat create mode 100644 Assets/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Meshs.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset create mode 100644 Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Prefabs.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab create mode 100644 Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Textures.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png create mode 100644 Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png.meta create mode 100644 Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png create mode 100644 Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png.meta create mode 100644 Assets/AnimeGirlIdleAnimations.meta create mode 100644 Assets/AnimeGirlIdleAnimations/Script.meta create mode 100644 Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs create mode 100644 Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs.meta create mode 100644 Assets/FemaleRunnerAnimset.meta create mode 100644 Assets/FemaleRunnerAnimset/Scripts.meta create mode 100644 Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs create mode 100644 Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs.meta create mode 100644 Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs create mode 100644 Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs.meta create mode 100644 Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs create mode 100644 Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs.meta create mode 100644 Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs create mode 100644 Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs.meta create mode 100644 Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs create mode 100644 Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs.meta diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 2b5d260b..3f0cbeb4 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef5051b0c9dc8c9b61a60bd5088d6f166f67ef28847e582909d673cb793cd146 -size 4044502 +oid sha256:78510449082abc9322d5601d395c5258b61b0fef0910874b2851c9b543cf55b6 +size 4051868 diff --git a/Assets/04_Models/Characters/Student_V1.meta b/Assets/04_Models/Characters/Student_V1.meta new file mode 100644 index 00000000..25c544fd --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f0ca205f78106d3468631da4ddea2bd3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Animations.meta b/Assets/04_Models/Characters/Student_V1/Animations.meta new file mode 100644 index 00000000..65eb563a --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 540a67d6a10cd754ba8a871f2d9f9adf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller b/Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller new file mode 100644 index 00000000..69fa5b18 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller @@ -0,0 +1,268 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-9111857643668187921 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression + 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: -1374522043328755433} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-4045008453672279003 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PriviewIdle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -1388792103217163295} + 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: 9276e28abed3cd747855a44e49581e56, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-1388792103217163295 +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: Speed + m_EventTreshold: -1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 2828740930669295434} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.9130435 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!206 &-1374522043328755433 +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: Speed + 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: Speed + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Speed + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Student1AnimController + serializedVersion: 6 + m_AnimatorParameters: + - m_Name: Speed + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - m_Name: AnimNo + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - 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: Body + m_StateMachine: {fileID: 3218860087774146351} + 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 + m_StateMachine: {fileID: 7902121381184392205} + m_Mask: {fileID: 31900000, guid: 33e1046458e9d9849b6744ed81bdbb69, type: 2} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + m_EvaluateTransitionsOnStart: 1 +--- !u!1102 &2828740930669295434 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + 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: 5281920114115992255} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &3218860087774146351 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Body + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 2828740930669295434} + m_Position: {x: 200, y: 100, z: 0} + - serializedVersion: 1 + m_State: {fileID: -4045008453672279003} + m_Position: {x: -60, y: 100, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 90, y: 360, z: 0} + m_EntryPosition: {x: -20, y: 270, z: 0} + m_ExitPosition: {x: 340, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -4045008453672279003} +--- !u!206 &5281920114115992255 +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: 5c7d539d662abb443b4a91849dcc90c1, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Speed + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: a02e95c7f33fc5f4ea1e8da0c169b1dc, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Speed + m_Mirror: 0 + m_BlendParameter: Speed + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 0.5 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &7902121381184392205 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -9111857643668187921} + m_Position: {x: 350, y: 60, 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: -9111857643668187921} diff --git a/Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller.meta b/Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller.meta new file mode 100644 index 00000000..7e524f7a --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Animations/Student1AnimController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7546e510bcf468e468bf570f127c4f0d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Materials.meta b/Assets/04_Models/Characters/Student_V1/Materials.meta new file mode 100644 index 00000000..96c2d29f --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bed2f60e70de74a4d8779cdb32f983c4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat b/Assets/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat new file mode 100644 index 00000000..53565630 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Materials/Student_V1_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: Student_V1_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: 4e14d35128d359b4195caf237a111787, 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: 1213165732d37c247b68e03434cad98a, 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/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat.meta b/Assets/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat.meta new file mode 100644 index 00000000..e6796986 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Materials/Student_V1_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb61b2d5cabaeaa4a8ab09996ac83ca2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Meshs.meta b/Assets/04_Models/Characters/Student_V1/Meshs.meta new file mode 100644 index 00000000..efc69efb --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d686b5d4b5dd6004487857582d2212a3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset b/Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset new file mode 100644 index 00000000..66c8b861 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0ee1604659d2cbad0debc018d7787ea435533cc01dcd142844985f0a2807fa +size 7408237 diff --git a/Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset.meta b/Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset.meta new file mode 100644 index 00000000..f773e7c6 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Meshs/Student_V1_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a033bb7f858fa1940bbd65d2a4d59f6a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Prefabs.meta b/Assets/04_Models/Characters/Student_V1/Prefabs.meta new file mode 100644 index 00000000..94d8f9ac --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 948d37fd5d4491745b9cfa73ed82d8ed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab b/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab new file mode 100644 index 00000000..d6f37e0c --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f132e35b835c65c9b1ebd494981689e84508357c404571289d07341ff02aa6a2 +size 152681 diff --git a/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab.meta b/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab.meta new file mode 100644 index 00000000..57729c02 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f1f9a95e94034ad4c851e23fa3903d29 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Textures.meta b/Assets/04_Models/Characters/Student_V1/Textures.meta new file mode 100644 index 00000000..817c4f21 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bbc52b6b26df93b4dada6abc355d798e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png new file mode 100644 index 00000000..be72d486 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcefb5ce45c8e149cc045307bb545f2e079b2e9c5d9d788d001953610f46420 +size 863222 diff --git a/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png.meta b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png.meta new file mode 100644 index 00000000..65a2fe21 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_D.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 1213165732d37c247b68e03434cad98a +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: 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: 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: 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/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png new file mode 100644 index 00000000..065cd989 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3a2b6cb43f6c4b0307e484b88a1df27fdc94cc5987ae67367238d76f8c17ed +size 846633 diff --git a/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png.meta b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png.meta new file mode 100644 index 00000000..22cecf1d --- /dev/null +++ b/Assets/04_Models/Characters/Student_V1/Textures/Student_V1_0_NormalMap.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 4e14d35128d359b4195caf237a111787 +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: 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: 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: 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/04_Models/Characters/Student_V6.meta b/Assets/04_Models/Characters/Student_V6.meta new file mode 100644 index 00000000..31121e9a --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 694e55a79fc3ac84fa19cd2d6a3f2189 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Animations.meta b/Assets/04_Models/Characters/Student_V6/Animations.meta new file mode 100644 index 00000000..fe2e6e52 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b1fb499be934c6f4d99fb8608d648148 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller b/Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller new file mode 100644 index 00000000..b3e3b1a8 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller @@ -0,0 +1,268 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-9111857643668187921 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression + 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: -1374522043328755433} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-4045008453672279003 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PriviewIdle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -1388792103217163295} + 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: 9276e28abed3cd747855a44e49581e56, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-1388792103217163295 +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: Speed + m_EventTreshold: -1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 2828740930669295434} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.9130435 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!206 &-1374522043328755433 +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: Speed + 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: Speed + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Speed + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Student6AnimController + serializedVersion: 6 + m_AnimatorParameters: + - m_Name: Speed + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - m_Name: AnimNo + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - 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: Body + m_StateMachine: {fileID: 3218860087774146351} + 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 + m_StateMachine: {fileID: 7902121381184392205} + m_Mask: {fileID: 31900000, guid: 33e1046458e9d9849b6744ed81bdbb69, type: 2} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + m_EvaluateTransitionsOnStart: 1 +--- !u!1102 &2828740930669295434 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + 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: 5281920114115992255} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &3218860087774146351 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Body + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 2828740930669295434} + m_Position: {x: 200, y: 100, z: 0} + - serializedVersion: 1 + m_State: {fileID: -4045008453672279003} + m_Position: {x: -60, y: 100, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 90, y: 360, z: 0} + m_EntryPosition: {x: -20, y: 270, z: 0} + m_ExitPosition: {x: 340, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -4045008453672279003} +--- !u!206 &5281920114115992255 +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: 5c7d539d662abb443b4a91849dcc90c1, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Speed + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: a02e95c7f33fc5f4ea1e8da0c169b1dc, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Speed + m_Mirror: 0 + m_BlendParameter: Speed + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 0.5 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &7902121381184392205 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -9111857643668187921} + m_Position: {x: 350, y: 60, 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: -9111857643668187921} diff --git a/Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller.meta b/Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller.meta new file mode 100644 index 00000000..3dc09349 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Animations/Student6AnimController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 83c25b1631d266d478c12c8d4f40fcfb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Materials.meta b/Assets/04_Models/Characters/Student_V6/Materials.meta new file mode 100644 index 00000000..09c45fbc --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b347d4715ed3fce4fb06b4e582bcb43b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat b/Assets/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat new file mode 100644 index 00000000..223256df --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Materials/Student_V6_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: Student_V6_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: 640b771251d8aeb40aaaf5f408c17689, 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: 42d9e07a5aaaa5e40a32fea6417636ed, 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/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat.meta b/Assets/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat.meta new file mode 100644 index 00000000..f3168d54 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Materials/Student_V6_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e406357f2fe89364e8aabcf92de7485e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Meshs.meta b/Assets/04_Models/Characters/Student_V6/Meshs.meta new file mode 100644 index 00000000..c6739edf --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d9722b84d714e94e82c4e842c96bca1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset b/Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset new file mode 100644 index 00000000..38bf05b4 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd3e8fafa356854e697494af0058fc54d11b4fe21e03969bc69f630c849c5a0 +size 7639664 diff --git a/Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset.meta b/Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset.meta new file mode 100644 index 00000000..bfb4f917 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Meshs/Student_V6_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2a03a4cc87e7da4baebf8ab076c2528 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs.meta b/Assets/04_Models/Characters/Student_V6/Prefabs.meta new file mode 100644 index 00000000..7f51489a --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02aac3dc25bdcd94799244273cb49912 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab new file mode 100644 index 00000000..3f9de28d --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07837387b944e05ff3b1eea54650e43175f28aac51e5d9fd6d136dd4e5358b2 +size 151673 diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab.meta b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab.meta new file mode 100644 index 00000000..68a713f9 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2bbd628f7823144448dc1b3946b4a6f4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab new file mode 100644 index 00000000..1d5fed54 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22ef2704a8a2d93e1cd9bbcfc3cab4f90ab86ce48148b08b6f52d1866d02ff8 +size 151677 diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab.meta b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab.meta new file mode 100644 index 00000000..9866cadd --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 18473ff310923f34d812d52443f49b2c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Textures.meta b/Assets/04_Models/Characters/Student_V6/Textures.meta new file mode 100644 index 00000000..2ed834c4 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 95337bf8652eac5418500a2c2a7bbd1d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png new file mode 100644 index 00000000..3059a8f8 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c1950e34ece964e56a69e3e65b1eafe60ebc2ca28c490596b7d0693e23e16d +size 926767 diff --git a/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png.meta b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png.meta new file mode 100644 index 00000000..810e0abf --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_D.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 42d9e07a5aaaa5e40a32fea6417636ed +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: 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: 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: 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/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png new file mode 100644 index 00000000..0727adb3 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23a547878573bc6945b9452dffa397c1efefa2418f01f9453aa809d94a8a961 +size 846984 diff --git a/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png.meta b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png.meta new file mode 100644 index 00000000..eba4a2f2 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Textures/Student_V6_0_NormalMap.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 640b771251d8aeb40aaaf5f408c17689 +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: 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: 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: 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/04_Models/Characters/Student_V7.meta b/Assets/04_Models/Characters/Student_V7.meta new file mode 100644 index 00000000..e4ba3aeb --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f792563a7070204a94a78403ee8863e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Animations.meta b/Assets/04_Models/Characters/Student_V7/Animations.meta new file mode 100644 index 00000000..25c1adec --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c52b7ab994ee53648ae9297ed330f3d7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller b/Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller new file mode 100644 index 00000000..effb0f30 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller @@ -0,0 +1,268 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-9111857643668187921 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression + 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: -1374522043328755433} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-4045008453672279003 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PriviewIdle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -1388792103217163295} + 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: 9276e28abed3cd747855a44e49581e56, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-1388792103217163295 +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: Speed + m_EventTreshold: -1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 2828740930669295434} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 0.9130435 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!206 &-1374522043328755433 +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: Speed + 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: Speed + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Speed + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Student7AnimController + serializedVersion: 6 + m_AnimatorParameters: + - m_Name: Speed + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - m_Name: AnimNo + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - 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: Body + m_StateMachine: {fileID: 3218860087774146351} + 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 + m_StateMachine: {fileID: 7902121381184392205} + m_Mask: {fileID: 31900000, guid: 33e1046458e9d9849b6744ed81bdbb69, type: 2} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + m_EvaluateTransitionsOnStart: 1 +--- !u!1102 &2828740930669295434 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend Tree + 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: 5281920114115992255} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &3218860087774146351 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Body + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 2828740930669295434} + m_Position: {x: 200, y: 100, z: 0} + - serializedVersion: 1 + m_State: {fileID: -4045008453672279003} + m_Position: {x: -60, y: 100, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 90, y: 360, z: 0} + m_EntryPosition: {x: -20, y: 270, z: 0} + m_ExitPosition: {x: 340, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -4045008453672279003} +--- !u!206 &5281920114115992255 +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: 5c7d539d662abb443b4a91849dcc90c1, type: 2} + m_Threshold: 0 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Speed + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: a02e95c7f33fc5f4ea1e8da0c169b1dc, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: Speed + m_Mirror: 0 + m_BlendParameter: Speed + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 0.5 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1107 &7902121381184392205 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -9111857643668187921} + m_Position: {x: 350, y: 60, 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: -9111857643668187921} diff --git a/Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller.meta b/Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller.meta new file mode 100644 index 00000000..ad67c06f --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Animations/Student7AnimController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef806feb04319dd43a10f24b45aecdc8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Materials.meta b/Assets/04_Models/Characters/Student_V7/Materials.meta new file mode 100644 index 00000000..bb82ea89 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8353d3c8b7526854ea1938104949fa46 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat b/Assets/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat new file mode 100644 index 00000000..53d2a3de --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Materials/Student_V7_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: Student_V7_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: a36770deb6f2381468170fb6cf5801b3, 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: 68563a938f7e1fe42abd64ccd5f9e3ce, 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/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat.meta b/Assets/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat.meta new file mode 100644 index 00000000..3fe7359a --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Materials/Student_V7_0_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 93cea43abbbb46f4b99389c4453fdcdc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Meshs.meta b/Assets/04_Models/Characters/Student_V7/Meshs.meta new file mode 100644 index 00000000..fa1c927c --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Meshs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 08fc260fa8ec4d748bef7dab0f54ea06 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset b/Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset new file mode 100644 index 00000000..20342c4c --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f89ff4c0f4abc774d48bef175638ea323d29cf33dc1d42c6becf4087bfc1ba +size 7724008 diff --git a/Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset.meta b/Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset.meta new file mode 100644 index 00000000..957d6efa --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Meshs/Student_V7_Mesh.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 564bd4bf9ac00d645b912838f2810ecb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Prefabs.meta b/Assets/04_Models/Characters/Student_V7/Prefabs.meta new file mode 100644 index 00000000..18730223 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 94f952a93f345c7499a86c340f6bb404 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab b/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab new file mode 100644 index 00000000..22a51264 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caabb9d0a6a7e340fd94ee0c81dcd82aeed0d8543df5d169c7d1566f095b8bea +size 152616 diff --git a/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab.meta b/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab.meta new file mode 100644 index 00000000..73636aa5 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 46129a9c2fd956a46b26bceb7685ab3a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Textures.meta b/Assets/04_Models/Characters/Student_V7/Textures.meta new file mode 100644 index 00000000..60d30a5c --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f4fb0af4e638d64d82edab295d5be9a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png new file mode 100644 index 00000000..d8bd5c90 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ca346de49b20537bc567e5269802a4255dc4d964019b113cbd0c25dc5b9f5f +size 865643 diff --git a/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png.meta b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png.meta new file mode 100644 index 00000000..c2a5fa6d --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_D.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 68563a938f7e1fe42abd64ccd5f9e3ce +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: 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: 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: 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/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png new file mode 100644 index 00000000..36077310 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d4b465d3c641094da75246cf48741f98aafa7f87fc8060f6e9ea7dec624810 +size 846809 diff --git a/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png.meta b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png.meta new file mode 100644 index 00000000..7135dc08 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V7/Textures/Student_V7_0_NormalMap.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: a36770deb6f2381468170fb6cf5801b3 +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: 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: 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: 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/04_Models/Characters/ToonCharacterModular/Models/Common/Body/BodyRig.fbx.meta b/Assets/04_Models/Characters/ToonCharacterModular/Models/Common/Body/BodyRig.fbx.meta index df4e452c..949f7e02 100644 --- a/Assets/04_Models/Characters/ToonCharacterModular/Models/Common/Body/BodyRig.fbx.meta +++ b/Assets/04_Models/Characters/ToonCharacterModular/Models/Common/Body/BodyRig.fbx.meta @@ -1,14 +1,7 @@ fileFormatVersion: 2 guid: acd85b7182daf304a9e550450d13c02f -AssetOrigin: - serializedVersion: 1 - productId: 323550 - packageName: 'BoZo: Modular Anime Characters - Base Pack' - packageVersion: 1.8.6 - assetPath: Assets/BoZo_ModularAnimeCharacters/Models/Common/Body/BodyRig.fbx - uploadId: 917032 ModelImporter: - serializedVersion: 24501 + serializedVersion: 22200 internalIDToNameTable: [] externalObjects: - first: @@ -31,7 +24,6 @@ ModelImporter: materialName: 0 materialSearch: 1 materialLocation: 1 - searchTexturesGlobally: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 @@ -39,6 +31,8 @@ ModelImporter: optimizeGameObjects: 0 removeConstantScaleCurves: 0 motionNodeName: + rigImportErrors: + rigImportWarnings: animationImportErrors: animationImportWarnings: animationRetargetingWarnings: @@ -79,11 +73,6 @@ ModelImporter: maxBonesPerVertex: 4 minBoneWeight: 0.001 optimizeBones: 0 - generateMeshLods: 0 - meshLodGenerationFlags: 0 - maximumMeshLod: -1 - importUVs: -1 - importVertexColors: 1 meshOptimizationFlags: -1 indexFormat: 0 secondaryUVAngleDistortion: 8 @@ -103,7 +92,6 @@ ModelImporter: legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 blendShapeNormalImportMode: 0 normalSmoothingSource: 0 - calculateBlendshapeNormalsDeltaFromImportedNormals: 1 referencedClips: [] importAnimation: 0 humanDescription: @@ -719,7 +707,7 @@ ModelImporter: - name: ring_02_l parentName: ring_01_l position: {x: -0.028632186, y: -0.00080945133, z: 0.00010370551} - rotation: {x: -0.001313686, y: -0.0036819545, z: -0.029154325, w: 0.9995673} + rotation: {x: -0.0013136859, y: -0.0036819545, z: -0.029154323, w: 0.9995673} scale: {x: 1, y: 1, z: 1} - name: ring_03_l parentName: ring_02_l @@ -859,7 +847,7 @@ ModelImporter: - name: ring_02_r parentName: ring_01_r position: {x: 0.028632184, y: 0.00080979656, z: -0.00010371774} - rotation: {x: -0.001313686, y: -0.0036819545, z: -0.029154325, w: 0.9995673} + rotation: {x: -0.0013136859, y: -0.0036819545, z: -0.029154323, w: 0.9995673} scale: {x: 1, y: 1, z: 1} - name: ring_03_r parentName: ring_02_r @@ -869,7 +857,7 @@ ModelImporter: - name: thumb_01_r parentName: hand_r position: {x: 0.042124398, y: -0.013390588, z: 0.03553364} - rotation: {x: 0.5764582, y: -0.24423057, z: 0.23700613, w: 0.7428833} + rotation: {x: 0.58187526, y: -0.25548643, z: 0.22513986, w: 0.73855263} scale: {x: 1, y: 1, z: 1} - name: thumb_02_r parentName: thumb_01_r @@ -1041,11 +1029,6 @@ ModelImporter: position: {x: -0, y: 0, z: 0} rotation: {x: 0, y: -0, z: -0, w: 1} scale: {x: 1, y: 1, z: 1} - - name: FullBody - parentName: BodyRig(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} armTwist: 0.536 foreArmTwist: 0.588 upperLegTwist: 0.5 @@ -1070,3 +1053,10 @@ ModelImporter: userData: assetBundleName: assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 323550 + packageName: 'BoZo: Modular Anime Characters - Base Pack' + packageVersion: 1.8.6 + assetPath: Assets/BoZo_ModularAnimeCharacters/Models/Common/Body/BodyRig.fbx + uploadId: 917032 diff --git a/Assets/AnimeGirlIdleAnimations.meta b/Assets/AnimeGirlIdleAnimations.meta new file mode 100644 index 00000000..64347a8f --- /dev/null +++ b/Assets/AnimeGirlIdleAnimations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 82eb2fa9d9d11f142940c56cca3f6ac1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AnimeGirlIdleAnimations/Script.meta b/Assets/AnimeGirlIdleAnimations/Script.meta new file mode 100644 index 00000000..a4e8f691 --- /dev/null +++ b/Assets/AnimeGirlIdleAnimations/Script.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7c1a271386c40347b3145c9c3f5c6b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs b/Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs new file mode 100644 index 00000000..e95825fd --- /dev/null +++ b/Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs @@ -0,0 +1,317 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.EventSystems; + + +namespace AGIA +{ +public class AGIA_sample : MonoBehaviour + { + public Animator animator; + public int animBase; + public int animLayer; + + // Use this for initialization + void Start () + { + + animator = GetComponent(); + animator.SetInteger("animBaseInt", 1); + + } + + // Update is called once per frame + void Update () + { + + } + + public void animBaseChange() + { + animator.SetInteger("animOtherInt", 0); + + var clickedButton = EventSystem.current.currentSelectedGameObject.name; + + if(clickedButton == "Generic_01") + { + animator.SetInteger("animBaseInt", 1); + } + else if (clickedButton == "Angry_01") + { + animator.SetInteger("animBaseInt", 2); + } + else if (clickedButton == "Brave_01") + { + animator.SetInteger("animBaseInt", 3); + } + else if (clickedButton == "Calm_01") + { + animator.SetInteger("animBaseInt", 4); + } + else if (clickedButton == "Calm_02") + { + animator.SetInteger("animBaseInt", 5); + } + else if (clickedButton == "Concern_01") + { + animator.SetInteger("animBaseInt", 6); + } + else if (clickedButton == "Classy_01") + { + animator.SetInteger("animBaseInt", 7); + } + else if (clickedButton == "Cute_01") + { + animator.SetInteger("animBaseInt", 8); + } + else if (clickedButton == "Deny_01") + { + animator.SetInteger("animBaseInt", 9); + } + else if (clickedButton == "Energetic_01") + { + animator.SetInteger("animBaseInt", 10); + } + else if (clickedButton == "Energetic_02") + { + animator.SetInteger("animBaseInt", 11); + } + else if (clickedButton == "Sexy_01") + { + animator.SetInteger("animBaseInt", 12); + } + else if (clickedButton == "Pitiable_01") + { + animator.SetInteger("animBaseInt", 13); + } + else if (clickedButton == "Stress_01") + { + animator.SetInteger("animBaseInt", 14); + } + else if (clickedButton == "Surprise_01") + { + animator.SetInteger("animBaseInt", 15); + } + else if (clickedButton == "Think_01") + { + animator.SetInteger("animBaseInt", 16); + } + else if (clickedButton == "What_01") + { + animator.SetInteger("animBaseInt", 17); + } + + ///Ver1.1 + else if (clickedButton == "Boyish_01") + { + animator.SetInteger("animBaseInt", 18); + } + + else if (clickedButton == "Cry_01") + { + animator.SetInteger("animBaseInt", 19); + } + + else if (clickedButton == "Laugh_01") + { + animator.SetInteger("animBaseInt", 20); + } + + else if (clickedButton == "Cute_02") + { + animator.SetInteger("animBaseInt", 21); + } + + else if (clickedButton == "Angry_02") + { + animator.SetInteger("animBaseInt", 22); + } + + else if (clickedButton == "Fedup_01") + { + animator.SetInteger("animBaseInt", 23); + } + + else if (clickedButton == "Fedup_02") + { + animator.SetInteger("animBaseInt", 24); + } + + else if (clickedButton == "Cute_03") + { + animator.SetInteger("animBaseInt", 25); + } + + ///Ver1.2 + else if (clickedButton == "Cat_01") + { + animator.SetInteger("animBaseInt", 26); + } + + else if (clickedButton == "PointFinger_01") + { + animator.SetInteger("animBaseInt", 27); + } + + else if (clickedButton == "Energetic_03") + { + animator.SetInteger("animBaseInt", 28); + } + + else if (clickedButton == "Sexy_02") + { + animator.SetInteger("animBaseInt", 29); + } + + else if (clickedButton == "Sexy_03") + { + animator.SetInteger("animBaseInt", 30); + } + + } + + public void animLayerChange() + { + var clickedButton = EventSystem.current.currentSelectedGameObject.name; + + if (clickedButton == "Reset") + { + animator.Play("Layer_start", 1, 0.0f); + } + + else if (clickedButton == "LookAway_01") + { + animator.Play("Layer_look_away_01", 1, 0.0f); + } + + else if (clickedButton == "LookAwayAngry_01") + { + animator.Play("Layer_look_away_angry_01", 1, 0.0f); + } + + else if (clickedButton == "NodOnce_01") + { + animator.Play("Layer_nod_once_01", 1, 0.0f); + } + + else if (clickedButton == "NodTwice_01") + { + animator.Play("Layer_nod_twice_01", 1, 0.0f); + } + + else if (clickedButton == "ShakeHead_01") + { + animator.Play("Layer_shake_head_01", 1, 0.0f); + } + + else if (clickedButton == "SwingBody_01") + { + animator.Play("Layer_swing_body_01", 1, 0.0f); + } + + ///Ver1.1/// + else if (clickedButton == "LaughUp_01") + { + animator.Play("Layer_laugh_up_01", 1, 0.0f); + } + + else if (clickedButton == "LaughDown_01") + { + animator.Play("Layer_laugh_down_01", 1, 0.0f); + } + + else if (clickedButton == "ShakeBody_01") + { + animator.Play("Layer_shake_body_01", 1, 0.0f); + } + + else if (clickedButton == "Surprise_01") + { + animator.Play("Layer_surprise_01", 1, 0.0f); + } + + else if (clickedButton == "TiltNeck_01") + { + animator.Play("Layer_tilt_neck_01", 1, 0.0f); + } + + ///Ver1.2 + else if (clickedButton == "TurnRight_01") + { + animator.Play("Layer_turn_right_01", 1, 0.0f); + } + + else if (clickedButton == "TurnLeft_01") + { + animator.Play("Layer_turn_left_01", 1, 0.0f); + } + + } + + public void animOtherChange() + { + animator.SetInteger("animBaseInt", 0); + + var clickedButton = EventSystem.current.currentSelectedGameObject.name; + if (clickedButton == "Walk_01") + { + animator.SetInteger("animOtherInt", 1); + } + + else if (clickedButton == "Run_01") + { + animator.SetInteger("animOtherInt", 2); + } + + else if (clickedButton == "WaveHand_01") + { + animator.SetInteger("animOtherInt", 3); + } + + else if (clickedButton == "WaveHands_01") + { + animator.SetInteger("animOtherInt", 4); + } + + else if (clickedButton == "WaveArm_01") + { + animator.SetInteger("animOtherInt", 5); + } + + ///Ver1.1 + else if (clickedButton == "What_01_Emote_01") + { + animator.Play("Other_what_01", 0, 0.0f); + animator.SetInteger("animBaseInt", 17); + //animator.SetInteger("animOtherInt", 6); + } + + else if (clickedButton == "Enegetic_02_Emote_01") + { + animator.Play("Other_enegetic_02", 0, 0.0f); + animator.SetInteger("animBaseInt", 10); + } + + else if (clickedButton == "Cute_02_Emote_01") + { + animator.Play("Other_cute_02", 0, 0.0f); + animator.SetInteger("animBaseInt", 21); + } + + ///Ver1.2 + else if (clickedButton == "Cat_01_Emote_01") + { + animator.Play("Other_cat_01", 0, 0.0f); + animator.SetInteger("animBaseInt", 26); + } + + else if (clickedButton == "PointFinger_01_Emote_01") + { + animator.Play("Other_point_finger_01", 0, 0.0f); + animator.SetInteger("animBaseInt", 27); + } + + } + } +} diff --git a/Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs.meta b/Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs.meta new file mode 100644 index 00000000..dbf1abb0 --- /dev/null +++ b/Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: e38594ec77d5cdc4688a6e68d2b4d269 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 150397 + packageName: Anime Girl Idle Animations + packageVersion: 1.2.1 + assetPath: Assets/AnimeGirlIdleAnimations/Script/AGIA_sample.cs + uploadId: 440789 diff --git a/Assets/FemaleRunnerAnimset.meta b/Assets/FemaleRunnerAnimset.meta new file mode 100644 index 00000000..8bd0c385 --- /dev/null +++ b/Assets/FemaleRunnerAnimset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d46ba22aa99b32447a0c4eb9c9a8a1ce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/FemaleRunnerAnimset/Scripts.meta b/Assets/FemaleRunnerAnimset/Scripts.meta new file mode 100644 index 00000000..16a907ae --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 35d57b8d60cbe784aa5237275613cb94 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs b/Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs new file mode 100644 index 00000000..6a7d8fab --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs @@ -0,0 +1,71 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CameraFollowWalk : CameraWalk +{ + private Quaternion _initialRotation; + private Transform _parent; + private Vector3 initialLocalPosition; + + [Header("ī޶ ij ȸϱ")] + public bool isRotate = false; + protected override void Start() + { + base.Start(); + + _initialRotation = transform.rotation; + _parent = transform.parent; + initialLocalPosition = transform.position - _parent.position; + } + protected virtual void LateUpdate() + { + if (!isRotate) + { + transform.rotation = _initialRotation; + transform.position = _parent.position + initialLocalPosition; + } + + + } + protected override void myCameraWalk() + { + // WASD ī޶ ̵ + float horizontal = Input.GetAxis("Horizontal") * moveSpeed * Time.deltaTime; + float vertical = Input.GetAxis("Vertical") * moveSpeed * Time.deltaTime; + Vector3 prePos = transform.position; + transform.Translate(horizontal, 0, vertical, Space.Self); + initialLocalPosition += transform.position - prePos; + // + if (Input.GetKey(KeyCode.Q)) + { + prePos = transform.position; + transform.Translate(0, -moveSpeed * Time.deltaTime, 0, Space.Self); + initialLocalPosition += transform.position - prePos; + } + if (Input.GetKey(KeyCode.E)) + { + prePos = transform.position; + transform.Translate(0, moveSpeed * Time.deltaTime, 0, Space.Self); + initialLocalPosition += transform.position - prePos; + } + // 콺 ٷ Ȯ/ + float fov = GetComponent().fieldOfView; + fov -= Input.GetAxis("Mouse ScrollWheel") * zoomSpeed; + fov = Mathf.Clamp(fov, minFov, maxFov); + GetComponent().fieldOfView = fov; + + // 콺 콺 Ŀ ǥ/ + VisibleMouse(); + + // + if (!isCursorVisible) + { + float mouseX = Input.GetAxis("Mouse X") * rotateSpeed * Time.deltaTime; + float mouseY = Input.GetAxis("Mouse Y") * rotateSpeed * Time.deltaTime; + + transform.eulerAngles = new Vector3(transform.eulerAngles.x - mouseY, transform.eulerAngles.y + mouseX, 0); + _initialRotation = transform.rotation; + } + } +} diff --git a/Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs.meta b/Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs.meta new file mode 100644 index 00000000..bf1e40b0 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 506d39bbe736c0448a4f31478b8751bb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 301499 + packageName: Female Runner Animset - FreeWalk&Jog + packageVersion: 1.1.2 + assetPath: Assets/FemaleRunnerAnimset/Scripts/CameraFollowWalk.cs + uploadId: 896938 diff --git a/Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs b/Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs new file mode 100644 index 00000000..a5671917 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs @@ -0,0 +1,69 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CameraWalk : MonoBehaviour +{ + [Header("ī޶ ̵ӵ")] + public float moveSpeed = 10.0f; + [Header("ī޶ ȸ (콺)")] + public float rotateSpeed = 500.0f; + [Header("ī޶ ӵ")] + public float zoomSpeed = 10.0f; + [Header("ī޶ ּ/ִ")] + public float minFov = 15.0f; + public float maxFov = 90.0f; + + protected bool isCursorVisible = true; + + protected virtual void Start() + { + + } + + protected virtual void Update() + { + myCameraWalk(); + } + protected virtual void myCameraWalk() + { + // WASD ī޶ ̵ + float horizontal = Input.GetAxis("Horizontal") * moveSpeed * Time.deltaTime; + float vertical = Input.GetAxis("Vertical") * moveSpeed * Time.deltaTime; + transform.Translate(horizontal, 0, vertical); + if (Input.GetKey(KeyCode.Q)) + { + transform.Translate(0, -moveSpeed * Time.deltaTime, 0); + } + if (Input.GetKey(KeyCode.E)) + { + transform.Translate(0, moveSpeed * Time.deltaTime, 0); + } + // 콺 ٷ Ȯ/ + float fov = GetComponent().fieldOfView; + fov -= Input.GetAxis("Mouse ScrollWheel") * zoomSpeed; + fov = Mathf.Clamp(fov, minFov, maxFov); + GetComponent().fieldOfView = fov; + + // 콺 콺 Ŀ ǥ/ + VisibleMouse(); + + // + if (!isCursorVisible) + { + float mouseX = Input.GetAxis("Mouse X") * rotateSpeed * Time.deltaTime; + float mouseY = Input.GetAxis("Mouse Y") * rotateSpeed * Time.deltaTime; + + transform.eulerAngles = new Vector3(transform.eulerAngles.x - mouseY, transform.eulerAngles.y + mouseX, 0); + } + } + protected void VisibleMouse() + { + if (Input.GetKeyDown(KeyCode.Escape)) + { + isCursorVisible = !isCursorVisible; + Cursor.visible = isCursorVisible; + Cursor.lockState = isCursorVisible ? CursorLockMode.None : CursorLockMode.Locked; + } + } +} diff --git a/Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs.meta b/Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs.meta new file mode 100644 index 00000000..df688470 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 91696e217c5db8145b16ab24acccbe11 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 301499 + packageName: Female Runner Animset - FreeWalk&Jog + packageVersion: 1.1.2 + assetPath: Assets/FemaleRunnerAnimset/Scripts/CameraWalk.cs + uploadId: 896938 diff --git a/Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs b/Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs new file mode 100644 index 00000000..8ebe75c7 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs @@ -0,0 +1,30 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CliffCheck : GroundCheck +{ + private Vector3 _initialGroundPos; + + protected override void Start() + { + base.Start(); + _initialGroundPos = Vector3.zero; + } + + protected override void OnTriggerEnter(Collider other) + { + base.OnTriggerEnter(other); + if (other.CompareTag("Ground")) + { + if(_initialGroundPos == Vector3.zero) + { + _initialGroundPos = _parent.localPosition; + } + else + { + _parent.localPosition = _initialGroundPos; + } + } + } +} diff --git a/Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs.meta b/Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs.meta new file mode 100644 index 00000000..daf9bd41 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: fec71231fc37a2047a07a1efff84bd6e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 301499 + packageName: Female Runner Animset - FreeWalk&Jog + packageVersion: 1.1.2 + assetPath: Assets/FemaleRunnerAnimset/Scripts/CliffCheck.cs + uploadId: 896938 diff --git a/Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs b/Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs new file mode 100644 index 00000000..342f4ecf --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs @@ -0,0 +1,49 @@ +using System.ComponentModel; +using UnityEngine; + +public class GroundCheck : MonoBehaviour +{ + public Animator animator; + public bool isGoingBack = true; + public float startY; + public float startX; + private Vector3 _startPosition; + + [SerializeField] protected Transform _parent; + + protected virtual void Start() + { + _parent = this.transform.parent; + _startPosition = _parent.localPosition; + if (_startPosition.y != 0f) + { + _startPosition = new Vector3(_startPosition.x, 0f, _startPosition.z); + } + + } + + + + protected virtual void OnTriggerEnter(Collider other) + { + if (other.CompareTag("Ground")) + { + animator.SetBool("isLanding", true); + if (isGoingBack) + { + _parent.localPosition = new Vector3(_parent.localPosition.x, startY, _parent.localPosition.z); + Debug.Log(_parent.localPosition); + } + } + } + + + protected virtual void OnTriggerExit(Collider other) + { + if (other.CompareTag("Ground")) + { + animator.SetBool("isLanding", false); + } + + } +} \ No newline at end of file diff --git a/Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs.meta b/Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs.meta new file mode 100644 index 00000000..9cc434de --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 10c1dcd362a800843ba7d1e621522e3a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 301499 + packageName: Female Runner Animset - FreeWalk&Jog + packageVersion: 1.1.2 + assetPath: Assets/FemaleRunnerAnimset/Scripts/GroundCheck.cs + uploadId: 896938 diff --git a/Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs b/Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs new file mode 100644 index 00000000..baca2e80 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs @@ -0,0 +1,79 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class WallrunCheck : GroundCheck +{ + public string stateName; + protected bool isStart = true; + + protected void Update() + { + StartCoroutine(stateName); + } + protected override void OnTriggerEnter(Collider other) + { + if (isStart) + { + isStart = false; + return; + } + base.OnTriggerEnter(other); + + } + protected IEnumerator wallrunJumpCheck() + { + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_Jog_Stop_Rfoot")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(6.9f, _parent.localPosition.y, _parent.localPosition.z), Time.deltaTime * 1f); + } + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Walk_Stop_Rfoot")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(6.9f, _parent.localPosition.y, _parent.localPosition.z), Time.deltaTime * 1f); + } + yield return null; + } + protected IEnumerator wallrun1FCheck() + { + if (animator.GetCurrentAnimatorStateInfo(0).IsName("WallL_Run_Exit") || animator.GetCurrentAnimatorStateInfo(0).IsName("WallR_Run_Exit")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(startX, _parent.localPosition.y, _parent.localPosition.z), Time.deltaTime * 10f); + } + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_TurnIP_R180")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(_parent.localPosition.x, _parent.localPosition.y, 1f), Time.deltaTime * 2f); + } + yield return null; + } + protected IEnumerator wallrun2FCheck() + { + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_Sprint_Start_R0")) + { + _parent.rotation = Quaternion.Lerp(_parent.rotation, Quaternion.Euler(0, 180, 0), Time.deltaTime * 10f); + } + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_Sprint_Start_L0")) + { + _parent.rotation = Quaternion.Lerp(_parent.rotation, Quaternion.Euler(0, 0, 0), Time.deltaTime * 10f); + } + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_TurnIP_R180 0")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(_parent.localPosition.x, _parent.localPosition.y, 0f), Time.deltaTime * 2f); + } + yield return null; + } + protected IEnumerator wallrunHold() + { + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_Run_Stop_Rfoot") || animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_Run_Stop_Lfoot")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(startX, _parent.localPosition.y, _parent.localPosition.z), Time.deltaTime * 10f); + + } + if (animator.GetCurrentAnimatorStateInfo(0).IsName("Mvm_TurnIP_R180")) + { + _parent.localPosition = Vector3.Lerp(_parent.localPosition, new Vector3(_parent.localPosition.x, _parent.localPosition.y, 0f), Time.deltaTime * 2f); + } + + + yield return null; + } +} diff --git a/Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs.meta b/Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs.meta new file mode 100644 index 00000000..b32c8ef6 --- /dev/null +++ b/Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: e58bb4458ff180a47a4d9267dcb28dfc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 301499 + packageName: Female Runner Animset - FreeWalk&Jog + packageVersion: 1.1.2 + assetPath: Assets/FemaleRunnerAnimset/Scripts/WallrunCheck.cs + uploadId: 896938 From 3c0e0ff75d83d05f3eeb7647829616de5e8864ac Mon Sep 17 00:00:00 2001 From: nakjun Date: Wed, 15 Jul 2026 17:09:21 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=ED=95=99=EC=83=9D=EB=93=A4=20=EB=8C=80?= =?UTF-8?q?=ED=99=94=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Hischool_Chapter2.unity | 4 +- .../Hischool_Chapter2/LightingData.asset | 4 +- .../Student_V1/Prefabs/Student_V1.prefab | 4 +- .../Student6SitAnimController.controller | 182 ++++ .../Student6SitAnimController.controller.meta | 8 + .../Student_V6/Prefabs/Student_V6.prefab | 4 +- .../Student_V6/Prefabs/Student_V6_Sit.prefab | 4 +- .../Student_V7/Prefabs/Student_V7.prefab | 4 +- .../Animations/FeMale@Sit_End.FBX | 3 + .../Animations/FeMale@Sit_End.FBX.meta | 834 ++++++++++++++++++ .../Animations/FeMale@Sit_End.anim | 3 + .../Animations/FeMale@Sit_End.anim.meta | 8 + .../Animations/FeMale@Sit_LookingAround.FBX | 3 + .../FeMale@Sit_LookingAround.FBX.meta | 833 +++++++++++++++++ .../Animations/FeMale@Sit_LookingAround.anim | 3 + .../FeMale@Sit_LookingAround.anim.meta | 8 + .../Animations/FeMale@Sit_Start.FBX | 3 + .../Animations/FeMale@Sit_Start.FBX.meta | 834 ++++++++++++++++++ .../Animations/FeMale@Sit_Start.anim | 3 + .../Animations/FeMale@Sit_Start.anim.meta | 8 + Assets/07_Data/Character/Student1.asset | 3 + Assets/07_Data/Character/Student1.asset.meta | 8 + Assets/07_Data/Character/Student6.asset | 3 + Assets/07_Data/Character/Student6.asset.meta | 8 + Assets/07_Data/Character/Student7.asset | 3 + Assets/07_Data/Character/Student7.asset.meta | 8 + .../Chapter2/Chapter2_Student1.dlg | 303 +++++++ .../Chapter2/Chapter2_Student1.dlg.meta | 10 + .../Chapter2/Chapter2_Student6.dlg | 687 +++++++++++++++ .../Chapter2/Chapter2_Student6.dlg.meta | 10 + .../Chapter2/Chapter2_Student7.dlg | 304 +++++++ .../Chapter2/Chapter2_Student7.dlg.meta | 10 + 32 files changed, 4102 insertions(+), 12 deletions(-) create mode 100644 Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller create mode 100644 Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim.meta create mode 100644 Assets/07_Data/Character/Student1.asset create mode 100644 Assets/07_Data/Character/Student1.asset.meta create mode 100644 Assets/07_Data/Character/Student6.asset create mode 100644 Assets/07_Data/Character/Student6.asset.meta create mode 100644 Assets/07_Data/Character/Student7.asset create mode 100644 Assets/07_Data/Character/Student7.asset.meta create mode 100644 Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg create mode 100644 Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg.meta create mode 100644 Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg create mode 100644 Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg.meta create mode 100644 Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg create mode 100644 Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg.meta diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 3f0cbeb4..21445f89 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78510449082abc9322d5601d395c5258b61b0fef0910874b2851c9b543cf55b6 -size 4051868 +oid sha256:c51bf467eb2ed755b968b37e9aca734597bd7f7a4a748c3b2407b4d8f153e324 +size 4064673 diff --git a/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset b/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset index c1e5fd57..12271c65 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset +++ b/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06e5aead894abf49e122a5ccfc91d84e72b3d091baa275dbf05c2746e7f2ee1b -size 115425 +oid sha256:b7ef31c1b5cb7d189822dc34ca65bbf65dca57c80e590cba2f0d83831adb9438 +size 115504 diff --git a/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab b/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab index d6f37e0c..d596631f 100644 --- a/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab +++ b/Assets/04_Models/Characters/Student_V1/Prefabs/Student_V1.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f132e35b835c65c9b1ebd494981689e84508357c404571289d07341ff02aa6a2 -size 152681 +oid sha256:99248a04351bbc85b236c1c74d7b8b7d6ec6928b64c3e5bab3eb40423f1164ae +size 193545 diff --git a/Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller b/Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller new file mode 100644 index 00000000..13026751 --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller @@ -0,0 +1,182 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-9111857643668187921 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Expression + 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: -1374522043328755433} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-2787292977091363046 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: FeMale@Sit_LookingAround + 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: 7400000, guid: d905b960e956f7f42976f722c8c7eddf, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!206 &-1374522043328755433 +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: Speed + 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: Speed + m_Mirror: 0 + m_BlendParameter: Expression + m_BlendParameterY: Speed + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 0 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Student6SitAnimController + serializedVersion: 6 + m_AnimatorParameters: + - m_Name: Speed + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - m_Name: AnimNo + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + - 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: Body + m_StateMachine: {fileID: 3218860087774146351} + 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 + m_StateMachine: {fileID: 7902121381184392205} + m_Mask: {fileID: 31900000, guid: 33e1046458e9d9849b6744ed81bdbb69, type: 2} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 1 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + m_EvaluateTransitionsOnStart: 1 +--- !u!1107 &3218860087774146351 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Body + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -2787292977091363046} + m_Position: {x: -40, y: 130, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 90, y: 360, z: 0} + m_EntryPosition: {x: -20, y: 270, z: 0} + m_ExitPosition: {x: 340, y: 360, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -2787292977091363046} +--- !u!1107 &7902121381184392205 +AnimatorStateMachine: + serializedVersion: 7 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Face + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -9111857643668187921} + m_Position: {x: 350, y: 60, 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: -9111857643668187921} diff --git a/Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller.meta b/Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller.meta new file mode 100644 index 00000000..16cd31ed --- /dev/null +++ b/Assets/04_Models/Characters/Student_V6/Animations/Student6SitAnimController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d478e0dcce0d0714d9379e6a263a8f28 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab index 3f9de28d..9015e09e 100644 --- a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab +++ b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07837387b944e05ff3b1eea54650e43175f28aac51e5d9fd6d136dd4e5358b2 -size 151673 +oid sha256:1d9bd5315379ddc47a6901060c9daf2e79935601453124deeab996f3cf89a623 +size 151690 diff --git a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab index 1d5fed54..a3074f5b 100644 --- a/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab +++ b/Assets/04_Models/Characters/Student_V6/Prefabs/Student_V6_Sit.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c22ef2704a8a2d93e1cd9bbcfc3cab4f90ab86ce48148b08b6f52d1866d02ff8 -size 151677 +oid sha256:8dd1cc3f5e528347889d1b9aea8c59005335a6eaaff995a7b2f1f2bd5201fbe7 +size 172611 diff --git a/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab b/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab index 22a51264..f8f8a631 100644 --- a/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab +++ b/Assets/04_Models/Characters/Student_V7/Prefabs/Student_V7.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caabb9d0a6a7e340fd94ee0c81dcd82aeed0d8543df5d169c7d1566f095b8bea -size 152616 +oid sha256:7b010039f3cb20c5190f5f973a8711b187266fb693854743cf644f2de809e1b7 +size 178013 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX new file mode 100644 index 00000000..137fc830 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202881eca70f13e345ca85c6b7a2ca5d301786826f0edcb5bc4dea2019894987 +size 888512 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX.meta new file mode 100644 index 00000000..803c8329 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.FBX.meta @@ -0,0 +1,834 @@ +fileFormatVersion: 2 +guid: 0f45f09eeaedeca499ef93e495661d4c +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'Unreal Take' has import animation warnings + that might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'Spine' has translation animation that will + be discarded.\n\t'Neck' has translation animation that will be discarded.\n\t'Shoulder_L' + has translation animation that will be discarded.\n\t'Shoulder_R' has translation + animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_Sit_End + takeName: Unreal Take + internalID: 8993902097722301239 + firstFrame: 0 + lastFrame: 100 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 0 + keepOriginalPositionY: 0 + keepOriginalPositionXZ: 1 + heightFromFeet: 1 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + importUVs: -1 + importVertexColors: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + calculateBlendshapeNormalsDeltaFromImportedNormals: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Leg_L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Leg_R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Leg_L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Leg_R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Foot_L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Foot_R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Arm_L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Arm_R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Arm_L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Arm_R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hand_L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hand_R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Proximal_L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Intermediate_L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Distal_L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Proximal_L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Intermediate_L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Distal_L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Proximal_L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Intermediate_L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Distal_L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Proximal_L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Intermediate_L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Distal_L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Proximal_L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Intermediate_L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Distal_L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Proximal_R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Intermediate_R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Distal_R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Proximal_R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Intermediate_R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Distal_R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Proximal_R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Intermediate_R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Distal_R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Proximal_R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Intermediate_R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Distal_R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Proximal_R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Intermediate_R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Distal_R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Chest + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: '@KA_Sit_End(Clone)' + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: '@KA_Sit_End(Clone)' + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: Hips + parentName: root + position: {x: 0.000000015527677, y: -0.00000011920929, z: 0.9241813} + rotation: {x: 0.7071072, y: -0.0000012240399, z: -0.7071064, w: -0.0000012240412} + scale: {x: 1.0000006, y: 0.99999964, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.05703838, y: -0.00059696194, z: 0.000000084873314} + rotation: {x: 0.0000011268265, y: 0.00000064416474, z: -0.11372976, w: 0.99351174} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.12590115, y: -8.881785e-18, z: -0.0000000601905} + rotation: {x: 0.00000037605292, y: -0.00000022487812, z: 0.11285827, w: 0.9936111} + scale: {x: 0.99999994, y: 0.9999998, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618552, y: -1.7177235e-15, z: -0.000000059461744} + rotation: {x: -0.000000011132057, y: 0.0000011389661, z: 0.06361098, w: 0.99797475} + scale: {x: 0.9999999, y: 0.9999999, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.25671867, y: -0.00008687973, z: -0.00000020505146} + rotation: {x: -0.0007502402, y: 0.00009592405, z: -0.12773946, w: 0.9918075} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.11606712, y: -0.000000038146972, z: -0.000000047460198} + rotation: {x: 0.00013851005, y: -0.0057662036, z: -0.02404422, w: 0.9996943} + scale: {x: 0.99999976, y: 0.9999998, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.196026, y: -0.010950966, z: 0.009313479} + rotation: {x: -0.6580409, y: -0.00199604, z: 0.75280625, w: 0.016154729} + scale: {x: 0.9999994, y: 1.0000001, z: 1.000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295117, y: 0.000000114440915, z: -4.2511099e-16} + rotation: {x: 0.18347228, y: 0.062340084, z: 0.0009902563, w: 0.9810458} + scale: {x: 1.0000008, y: 1, z: 0.9999991} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082083, y: 0.00000011444096, z: 0.00000015258787} + rotation: {x: -0.0033247604, y: 0.0054114843, z: 0.013547147, w: 0.99988806} + scale: {x: 0.9999992, y: 1.000001, z: 0.99999994} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.26095122, y: -0.000000038146965, z: 0.00000012397767} + rotation: {x: -0.17665878, y: -0.0682511, z: 0.017757231, w: 0.9817424} + scale: {x: 1.0000001, y: 0.9999999, z: 1.0000001} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310254, y: 0.00947617, z: 0.036707904} + rotation: {x: -0.14818451, y: 0.045362312, z: 0.08136357, w: 0.9845627} + scale: {x: 0.9999996, y: 0.99999976, z: 1.0000002} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.028883427, y: 0.000000038146972, z: 2.4205078e-14} + rotation: {x: -0.0004500746, y: 0.0007105581, z: -0.038701043, w: 0.9992506} + scale: {x: 1.0000002, y: 0.9999999, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.01796337, y: 1.11022254e-17, z: 8.881782e-18} + rotation: {x: -0.000024493951, y: 0.0007143786, z: -0.022737263, w: 0.99974126} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.08626835, y: -0.0077677155, z: -0.0015430696} + rotation: {x: -0.024475124, y: 0.040821392, z: -0.019124746, w: 0.9986836} + scale: {x: 0.99999976, y: 0.99999964, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218234, y: -0.000000038146972, z: -2.5468516e-14} + rotation: {x: 0.0007163862, y: -0.0012770253, z: -0.03917611, w: 0.9992312} + scale: {x: 1.0000002, y: 0.9999998, z: 1} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.028990878, y: 0.00000003814697, z: -0.000000019073463} + rotation: {x: -0.000003771139, y: -0.0000026766725, z: -0.006351985, w: 0.99997985} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018624853, z: 0.01993389} + rotation: {x: -0.09693906, y: 0.06774689, z: 0.03990677, w: 0.99217975} + scale: {x: 0.9999998, y: 0.99999964, z: 1.0000002} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.04254118, y: -1.3322672e-17, z: -8.8817815e-18} + rotation: {x: -0.0014111769, y: -0.0010248346, z: -0.035945203, w: 0.9993523} + scale: {x: 1.0000004, y: 0.99999994, z: 1.0000001} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304097, y: 1.3322673e-17, z: 8.881781e-18} + rotation: {x: -0.0019887441, y: 0.0021631778, z: -0.037718456, w: 0.9992841} + scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.02312176, y: 0.014302174, z: -0.025489358} + rotation: {x: 0.45814788, y: 0.11394359, z: 0.36403185, w: 0.8028688} + scale: {x: 0.99999964, y: 0.99999934, z: 1.0000004} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355095, y: -2.2435384e-14, z: 0.000000038146972} + rotation: {x: 0.00024008742, y: 0.010318439, z: -0.03271761, w: 0.9994114} + scale: {x: 1.0000001, y: 0.9999999, z: 1} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.02708561, y: 8.881784e-18, z: 4.4408903e-18} + rotation: {x: -0.000027370046, y: -0.000014078398, z: -0.07287339, w: 0.9973412} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788628, y: -0.0027753098, z: -0.025675375} + rotation: {x: 0.07084364, y: 0.016457237, z: -0.032420207, w: 0.9968247} + scale: {x: 0.9999999, y: 0.9999998, z: 0.9999998} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.04576998, y: -0.000000038146972, z: -0.000000019073507} + rotation: {x: -0.00031764104, y: -0.0012483753, z: -0.0255936, w: 0.99967164} + scale: {x: 1, y: 0.99999994, z: 1} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790363, y: 6.7057433e-16, z: 0.000000019073486} + rotation: {x: -0.000022295473, y: -0.000017633765, z: -0.004002649, w: 0.999992} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19602607, y: -0.010950984, z: -0.0093136085} + rotation: {x: 0.6580408, y: 0.0019959474, z: 0.7528063, w: 0.016154448} + scale: {x: 0.9999992, y: 1.0000002, z: 1.000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.1529511, y: 0.00000007629394, z: -0.000000076293944} + rotation: {x: -0.21695957, y: -0.061972365, z: -0.0014843044, w: 0.9742103} + scale: {x: 1.0000008, y: 1, z: 0.99999905} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082092, y: -0.00000022888172, z: -0.00000012397786} + rotation: {x: 0.003969073, y: -0.005696218, z: 0.010539615, w: 0.9999204} + scale: {x: 0.9999995, y: 1.0000008, z: 0.99999994} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.2609512, y: 0.000000038146972, z: 0.00000011444092} + rotation: {x: 0.25439063, y: 0.06905838, z: 0.06894594, w: 0.9621657} + scale: {x: 0.9999998, y: 0.9999998, z: 1.0000002} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788625, y: -0.0027752733, z: 0.025675394} + rotation: {x: -0.07111793, y: -0.018723095, z: -0.032490287, w: 0.9967629} + scale: {x: 1, y: 1, z: 0.9999998} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769997, y: -2.2204448e-18, z: -4.4408924e-18} + rotation: {x: 0.0003181948, y: 0.0012479068, z: -0.025599264, w: 0.99967146} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790391, y: -2.220445e-18, z: 4.4408932e-18} + rotation: {x: 0.00001460745, y: 0.000016107359, z: -0.0039842306, w: 0.9999921} + scale: {x: 1.0000002, y: 1.0000004, z: 1} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.08626835, y: -0.0077675628, z: 0.0015430882} + rotation: {x: 0.024821302, y: -0.038497165, z: -0.020598302, w: 0.998738} + scale: {x: 1.0000001, y: 0.9999999, z: 0.99999994} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.049218215, y: 1.9984005e-17, z: -1.11022296e-17} + rotation: {x: -0.00071886723, y: 0.0012772043, z: -0.039175797, w: 0.9992313} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990878, y: -0.000000038146972, z: 2.4049649e-14} + rotation: {x: 0.0000034541774, y: 0.000002090068, z: -0.006350557, w: 0.99997985} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.07950626, y: -0.0018623696, z: -0.019933851} + rotation: {x: 0.095555045, y: -0.06776346, z: 0.047389306, w: 0.99198365} + scale: {x: 1, y: 0.99999976, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.04254118, y: 0.000000038146972, z: -2.3221423e-14} + rotation: {x: 0.0014086138, y: 0.0010234114, z: -0.035946954, w: 0.9993522} + scale: {x: 1, y: 0.99999994, z: 1} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.032304134, y: 0.000000038146972, z: -2.1749268e-14} + rotation: {x: 0.0019922962, y: -0.0021642756, z: -0.037727308, w: 0.99928373} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310256, y: 0.009476249, z: -0.036707845} + rotation: {x: 0.15125608, y: -0.046873346, z: 0.079499416, w: 0.98417705} + scale: {x: 1, y: 0.99999964, z: 1.0000001} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883409, y: 2.2204456e-17, z: -1.7763565e-17} + rotation: {x: 0.0004502086, y: -0.00070883683, z: -0.038703147, w: 0.9992505} + scale: {x: 1, y: 0.9999999, z: 0.99999994} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.01796339, y: 0.000000038146993, z: -0.00000003814699} + rotation: {x: 0.00002684029, y: -0.0007211746, z: -0.022749415, w: 0.99974096} + scale: {x: 1.0000002, y: 1.0000002, z: 0.99999994} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.02312175, y: 0.014302249, z: 0.025489416} + rotation: {x: -0.4632279, y: -0.079415716, z: 0.37014967, w: 0.80131286} + scale: {x: 0.9999997, y: 0.99999976, z: 1.0000002} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355087, y: -0.000000038146958, z: 0.000000038146954} + rotation: {x: -0.0002397298, y: -0.010323537, z: -0.032718025, w: 0.99941134} + scale: {x: 1, y: 0.99999994, z: 0.9999999} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.027085599, y: 0.00000003814699, z: 0.000000038146993} + rotation: {x: 0.000017997369, y: -0.0000031275647, z: -0.07286635, w: 0.9973417} + scale: {x: 1.0000001, y: 1.0000002, z: 0.99999994} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.000000114440915, y: 0.00000019073485, z: 0.11154585} + rotation: {x: -0.089636534, y: 0.9877852, z: -0.12501697, w: 0.024831284} + scale: {x: 0.9999994, y: 1.0000014, z: 1.0000004} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45752037, y: -0.000000038146972, z: -0.00000010490416} + rotation: {x: -0.026500588, y: 0.020670367, z: 0.2977109, w: 0.95406425} + scale: {x: 1.0000008, y: 0.99999917, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.41705385, y: -0.0000001430514, z: -0.00000063896175} + rotation: {x: -0.0021819987, y: 0.019655926, z: -0.20071644, w: 0.9794498} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: Toes_L + parentName: Foot_L + position: {x: -0.06536754, y: 0.13628975, z: 0.00050560845} + rotation: {x: 0.0000004420507, y: 0.0000011265598, z: -0.71593255, w: 0.69816947} + scale: {x: 0.9999985, y: 1.0000001, z: 0.99999994} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.00000034332274, y: -0.000000076293944, z: -0.111545846} + rotation: {x: -0.08963693, y: 0.98778504, z: 0.12501775, w: -0.02483108} + scale: {x: 0.99999917, y: 1.0000014, z: 1.0000002} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751932, y: -0.00000022888183, z: -0.0000003242493} + rotation: {x: 0.026499515, y: -0.02067014, z: 0.29771146, w: 0.95406425} + scale: {x: 1.0000011, y: 0.9999988, z: 0.99999994} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.41705403, y: -0.00000016212435, z: -0.0000004768372} + rotation: {x: 0.002184046, y: -0.01965495, z: -0.20071599, w: 0.9794499} + scale: {x: 1.0000005, y: 1.0000001, z: 1.0000001} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536751, y: 0.13628976, z: -0.00050516526} + rotation: {x: 0.00000056837376, y: 0.00000050095866, z: -0.7159328, w: 0.69816923} + scale: {x: 0.99999815, y: 1.000001, z: 0.99999994} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim new file mode 100644 index 00000000..1ddcd135 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9493298f62ae21ff5d799469cc5641f4cc9b448eaec55db0113c03ffc89e5f5a +size 558093 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim.meta new file mode 100644 index 00000000..7cf81f86 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_End.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5226719c2d0633b4cbf6b375787d5212 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX new file mode 100644 index 00000000..562dc1d7 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c129fcd52eb917d1774059fa2c8f3d08ed8aba9f132411234e2fb10d09aea0bc +size 1344544 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX.meta new file mode 100644 index 00000000..c8dd5ad8 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.FBX.meta @@ -0,0 +1,833 @@ +fileFormatVersion: 2 +guid: 6590b46165e5e024d826528ebf892104 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'Unreal Take' has import animation warnings + that might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'Neck' has translation animation that will + be discarded.\n\t'Shoulder_L' has translation animation that will be discarded.\n\t'Shoulder_R' + has translation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_Sit_LookingAround + takeName: Unreal Take + internalID: 8993902097722301239 + firstFrame: 0 + lastFrame: 230 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 0 + keepOriginalPositionY: 0 + keepOriginalPositionXZ: 1 + heightFromFeet: 1 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + importUVs: -1 + importVertexColors: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + calculateBlendshapeNormalsDeltaFromImportedNormals: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Leg_L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Leg_R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Leg_L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Leg_R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Foot_L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Foot_R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Arm_L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Arm_R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Arm_L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Arm_R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hand_L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hand_R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Proximal_L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Intermediate_L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Distal_L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Proximal_L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Intermediate_L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Distal_L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Proximal_L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Intermediate_L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Distal_L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Proximal_L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Intermediate_L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Distal_L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Proximal_L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Intermediate_L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Distal_L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Proximal_R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Intermediate_R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Distal_R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Proximal_R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Intermediate_R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Distal_R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Proximal_R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Intermediate_R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Distal_R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Proximal_R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Intermediate_R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Distal_R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Proximal_R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Intermediate_R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Distal_R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Chest + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: '@KA_Sit_LookingAround(Clone)' + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: '@KA_Sit_LookingAround(Clone)' + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: Hips + parentName: root + position: {x: 0.000000015527677, y: -0.00000011920929, z: 0.92418104} + rotation: {x: 0.7071072, y: -0.0000012240399, z: -0.7071064, w: -0.0000012240412} + scale: {x: 1.0000006, y: 0.99999964, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.05703838, y: -0.00059696194, z: 0.000000084873314} + rotation: {x: 0.0000011268265, y: 0.00000064416474, z: -0.11372976, w: 0.99351174} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.12590115, y: -8.881785e-18, z: -0.0000000601905} + rotation: {x: 0.00000037605292, y: -0.00000022487812, z: 0.11285827, w: 0.9936111} + scale: {x: 0.99999994, y: 0.9999998, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618552, y: -1.7177235e-15, z: -0.000000059461744} + rotation: {x: -0.000000011132057, y: 0.0000011389661, z: 0.06361098, w: 0.99797475} + scale: {x: 0.9999999, y: 0.9999999, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.25671867, y: -0.00008687973, z: -0.00000020505146} + rotation: {x: -0.0007502402, y: 0.00009592405, z: -0.12773946, w: 0.9918075} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.11606712, y: -0.000000038146972, z: -0.000000047460198} + rotation: {x: 0.00013851005, y: -0.0057662036, z: -0.02404422, w: 0.9996943} + scale: {x: 0.99999976, y: 0.9999998, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.196026, y: -0.010950966, z: 0.009313479} + rotation: {x: -0.6580409, y: -0.00199604, z: 0.75280625, w: 0.016154729} + scale: {x: 0.9999994, y: 1.0000001, z: 1.000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295117, y: 0.000000114440915, z: -4.2511099e-16} + rotation: {x: 0.18347228, y: 0.062340084, z: 0.0009902563, w: 0.9810458} + scale: {x: 1.0000008, y: 1, z: 0.9999991} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082083, y: 0.00000011444096, z: 0.00000015258787} + rotation: {x: -0.0033247604, y: 0.0054114843, z: 0.013547147, w: 0.99988806} + scale: {x: 0.9999992, y: 1.000001, z: 0.99999994} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.26095122, y: -0.000000038146965, z: 0.00000012397767} + rotation: {x: -0.17665878, y: -0.0682511, z: 0.017757231, w: 0.9817424} + scale: {x: 1.0000001, y: 0.9999999, z: 1.0000001} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310254, y: 0.00947617, z: 0.036707904} + rotation: {x: -0.14818446, y: 0.0453628, z: 0.08136383, w: 0.98456264} + scale: {x: 0.9999995, y: 0.99999976, z: 1.0000002} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.028883418, y: 0.000000038146972, z: 2.4193973e-14} + rotation: {x: -0.00044983608, y: 0.0007051786, z: -0.038708046, w: 0.99925023} + scale: {x: 1.0000002, y: 0.9999999, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.01796337, y: -0.000000038146972, z: -2.134514e-14} + rotation: {x: -0.000024456704, y: 0.0007146685, z: -0.022737497, w: 0.99974126} + scale: {x: 1.0000002, y: 1.0000002, z: 0.9999999} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.08626835, y: -0.0077677155, z: -0.0015430696} + rotation: {x: -0.024475124, y: 0.040821392, z: -0.019124746, w: 0.9986836} + scale: {x: 0.99999976, y: 0.99999964, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218234, y: -0.000000038146975, z: -0.00000001907351} + rotation: {x: 0.0007164029, y: -0.001275334, z: -0.039175052, w: 0.99923134} + scale: {x: 1.0000001, y: 0.9999998, z: 1} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.028990878, y: -2.864375e-15, z: -0.000000019073486} + rotation: {x: -0.0000036657902, y: -0.000002573032, z: -0.006351927, w: 0.99997985} + scale: {x: 1.0000002, y: 1.0000004, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018624853, z: 0.01993387} + rotation: {x: -0.09693893, y: 0.067746975, z: 0.03990665, w: 0.99217975} + scale: {x: 0.99999976, y: 0.9999997, z: 1.0000001} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.04254118, y: 2.6645342e-17, z: 1.7763566e-17} + rotation: {x: -0.0014114153, y: -0.0010236574, z: -0.03594456, w: 0.99935234} + scale: {x: 1.0000001, y: 0.9999997, z: 1} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304097, y: 1.3322675e-17, z: 4.4408916e-18} + rotation: {x: -0.0019886638, y: 0.0021632486, z: -0.03771831, w: 0.9992841} + scale: {x: 1.0000001, y: 1.0000002, z: 1} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.02312176, y: 0.014302174, z: -0.025489358} + rotation: {x: 0.45814788, y: 0.11394359, z: 0.36403185, w: 0.8028688} + scale: {x: 0.99999964, y: 0.99999934, z: 1.0000004} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355095, y: -2.2435384e-14, z: 0.000000038146972} + rotation: {x: 0.00023990858, y: 0.010319586, z: -0.03271898, w: 0.9994113} + scale: {x: 1.0000001, y: 0.9999999, z: 1} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.02708561, y: -0.000000038146972, z: 1.6644457e-14} + rotation: {x: -0.000027432754, y: -0.0000141186365, z: -0.07287343, w: 0.9973412} + scale: {x: 1.0000004, y: 1.0000001, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788628, y: -0.0027753098, z: -0.025675375} + rotation: {x: 0.07084368, y: 0.0164572, z: -0.032420494, w: 0.9968246} + scale: {x: 0.9999999, y: 0.9999999, z: 0.9999999} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.045769997, y: -0.000000076293944, z: -3.9346307e-14} + rotation: {x: -0.00031767171, y: -0.0012484302, z: -0.025593527, w: 0.99967164} + scale: {x: 1.0000001, y: 0.99999994, z: 1.0000001} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790343, y: 1.5543114e-17, z: 4.440892e-18} + rotation: {x: -0.000022370126, y: -0.000017659551, z: -0.004002649, w: 0.999992} + scale: {x: 1.0000002, y: 1.0000002, z: 0.99999994} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19602607, y: -0.010950984, z: -0.0093136085} + rotation: {x: 0.6580408, y: 0.0019959474, z: 0.7528063, w: 0.016154448} + scale: {x: 0.9999992, y: 1.0000002, z: 1.000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.1529511, y: 0.00000007629394, z: -0.000000076293944} + rotation: {x: -0.21695957, y: -0.061972365, z: -0.0014843044, w: 0.9742103} + scale: {x: 1.0000008, y: 1, z: 0.99999905} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082092, y: -0.00000022888172, z: -0.00000012397786} + rotation: {x: 0.003969073, y: -0.005696218, z: 0.010539615, w: 0.9999204} + scale: {x: 0.9999995, y: 1.0000008, z: 0.99999994} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.2609512, y: 0.000000038146972, z: 0.00000011444092} + rotation: {x: 0.25439063, y: 0.06905838, z: 0.06894594, w: 0.9621657} + scale: {x: 0.9999998, y: 0.9999998, z: 1.0000002} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788625, y: -0.0027752733, z: 0.025675394} + rotation: {x: -0.071117915, y: -0.018722916, z: -0.032490328, w: 0.9967629} + scale: {x: 1, y: 1.0000001, z: 0.9999998} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769986, y: -1.5543112e-17, z: 2.442491e-17} + rotation: {x: 0.00031832885, y: 0.0012478994, z: -0.025599299, w: 0.99967146} + scale: {x: 1.0000001, y: 1, z: 1} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790382, y: 1.3877779e-17, z: -6.6613392e-18} + rotation: {x: 0.000014547508, y: 0.000016010737, z: -0.0039842604, w: 0.9999921} + scale: {x: 1.0000002, y: 1.0000001, z: 0.99999994} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.086268336, y: -0.0077675628, z: 0.0015430882} + rotation: {x: 0.024821054, y: -0.038496695, z: -0.020597821, w: 0.9987381} + scale: {x: 1, y: 0.9999999, z: 0.99999994} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.049218234, y: 1.5543116e-17, z: 0} + rotation: {x: -0.00071865873, y: 0.0012772715, z: -0.03917628, w: 0.9992313} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990898, y: 0.000000076293944, z: -4.7781782e-14} + rotation: {x: 0.0000032762139, y: 0.0000022104373, z: -0.006350333, w: 0.99997985} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.07950626, y: -0.0018623696, z: -0.019933851} + rotation: {x: 0.09555491, y: -0.06776235, z: 0.047389165, w: 0.9919838} + scale: {x: 1, y: 0.9999997, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.042541187, y: 0.000000038146972, z: -2.3205879e-14} + rotation: {x: 0.0014085616, y: 0.0010247376, z: -0.03595001, w: 0.99935216} + scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.032304134, y: -2.2204454e-18, z: 6.661338e-18} + rotation: {x: 0.0019922985, y: -0.0021642384, z: -0.037727322, w: 0.99928373} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310256, y: 0.009476249, z: -0.036707845} + rotation: {x: 0.15125595, y: -0.04687285, z: 0.0794993, w: 0.98417705} + scale: {x: 1, y: 0.99999964, z: 1.0000001} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.0288834, y: -0.000000038146972, z: 1.8733899e-14} + rotation: {x: 0.00045016382, y: -0.0007101852, z: -0.038703598, w: 0.9992504} + scale: {x: 1, y: 0.99999994, z: 1} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.01796337, y: 0.000000038146993, z: -0.00000003814699} + rotation: {x: 0.000026854412, y: -0.0007211974, z: -0.022749543, w: 0.99974096} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.02312175, y: 0.014302249, z: 0.025489416} + rotation: {x: -0.46322867, y: -0.079414494, z: 0.37014934, w: 0.8013127} + scale: {x: 0.9999998, y: 0.9999999, z: 1.0000002} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.04635507, y: -0.000000038146958, z: 0.000000038146954} + rotation: {x: -0.00023999799, y: -0.01032232, z: -0.032715622, w: 0.99941134} + scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.02708561, y: 0.000000038146972, z: 2.0818898e-14} + rotation: {x: 0.000018037153, y: -0.0000031699014, z: -0.07286627, w: 0.99734175} + scale: {x: 1.0000002, y: 1.0000004, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.000000114440915, y: 0.00000019073485, z: 0.11154585} + rotation: {x: -0.0896364, y: 0.9877852, z: -0.12501654, w: 0.024831437} + scale: {x: 0.9999993, y: 1.0000014, z: 1.0000005} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45752037, y: 0, z: -0.00000019073485} + rotation: {x: -0.026500184, y: 0.020670457, z: 0.29771096, w: 0.9540643} + scale: {x: 1.0000008, y: 0.999999, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.4170539, y: -0.00000020980869, z: -0.00000073432915} + rotation: {x: -0.002182699, y: 0.019656222, z: -0.20071666, w: 0.97944975} + scale: {x: 1.0000004, y: 1, z: 0.99999994} + - name: Toes_L + parentName: Foot_L + position: {x: -0.06536754, y: 0.13628976, z: 0.0005058335} + rotation: {x: 0.0000013820984, y: 0.0000018783423, z: -0.71593255, w: 0.69816947} + scale: {x: 0.9999983, y: 1.0000005, z: 0.99999994} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.00000034332274, y: -0.000000076293944, z: -0.111545846} + rotation: {x: -0.08963693, y: 0.98778504, z: 0.12501775, w: -0.02483108} + scale: {x: 0.99999917, y: 1.0000014, z: 1.0000002} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751932, y: -0.00000022888183, z: -0.0000003242493} + rotation: {x: 0.026499515, y: -0.02067014, z: 0.29771146, w: 0.95406425} + scale: {x: 1.0000011, y: 0.9999988, z: 0.99999994} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.41705403, y: -0.00000016212435, z: -0.0000004768372} + rotation: {x: 0.002184046, y: -0.01965495, z: -0.20071599, w: 0.9794499} + scale: {x: 1.0000005, y: 1.0000001, z: 1.0000001} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536751, y: 0.13628976, z: -0.00050516526} + rotation: {x: 0.00000056837376, y: 0.00000050095866, z: -0.7159328, w: 0.69816923} + scale: {x: 0.99999815, y: 1.000001, z: 0.99999994} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim new file mode 100644 index 00000000..cd934261 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc81513a21c7da595cc86fd7839e323122360e81b2e393d37933b656a739e4a +size 1474420 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim.meta new file mode 100644 index 00000000..87e38322 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_LookingAround.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d905b960e956f7f42976f722c8c7eddf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX new file mode 100644 index 00000000..9104a70e --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d7d2fabf26029289c79b8378cfc7f622505cc7c4dc69413811b9b398c2d199 +size 831280 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX.meta new file mode 100644 index 00000000..1bb1910d --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.FBX.meta @@ -0,0 +1,834 @@ +fileFormatVersion: 2 +guid: c6bf73754abae6b498cbe7bbfe28e889 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'Unreal Take' has import animation warnings + that might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'Spine' has translation animation that will + be discarded.\n\t'Neck' has translation animation that will be discarded.\n\t'Shoulder_L' + has translation animation that will be discarded.\n\t'Shoulder_R' has translation + animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_Sit_Start + takeName: Unreal Take + internalID: 8993902097722301239 + firstFrame: 0 + lastFrame: 90 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 0 + keepOriginalPositionY: 0 + keepOriginalPositionXZ: 1 + heightFromFeet: 1 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + importUVs: -1 + importVertexColors: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + calculateBlendshapeNormalsDeltaFromImportedNormals: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Leg_L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Leg_R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Leg_L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Leg_R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Foot_L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Foot_R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Arm_L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Arm_R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Arm_L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Lower Arm_R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hand_L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hand_R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Proximal_L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Intermediate_L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Distal_L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Proximal_L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Intermediate_L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Distal_L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Proximal_L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Intermediate_L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Distal_L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Proximal_L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Intermediate_L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Distal_L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Proximal_L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Intermediate_L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Distal_L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Proximal_R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Intermediate_R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Thumb Distal_R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Proximal_R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Intermediate_R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Index Distal_R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Proximal_R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Intermediate_R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Middle Distal_R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Proximal_R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Intermediate_R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ring Distal_R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Proximal_R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Intermediate_R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Little Distal_R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Upper Chest + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: '@KA_Sit_Start(Clone)' + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: '@KA_Sit_Start(Clone)' + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: Hips + parentName: root + position: {x: 1.8758327e-14, y: 0.0018233965, z: 0.9449998} + rotation: {x: 0.7071072, y: -0.0000012240399, z: -0.7071064, w: -0.0000012240412} + scale: {x: 1.0000006, y: 0.99999964, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.057038344, y: -0.000596986, z: 0.000000088419256} + rotation: {x: 0.0000011846614, y: 0.00000059254756, z: -0.113730036, w: 0.99351174} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.1259011, y: 0.000000019073486, z: -0.000000058470757} + rotation: {x: 0.00000031937452, y: -0.00000019452885, z: 0.11285854, w: 0.9936111} + scale: {x: 0.99999994, y: 0.9999998, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618537, y: 0.0000000023841842, z: -0.000000054107} + rotation: {x: 0.00000007251216, y: 0.0000010849647, z: 0.085924655, w: 0.99630165} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.2569362, y: 0.000037956237, z: -0.00000020595762} + rotation: {x: -0.0009705503, y: 0.00012728231, z: -0.13076055, w: 0.99141353} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.116066895, y: 0.000000019073486, z: -0.000000046622006} + rotation: {x: 0.00015609483, y: -0.0057321517, z: -0.027245443, w: 0.99961233} + scale: {x: 0.99999976, y: 0.99999964, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.19631073, y: -0.011195793, z: 0.009313484} + rotation: {x: -0.6579974, y: -0.012224246, z: 0.7523571, w: 0.029132156} + scale: {x: 0.99999946, y: 1.0000004, z: 1.000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295109, y: 0.000000038146972, z: -2.7925554e-16} + rotation: {x: 0.21916296, y: 0.062702805, z: 0.012770368, w: 0.97358763} + scale: {x: 1.0000007, y: 0.9999998, z: 0.9999992} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082106, y: 0.00000017166141, z: 0.00000022888182} + rotation: {x: -0.0006178913, y: 0.0057513323, z: 0.03631133, w: 0.99932384} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.26095083, y: -6.6271424e-14, z: 0.00000019073485} + rotation: {x: -0.6501601, y: -0.0120344, z: -0.08515624, w: 0.7549142} + scale: {x: 0.99999994, y: 1, z: 0.9999999} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310257, y: 0.009476253, z: 0.036707852} + rotation: {x: -0.22343554, y: 0.035827808, z: -0.008531286, w: 0.97402275} + scale: {x: 0.9999995, y: 0.9999997, z: 1.0000004} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.028883437, y: 0.000000009536752, z: 0.000000038146972} + rotation: {x: -0.0006207969, y: 0.00035212914, z: -0.034682885, w: 0.9993981} + scale: {x: 0.99999976, y: 1.0000001, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.017963486, y: -0.00000005722047, z: -0.000000038146986} + rotation: {x: 0.0001788565, y: 0.0005226783, z: -0.028434277, w: 0.9995955} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.086268306, y: -0.007767602, z: -0.0015430766} + rotation: {x: -0.030769452, y: 0.016080068, z: -0.027838787, w: 0.99900943} + scale: {x: 0.99999964, y: 0.9999999, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218215, y: -0.000000019073486, z: 9.769963e-16} + rotation: {x: 0.0009422762, y: -0.0005895548, z: -0.03517137, w: 0.9993807} + scale: {x: 0.99999976, y: 1.0000002, z: 1.0000001} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.02899086, y: -0.000000019073486, z: -3.0730967e-15} + rotation: {x: -0.000049727125, y: 0.00005241896, z: -0.023246331, w: 0.9997298} + scale: {x: 1.0000001, y: 1.0000002, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.079506226, y: -0.0018623761, z: 0.019933874} + rotation: {x: -0.11435414, y: 0.029367328, z: -0.02063557, w: 0.9927915} + scale: {x: 0.9999996, y: 0.99999976, z: 1} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.0425412, y: -0.0000000095367465, z: -0.000000019073484} + rotation: {x: -0.0011039966, y: -0.00060688495, z: -0.031886846, w: 0.9994908} + scale: {x: 0.9999998, y: 1.0000004, z: 1} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304075, y: 0.000000057220458, z: 0.000000019073502} + rotation: {x: -0.0019679032, y: 0.0021281799, z: -0.040374544, w: 0.99918044} + scale: {x: 1, y: 1.0000002, z: 1} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.023121642, y: 0.014302252, z: -0.02548938} + rotation: {x: 0.50356376, y: -0.22160138, z: 0.2960308, w: 0.7808215} + scale: {x: 0.99999934, y: 0.9999999, z: 1.0000002} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355207, y: -0.000000038146972, z: -6.137311e-15} + rotation: {x: 0.00023931247, y: 0.01031781, z: -0.03271521, w: 0.9994114} + scale: {x: 1.0000002, y: 0.99999976, z: 0.99999994} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.02708557, y: -0.000000009536743, z: 2.162714e-15} + rotation: {x: -0.00012242823, y: 0.0000108100585, z: -0.07322458, w: 0.99731547} + scale: {x: 1.0000001, y: 1.0000001, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.0878862, y: -0.0027753275, z: -0.02567537} + rotation: {x: 0.07009499, y: 0.012127882, z: -0.03154392, w: 0.9969677} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999994} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.04577011, y: 8.881785e-18, z: -1.7763568e-17} + rotation: {x: -0.0004226711, y: -0.0003268092, z: -0.038368933, w: 0.9992636} + scale: {x: 1, y: 1.0000001, z: 1} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790343, y: 0.000000019073486, z: -8.171242e-16} + rotation: {x: -0.0000251514, y: 0.000040022867, z: 0.0024426042, w: 0.999997} + scale: {x: 1.0000002, y: 1.0000002, z: 0.9999999} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19631088, y: -0.011195793, z: -0.0093136085} + rotation: {x: 0.65799725, y: 0.012223989, z: 0.7523573, w: 0.029132158} + scale: {x: 0.99999905, y: 1.0000002, z: 1.0000008} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.15295115, y: 0.000000057220426, z: -0.00000015258789} + rotation: {x: -0.09579168, y: -0.061053623, z: 0.02098839, w: 0.9933055} + scale: {x: 1.0000011, y: 1, z: 0.99999887} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.2708212, y: -0.000000095367426, z: 1.25766105e-14} + rotation: {x: 0.00032534442, y: -0.004180028, z: 0.03956416, w: 0.9992082} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.26095092, y: -0.000000038146972, z: -2.0854437e-14} + rotation: {x: 0.5765181, y: 0.11054429, z: -0.058252126, w: 0.80747354} + scale: {x: 1, y: 0.9999995, z: 1.0000006} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788634, y: -0.0027752582, z: 0.025675356} + rotation: {x: -0.070181385, y: -0.012082738, z: -0.031559646, w: 0.99696165} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999994} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769956, y: 0.00000003814697, z: 0.000000019073475} + rotation: {x: 0.0006942079, y: 0.0002200017, z: -0.038357005, w: 0.9992639} + scale: {x: 0.9999998, y: 1.0000001, z: 1.0000001} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790343, y: -6.962208e-15, z: 0.000000019073486} + rotation: {x: -0.00030575873, y: 0.00037041, z: 0.0026941318, w: 0.99999624} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.08626839, y: -0.0077676005, z: 0.0015430606} + rotation: {x: 0.030837584, y: -0.01613135, z: -0.027810672, w: 0.9990072} + scale: {x: 0.9999999, y: 1.0000001, z: 0.99999994} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.04921829, y: 0.000000019073482, z: 0.000000009536743} + rotation: {x: -0.001126257, y: 0.00063901633, z: -0.03517428, w: 0.99938035} + scale: {x: 0.99999964, y: 1.0000004, z: 1} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990783, y: 0.000000057220454, z: 0.000000014305117} + rotation: {x: 0.00016930742, y: -0.00014266258, z: -0.023307186, w: 0.9997284} + scale: {x: 1, y: 1.0000004, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.079506226, y: -0.0018623624, z: -0.0199339} + rotation: {x: 0.11432323, y: -0.029362563, z: -0.02064108, w: 0.9927951} + scale: {x: 0.99999994, y: 1, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.0425412, y: 0.00000009536742, z: 0.000000009536776} + rotation: {x: 0.0011513897, y: 0.00059979566, z: -0.031884976, w: 0.9994908} + scale: {x: 0.99999946, y: 1.0000005, z: 1.0000001} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.032304075, y: -1.9984007e-17, z: 2.2204452e-18} + rotation: {x: 0.0019489677, y: -0.0021207593, z: -0.040360827, w: 0.99918103} + scale: {x: 1.0000001, y: 1.0000005, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.073102504, y: 0.0094762845, z: -0.036707874} + rotation: {x: 0.22341543, y: -0.03582879, z: -0.00853081, w: 0.97402734} + scale: {x: 0.9999998, y: 1, z: 1.0000001} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883437, y: 0, z: 8.8817815e-18} + rotation: {x: 0.0006273237, y: -0.00035456178, z: -0.034676194, w: 0.9993984} + scale: {x: 0.9999996, y: 1.0000004, z: 0.99999994} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.017963333, y: 5.6621366e-15, z: -0.000000019073486} + rotation: {x: -0.00027018678, y: -0.000458944, z: -0.028371247, w: 0.9995973} + scale: {x: 1.0000001, y: 1.0000004, z: 1} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.023121785, y: 0.0143022835, z: 0.025489347} + rotation: {x: -0.5099679, y: 0.23889264, z: 0.2785554, w: 0.77799094} + scale: {x: 0.99999964, y: 1.0000008, z: 0.9999997} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355058, y: -0.000000038146975, z: -0.000000019073456} + rotation: {x: -0.0002390146, y: -0.010320273, z: -0.03271619, w: 0.99941134} + scale: {x: 1.0000002, y: 0.99999976, z: 0.9999997} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.027085647, y: 2.6438843e-14, z: 0.000000038146972} + rotation: {x: 0.00018908244, y: 0.00005299355, z: -0.07324518, w: 0.997314} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.000000076293944, y: 0.00000020265578, z: 0.11154585} + rotation: {x: -0.08783959, y: 0.9720634, z: -0.21707924, w: -0.01592321} + scale: {x: 1.0000004, y: 1.0000006, z: 1.0000001} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45751986, y: -0.0000003528594, z: 0.00000029563904} + rotation: {x: 0.00000011532064, y: 0.00000056303344, z: 0.13663867, w: 0.990621} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.41705382, y: -0.00000010013587, z: -0.0000002002716} + rotation: {x: -0.13122444, y: 0.012162861, z: -0.029347898, w: 0.99084353} + scale: {x: 1.0000004, y: 1.0000002, z: 1} + - name: Toes_L + parentName: Foot_L + position: {x: -0.065367535, y: 0.13628973, z: 0.000505377} + rotation: {x: 0.000000040700513, y: -0.000000676707, z: -0.71948427, w: 0.69450873} + scale: {x: 0.99999875, y: 1.0000001, z: 0.99999994} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.0000003814697, y: -0.00000010281801, z: -0.11154585} + rotation: {x: -0.017797431, y: 0.9764846, z: 0.21279787, w: 0.029634822} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.457519, y: 0.00000003576286, z: -0.00000015258789} + rotation: {x: 0.00000019516762, y: 0.00000008158283, z: 0.12911321, w: 0.9916299} + scale: {x: 0.9999999, y: 1, z: 0.9999999} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.41705394, y: 0.000000019073518, z: -0.00000022888183} + rotation: {x: 0.1296288, y: 0.008831188, z: -0.08861993, w: 0.987555} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536758, y: 0.13628979, z: -0.00050547754} + rotation: {x: 0.00000032465044, y: -0.000000023993508, z: -0.72075284, w: 0.6931921} + scale: {x: 0.99999833, y: 1.0000007, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim new file mode 100644 index 00000000..53492508 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8405b855c8fe84420f760020224072ca24fb0c024585917182d6ca5cb0252fff +size 559941 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim.meta new file mode 100644 index 00000000..068b76d2 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Sit_Start.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 31316f3dffe4d1242ad3b1605a1344e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Character/Student1.asset b/Assets/07_Data/Character/Student1.asset new file mode 100644 index 00000000..60cedacb --- /dev/null +++ b/Assets/07_Data/Character/Student1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7aa4023f16b7088f8595fdc5258d27d76e8a9ae2bea751371433d453e613a28 +size 490 diff --git a/Assets/07_Data/Character/Student1.asset.meta b/Assets/07_Data/Character/Student1.asset.meta new file mode 100644 index 00000000..0e9de357 --- /dev/null +++ b/Assets/07_Data/Character/Student1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a780e5b6325dc4478c5b9b5891fe4cb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Character/Student6.asset b/Assets/07_Data/Character/Student6.asset new file mode 100644 index 00000000..b870aa09 --- /dev/null +++ b/Assets/07_Data/Character/Student6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2a811233b34597557e779130b5ef1ae3fe3b3a0e9a179074c89d8e124fd4cb +size 490 diff --git a/Assets/07_Data/Character/Student6.asset.meta b/Assets/07_Data/Character/Student6.asset.meta new file mode 100644 index 00000000..d822ed2a --- /dev/null +++ b/Assets/07_Data/Character/Student6.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a384fac9422288438a97a9389469df3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Character/Student7.asset b/Assets/07_Data/Character/Student7.asset new file mode 100644 index 00000000..17eb3b63 --- /dev/null +++ b/Assets/07_Data/Character/Student7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730fa7597edf0d1a481bcbc1a0a9d138c026c1134e3f404f1918a0a97733372a +size 490 diff --git a/Assets/07_Data/Character/Student7.asset.meta b/Assets/07_Data/Character/Student7.asset.meta new file mode 100644 index 00000000..edab7c02 --- /dev/null +++ b/Assets/07_Data/Character/Student7.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af9208b5f44091b44a4dc635314f0f0e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg new file mode 100644 index 00000000..9de99e58 --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg @@ -0,0 +1,303 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12501, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Chapter2_Student1 + m_EditorClassIdentifier: UnityEditor.dll::Unity.GraphToolkit.Editor.Implementation.GraphObjectImp + m_GraphModel: + rid: 4848514365209968918 + references: + version: 2 + RefIds: + - rid: -2 + type: {class: , ns: , asm: } + - rid: 4848514365209968918 + type: {class: GraphModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 14743801598135559126 + m_Value1: 14874423988134968649 + m_HashGuid: + serializedVersion: 2 + Hash: d6e3b4ff6f819ccc497d5523cf916cce + m_Name: Chapter2_Student1 + m_GraphNodeModels: + - rid: 4848514365209968921 + - rid: 4848514365209968923 + m_GraphWireModels: + - rid: 4848514365209968937 + m_GraphStickyNoteModels: [] + m_GraphPlacematModels: [] + m_GraphVariableModels: [] + m_GraphPortalModels: [] + m_SectionModels: + - rid: 4848514365209968919 + m_LocalSubgraphs: [] + m_LastKnownBounds: + serializedVersion: 2 + x: -86 + y: 92 + width: 658 + height: 552 + m_GraphElementMetaData: + - m_Guid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_HashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_Category: 0 + m_Index: 0 + - m_Guid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_HashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_Category: 0 + m_Index: 1 + - m_Guid: + m_Value0: 12075701744894930101 + m_Value1: 8354277098249585595 + m_HashGuid: + serializedVersion: 2 + Hash: b5ec06d6c18295a7bb03590cc25af073 + m_Category: 2 + m_Index: 0 + m_EntryPoint: + rid: 4848514365209968921 + m_Graph: + rid: 4848514365209968920 + - rid: 4848514365209968919 + type: {class: SectionModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 17677551595292556901 + m_Value1: 13576497333533336155 + m_HashGuid: + serializedVersion: 2 + Hash: 657e0d28844753f55be24abb646869bc + m_Version: 2 + m_Items: [] + m_Title: + - rid: 4848514365209968920 + type: {class: DialogGraph, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968921 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_HashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_Version: 2 + m_Position: {x: -86.250015, y: 147.20003} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: [] + m_ValueList: [] + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514365209968922 + - rid: 4848514365209968922 + type: {class: DialogStartNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968923 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_HashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_Version: 2 + m_Position: {x: 180.505, y: 92.442505} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_EventKey + - Speaker + - TalkText + - Gesture + - Expression + - Voice + - Bgm + - Vfx + - LineDuration + - LookAtPlayer + - WaitForInput + - SpeakerNameOverride + - ForcePlayerLook + - HudAnchor + - Affection + - Progress + m_ValueList: + - rid: 4848514365209968924 + - rid: 4848514365209968925 + - rid: 4848514365209968926 + - rid: 4848514365209968927 + - rid: 4848514365209968928 + - rid: 4848514365209968929 + - rid: 4848514365209968930 + - rid: 4848514365209968931 + - rid: 4848514365209968932 + - rid: 4848514365209968933 + - rid: 4848514365209968934 + - rid: 4848514365209968935 + - rid: 4848514453388656931 + - rid: 4848514453388656847 + - rid: 4848514455607443601 + - rid: 4848514566923223240 + - rid: 4848514566923223241 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514365209968936 + - rid: 4848514365209968924 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968925 + type: {class: 'Constant`1[[System.String, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + - rid: 4848514365209968926 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 3a780e5b6325dc4478c5b9b5891fe4cb, type: 2} + - rid: 4848514365209968927 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uCD95\uC81C\uD558\uBA74 \uC5ED\uC2DC \uACF5\uC5F0\uC774\uC9C0!" + - rid: 4848514365209968928 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968929 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968930 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968931 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968932 + type: {class: 'Constant`1[[UnityEngine.GameObject, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968933 + type: {class: 'Constant`1[[System.Single, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 3 + - rid: 4848514365209968934 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968935 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968936 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968937 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 12075701744894930101 + m_Value1: 8354277098249585595 + m_HashGuid: + serializedVersion: 2 + Hash: b5ec06d6c18295a7bb03590cc25af073 + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 4848514453388656847 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514453388656931 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 4848514455607443601 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 3a780e5b6325dc4478c5b9b5891fe4cb, type: 2} + - rid: 4848514566923223240 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223241 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg.meta b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg.meta new file mode 100644 index 00000000..6bffdcc1 --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student1.dlg.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c45d6f89738bfad40950db5915ca1ee9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 2ae5ca89bbed445479d9023586f0c041, type: 3} diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg new file mode 100644 index 00000000..c3d3c186 --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg @@ -0,0 +1,687 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12501, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Chapter2_Student6 + m_EditorClassIdentifier: UnityEditor.dll::Unity.GraphToolkit.Editor.Implementation.GraphObjectImp + m_GraphModel: + rid: 4848514365209968918 + references: + version: 2 + RefIds: + - rid: -2 + type: {class: , ns: , asm: } + - rid: 4848514365209968918 + type: {class: GraphModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 14743801598135559126 + m_Value1: 14874423988134968649 + m_HashGuid: + serializedVersion: 2 + Hash: d6e3b4ff6f819ccc497d5523cf916cce + m_Name: Chapter2_Student6 + m_GraphNodeModels: + - rid: 4848514365209968921 + - rid: 4848514365209968923 + - rid: 4848514521070567476 + - rid: 4848514521070567494 + m_GraphWireModels: + - rid: 4848514365209968937 + - rid: 4848514521070567477 + - rid: 4848514521070567495 + m_GraphStickyNoteModels: [] + m_GraphPlacematModels: [] + m_GraphVariableModels: [] + m_GraphPortalModels: [] + m_SectionModels: + - rid: 4848514365209968919 + m_LocalSubgraphs: [] + m_LastKnownBounds: + serializedVersion: 2 + x: -86 + y: 70 + width: 1554 + height: 574 + m_GraphElementMetaData: + - m_Guid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_HashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_Category: 0 + m_Index: 0 + - m_Guid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_HashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_Category: 0 + m_Index: 1 + - m_Guid: + m_Value0: 12075701744894930101 + m_Value1: 8354277098249585595 + m_HashGuid: + serializedVersion: 2 + Hash: b5ec06d6c18295a7bb03590cc25af073 + m_Category: 2 + m_Index: 0 + - m_Guid: + m_Value0: 12463674788286539498 + m_Value1: 6066483642268472676 + m_HashGuid: + serializedVersion: 2 + Hash: eaa6cf3f2fdef7ac64552125bb7a3054 + m_Category: 0 + m_Index: 2 + - m_Guid: + m_Value0: 17071019660419872066 + m_Value1: 11751555999069274166 + m_HashGuid: + serializedVersion: 2 + Hash: 4235095def71e8ec3680a232ebe915a3 + m_Category: 2 + m_Index: 1 + - m_Guid: + m_Value0: 14853953405366644340 + m_Value1: 1805406811163150933 + m_HashGuid: + serializedVersion: 2 + Hash: 742e152decd723ce554a73e6ed170e19 + m_Category: 0 + m_Index: 3 + - m_Guid: + m_Value0: 2116821955190470961 + m_Value1: 17429903645663215665 + m_HashGuid: + serializedVersion: 2 + Hash: 3139e0535a76601d31c00aa50475e3f1 + m_Category: 2 + m_Index: 2 + m_EntryPoint: + rid: 4848514365209968921 + m_Graph: + rid: 4848514365209968920 + - rid: 4848514365209968919 + type: {class: SectionModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 17677551595292556901 + m_Value1: 13576497333533336155 + m_HashGuid: + serializedVersion: 2 + Hash: 657e0d28844753f55be24abb646869bc + m_Version: 2 + m_Items: [] + m_Title: + - rid: 4848514365209968920 + type: {class: DialogGraph, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968921 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_HashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_Version: 2 + m_Position: {x: -86.250015, y: 147.20003} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: [] + m_ValueList: [] + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514365209968922 + - rid: 4848514365209968922 + type: {class: DialogStartNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968923 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_HashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_Version: 2 + m_Position: {x: 180.505, y: 92.442505} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_EventKey + - Speaker + - TalkText + - Gesture + - Expression + - Voice + - Bgm + - Vfx + - LineDuration + - LookAtPlayer + - WaitForInput + - SpeakerNameOverride + - ForcePlayerLook + - HudAnchor + - Affection + - Progress + m_ValueList: + - rid: 4848514365209968924 + - rid: 4848514365209968925 + - rid: 4848514365209968926 + - rid: 4848514365209968927 + - rid: 4848514365209968928 + - rid: 4848514365209968929 + - rid: 4848514365209968930 + - rid: 4848514365209968931 + - rid: 4848514365209968932 + - rid: 4848514365209968933 + - rid: 4848514365209968934 + - rid: 4848514365209968935 + - rid: 4848514453388656931 + - rid: 4848514453388656847 + - rid: 4848514455607443601 + - rid: 4848514566923223240 + - rid: 4848514566923223241 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514365209968936 + - rid: 4848514365209968924 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968925 + type: {class: 'Constant`1[[System.String, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + - rid: 4848514365209968926 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a384fac9422288438a97a9389469df3, type: 2} + - rid: 4848514365209968927 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uCD95\uC81C\uB54C \uBB58 \uD588\uC73C\uBA74 \uC88B\uACA0\uB0D0\uB294 + \uAC70\uC9C0?" + - rid: 4848514365209968928 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968929 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968930 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968931 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968932 + type: {class: 'Constant`1[[UnityEngine.GameObject, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968933 + type: {class: 'Constant`1[[System.Single, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 3 + - rid: 4848514365209968934 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968935 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968936 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968937 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 12075701744894930101 + m_Value1: 8354277098249585595 + m_HashGuid: + serializedVersion: 2 + Hash: b5ec06d6c18295a7bb03590cc25af073 + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 4848514453388656847 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514453388656931 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 4848514455607443601 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a384fac9422288438a97a9389469df3, type: 2} + - rid: 4848514521070567476 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 12463674788286539498 + m_Value1: 6066483642268472676 + m_HashGuid: + serializedVersion: 2 + Hash: eaa6cf3f2fdef7ac64552125bb7a3054 + m_Version: 2 + m_Position: {x: 627.06506, y: 86.69035} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_EventKey + - Speaker + - SpeakerNameOverride + - HudAnchor + - TalkText + - Gesture + - Expression + - Voice + - Bgm + - Vfx + - LineDuration + - LookAtPlayer + - ForcePlayerLook + - WaitForInput + - Affection + - Progress + m_ValueList: + - rid: 4848514521070567478 + - rid: 4848514521070567479 + - rid: 4848514521070567480 + - rid: 4848514521070567481 + - rid: 4848514521070567482 + - rid: 4848514521070567483 + - rid: 4848514521070567484 + - rid: 4848514521070567485 + - rid: 4848514521070567486 + - rid: 4848514521070567487 + - rid: 4848514521070567488 + - rid: 4848514521070567489 + - rid: 4848514521070567490 + - rid: 4848514521070567491 + - rid: 4848514521070567492 + - rid: 4848514566923223242 + - rid: 4848514566923223243 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514521070567493 + - rid: 4848514521070567477 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 17071019660419872066 + m_Value1: 11751555999069274166 + m_HashGuid: + serializedVersion: 2 + Hash: 4235095def71e8ec3680a232ebe915a3 + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 12463674788286539498 + m_Value1: 6066483642268472676 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: eaa6cf3f2fdef7ac64552125bb7a3054 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 4848514521070567478 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567479 + type: {class: 'Constant`1[[System.String, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + - rid: 4848514521070567480 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a384fac9422288438a97a9389469df3, type: 2} + - rid: 4848514521070567481 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 4848514521070567482 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a384fac9422288438a97a9389469df3, type: 2} + - rid: 4848514521070567483 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uBD88\uAF43\uB180\uC774\uAC00 \uC788\uC73C\uBA74 \uC88B\uC744\uAC70 + \uAC19\uC544!" + - rid: 4848514521070567484 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567485 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567486 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567487 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567488 + type: {class: 'Constant`1[[UnityEngine.GameObject, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567489 + type: {class: 'Constant`1[[System.Single, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 3 + - rid: 4848514521070567490 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567491 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567492 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567493 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514521070567494 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 14853953405366644340 + m_Value1: 1805406811163150933 + m_HashGuid: + serializedVersion: 2 + Hash: 742e152decd723ce554a73e6ed170e19 + m_Version: 2 + m_Position: {x: 1074.6835, y: 69.79523} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_EventKey + - Speaker + - SpeakerNameOverride + - HudAnchor + - TalkText + - Gesture + - Expression + - Voice + - Bgm + - Vfx + - LineDuration + - LookAtPlayer + - ForcePlayerLook + - WaitForInput + - Affection + - Progress + m_ValueList: + - rid: 4848514521070567496 + - rid: 4848514521070567497 + - rid: 4848514521070567498 + - rid: 4848514521070567499 + - rid: 4848514521070567500 + - rid: 4848514521070567501 + - rid: 4848514521070567502 + - rid: 4848514521070567503 + - rid: 4848514521070567504 + - rid: 4848514521070567505 + - rid: 4848514521070567506 + - rid: 4848514521070567507 + - rid: 4848514521070567508 + - rid: 4848514521070567509 + - rid: 4848514521070567510 + - rid: 4848514566923223244 + - rid: 4848514566923223245 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514521070567511 + - rid: 4848514521070567495 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 2116821955190470961 + m_Value1: 17429903645663215665 + m_HashGuid: + serializedVersion: 2 + Hash: 3139e0535a76601d31c00aa50475e3f1 + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 12463674788286539498 + m_Value1: 6066483642268472676 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: eaa6cf3f2fdef7ac64552125bb7a3054 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 14853953405366644340 + m_Value1: 1805406811163150933 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 742e152decd723ce554a73e6ed170e19 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 4848514521070567496 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567497 + type: {class: 'Constant`1[[System.String, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + - rid: 4848514521070567498 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a384fac9422288438a97a9389469df3, type: 2} + - rid: 4848514521070567499 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 4848514521070567500 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a384fac9422288438a97a9389469df3, type: 2} + - rid: 4848514521070567501 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uC815\uB9D0 \uC7AC\uBC0C\uACA0\uB2E4! " + - rid: 4848514521070567502 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567503 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567504 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567505 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567506 + type: {class: 'Constant`1[[UnityEngine.GameObject, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514521070567507 + type: {class: 'Constant`1[[System.Single, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 3 + - rid: 4848514521070567508 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567509 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567510 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514521070567511 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514566923223240 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223241 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223242 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223243 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223244 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223245 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg.meta b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg.meta new file mode 100644 index 00000000..71e99555 --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student6.dlg.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3e8508465fd05b5498aff5381d1a4cfa +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 2ae5ca89bbed445479d9023586f0c041, type: 3} diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg new file mode 100644 index 00000000..884531ce --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg @@ -0,0 +1,304 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12501, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Chapter2_Student7 + m_EditorClassIdentifier: UnityEditor.dll::Unity.GraphToolkit.Editor.Implementation.GraphObjectImp + m_GraphModel: + rid: 4848514365209968918 + references: + version: 2 + RefIds: + - rid: -2 + type: {class: , ns: , asm: } + - rid: 4848514365209968918 + type: {class: GraphModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 14743801598135559126 + m_Value1: 14874423988134968649 + m_HashGuid: + serializedVersion: 2 + Hash: d6e3b4ff6f819ccc497d5523cf916cce + m_Name: Chapter2_Student7 + m_GraphNodeModels: + - rid: 4848514365209968921 + - rid: 4848514365209968923 + m_GraphWireModels: + - rid: 4848514365209968937 + m_GraphStickyNoteModels: [] + m_GraphPlacematModels: [] + m_GraphVariableModels: [] + m_GraphPortalModels: [] + m_SectionModels: + - rid: 4848514365209968919 + m_LocalSubgraphs: [] + m_LastKnownBounds: + serializedVersion: 2 + x: -86 + y: 92 + width: 659 + height: 552 + m_GraphElementMetaData: + - m_Guid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_HashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_Category: 0 + m_Index: 0 + - m_Guid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_HashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_Category: 0 + m_Index: 1 + - m_Guid: + m_Value0: 12075701744894930101 + m_Value1: 8354277098249585595 + m_HashGuid: + serializedVersion: 2 + Hash: b5ec06d6c18295a7bb03590cc25af073 + m_Category: 2 + m_Index: 0 + m_EntryPoint: + rid: 4848514365209968921 + m_Graph: + rid: 4848514365209968920 + - rid: 4848514365209968919 + type: {class: SectionModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 17677551595292556901 + m_Value1: 13576497333533336155 + m_HashGuid: + serializedVersion: 2 + Hash: 657e0d28844753f55be24abb646869bc + m_Version: 2 + m_Items: [] + m_Title: + - rid: 4848514365209968920 + type: {class: DialogGraph, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968921 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_HashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_Version: 2 + m_Position: {x: -86.250015, y: 147.20003} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: [] + m_ValueList: [] + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514365209968922 + - rid: 4848514365209968922 + type: {class: DialogStartNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968923 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_HashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_Version: 2 + m_Position: {x: 180.505, y: 92.442505} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_EventKey + - Speaker + - TalkText + - Gesture + - Expression + - Voice + - Bgm + - Vfx + - LineDuration + - LookAtPlayer + - WaitForInput + - SpeakerNameOverride + - ForcePlayerLook + - HudAnchor + - Affection + - Progress + m_ValueList: + - rid: 4848514365209968924 + - rid: 4848514365209968925 + - rid: 4848514365209968926 + - rid: 4848514365209968927 + - rid: 4848514365209968928 + - rid: 4848514365209968929 + - rid: 4848514365209968930 + - rid: 4848514365209968931 + - rid: 4848514365209968932 + - rid: 4848514365209968933 + - rid: 4848514365209968934 + - rid: 4848514365209968935 + - rid: 4848514453388656931 + - rid: 4848514453388656847 + - rid: 4848514455607443601 + - rid: 4848514566923223240 + - rid: 4848514566923223241 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514365209968936 + - rid: 4848514365209968924 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968925 + type: {class: 'Constant`1[[System.String, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + - rid: 4848514365209968926 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: af9208b5f44091b44a4dc635314f0f0e, type: 2} + - rid: 4848514365209968927 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uCD95\uC81C\uB54C \uB9DB\uC788\uB294\uAC70 \uD314\uC558\uC73C\uBA74 + \uC88B\uACA0\uB294\uB370" + - rid: 4848514365209968928 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968929 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968930 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968931 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968932 + type: {class: 'Constant`1[[UnityEngine.GameObject, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514365209968933 + type: {class: 'Constant`1[[System.Single, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 3 + - rid: 4848514365209968934 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968935 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514365209968936 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514365209968937 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 12075701744894930101 + m_Value1: 8354277098249585595 + m_HashGuid: + serializedVersion: 2 + Hash: b5ec06d6c18295a7bb03590cc25af073 + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 11886921906498108818 + m_Value1: 1241276629292152157 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 92fda08d7ed4f6a45df5f38c84e63911 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 5760401696664917696 + m_Value1: 5304284838533059046 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: c01645bdd20ef14fe6d14014f59a9c49 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 4848514453388656847 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514453388656931 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 4848514455607443601 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: af9208b5f44091b44a4dc635314f0f0e, type: 2} + - rid: 4848514566923223240 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514566923223241 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg.meta b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg.meta new file mode 100644 index 00000000..6c783072 --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Student7.dlg.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 499984fc2fa44d54ea4366cef7304de9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 2ae5ca89bbed445479d9023586f0c041, type: 3} From 8f3cacb39c3dd631b253f6312c20123d87e5a976 Mon Sep 17 00:00:00 2001 From: nakjun Date: Wed, 15 Jul 2026 17:17:21 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=EB=B2=A0=ED=83=80=EC=A0=81=20=EB=8C=80?= =?UTF-8?q?=ED=99=94=EA=B5=AC=EC=A1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Hischool_Chapter2.unity | 4 ++-- Assets/02_Scripts/Managers/StoryManager.cs | 7 ++++++- Assets/XR/Settings/OpenXR Package Settings.asset | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 21445f89..0707b285 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c51bf467eb2ed755b968b37e9aca734597bd7f7a4a748c3b2407b4d8f153e324 -size 4064673 +oid sha256:132f157efb9c4a5114f3237e7427f66441d753826cf472e17efee19c188b8742 +size 4065917 diff --git a/Assets/02_Scripts/Managers/StoryManager.cs b/Assets/02_Scripts/Managers/StoryManager.cs index c2a0cc86..0a0b6d79 100644 --- a/Assets/02_Scripts/Managers/StoryManager.cs +++ b/Assets/02_Scripts/Managers/StoryManager.cs @@ -8,7 +8,11 @@ public class StoryManager : MonoBehaviour { public static StoryManager Instance { get; private set; } - + + [Tooltip("플레이 시작 시 메인 진행도 초기값 — 씬을 직접 열어 테스트할 때 그 씬 기준 진행도로 시작하게. " + + "이 매니저가 살아남는 씬(플레이를 시작한 씬)의 값만 적용되고, 씬 전환으로 넘어온 경우엔 무시된다")] + [Min(0)] [SerializeField] private int _initialMainProgress; + private StoryState _state = new(); // 상태가 바뀔 때마다 발행 (호감도 게이지 등 UI 갱신용) @@ -19,6 +23,7 @@ private void Awake() if (Instance == null) { Instance = this; //만들어진 자신을 인스턴스로 설정 + _state.MainProgress = _initialMainProgress; // 테스트용 초기 진행도 (씬 전환으로 넘어온 중복은 여기 못 옴) } else { diff --git a/Assets/XR/Settings/OpenXR Package Settings.asset b/Assets/XR/Settings/OpenXR Package Settings.asset index 491975a3..62b5f4f4 100644 --- a/Assets/XR/Settings/OpenXR Package Settings.asset +++ b/Assets/XR/Settings/OpenXR Package Settings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:714222d27184d5c447c8b15c074db9fd77257e013178bfc1c6ce2532e3caf92e -size 136206 +oid sha256:bf1dc8e6c38ff971bf80a6b1ca599a70b1d7816eebffd1b1792a9e2d719b7f4d +size 136208 From dd96e9cc5a125f6eab9b115ce48094e2f4021924 Mon Sep 17 00:00:00 2001 From: nakjun Date: Wed, 15 Jul 2026 17:20:42 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=EC=B1=95=ED=84=B02=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=84=A4=EC=A0=95=20=EB=B0=8F=20=EC=B1=95?= =?UTF-8?q?=ED=84=B01=EC=9E=94=EC=9E=AC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Hischool_Chapter2.unity | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 0707b285..be2ca169 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:132f157efb9c4a5114f3237e7427f66441d753826cf472e17efee19c188b8742 -size 4065917 +oid sha256:06f3e664c33533324f012d067e8128396e04bda9b54b7cd2817b9867e5378b53 +size 4060266 From 9da9759f53f0a3d597725b9abf55d1334c14f3b2 Mon Sep 17 00:00:00 2001 From: nakjun Date: Wed, 15 Jul 2026 17:30:12 +0900 Subject: [PATCH 5/5] =?UTF-8?q?NPC=20=EB=8C=80=ED=99=94=EA=B0=80=EB=A6=BC?= =?UTF-8?q?=20=EB=A0=88=EC=9D=B4=EC=96=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Hischool_Chapter2.unity | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index be2ca169..4ca8d655 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06f3e664c33533324f012d067e8128396e04bda9b54b7cd2817b9867e5378b53 -size 4060266 +oid sha256:66553c1dd7bd2fb204aac99a571aa0e59016349ddc51ee40da51671133e4c77c +size 4060451