From c81a276eba5e54b059f5865b9181a87051d54249 Mon Sep 17 00:00:00 2001 From: nakjun Date: Wed, 17 Jun 2026 13:17:04 +0900 Subject: [PATCH] =?UTF-8?q?2026-06-17=20=EA=B2=8C=EC=9E=84=EC=8B=9C?= =?UTF-8?q?=EC=9E=91=20-=20=EA=B3=A0=EB=9E=98=EC=8A=B5=EA=B2=A9=EC=94=AC?= =?UTF-8?q?=20=ED=94=84=EB=A1=9C=ED=86=A0=ED=83=80=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WhaleAdventure_VR/WhaleAttackScene.meta | 8 + .../WhaleAdventure_VR/WhaleAttackScene.unity | 3 + .../WhaleAttackScene.unity.meta | 7 + .../Global Volume Profile.asset | 3 + .../Global Volume Profile.asset.meta | 8 + .../02_Scripts/TimelineParameterController.cs | 18 + .../TimelineParameterController.cs.meta | 2 + Assets/04_Models/Characters/Whale.meta | 8 + .../Characters/Whale/Animations.meta | 8 + .../Animations/WhaleAnimController.controller | 159 ++++ .../WhaleAnimController.controller.meta | 8 + .../Characters/Whale/Animations/breach.anim | 3 + .../Whale/Animations/breach.anim.meta | 8 + .../Characters/Whale/Animations/breath.anim | 3 + .../Whale/Animations/breath.anim.meta | 8 + .../Whale/Animations/gloWh_Call_01.anim | 3 + .../Whale/Animations/gloWh_Call_01.anim.meta | 8 + .../Whale/Animations/gloWh_Call_02.anim | 3 + .../Whale/Animations/gloWh_Call_02.anim.meta | 8 + .../Whale/Animations/gloWh_Call_03.anim | 3 + .../Whale/Animations/gloWh_Call_03.anim.meta | 8 + .../Whale/Animations/gloWh_Call_04.anim | 3 + .../Whale/Animations/gloWh_Call_04.anim.meta | 8 + .../Whale/Animations/gloWh_Call_05.anim | 3 + .../Whale/Animations/gloWh_Call_05.anim.meta | 8 + .../Whale/Animations/gloWh_Call_06.anim | 3 + .../Whale/Animations/gloWh_Call_06.anim.meta | 8 + .../Whale/Animations/gloWh_Death.anim | 3 + .../Whale/Animations/gloWh_Death.anim.meta | 8 + .../Characters/Whale/Animations/gulp.anim | 3 + .../Whale/Animations/gulp.anim.meta | 8 + .../Characters/Whale/Animations/move d.anim | 3 + .../Whale/Animations/move d.anim.meta | 8 + .../Characters/Whale/Animations/move f.anim | 3 + .../Whale/Animations/move f.anim.meta | 8 + .../Characters/Whale/Animations/move l.anim | 3 + .../Whale/Animations/move l.anim.meta | 8 + .../Characters/Whale/Animations/move r.anim | 3 + .../Whale/Animations/move r.anim.meta | 8 + .../Characters/Whale/Animations/move u.anim | 3 + .../Whale/Animations/move u.anim.meta | 8 + .../Whale/Animations/player_back_swim.anim | 3 + .../Animations/player_back_swim.anim.meta | 8 + .../Animations/player_eye_interaction.anim | 3 + .../player_eye_interaction.anim.meta | 8 + .../Characters/Whale/Animations/surface.anim | 3 + .../Whale/Animations/surface.anim.meta | 8 + .../Whale/Animations/surface_l.anim | 3 + .../Whale/Animations/surface_l.anim.meta | 8 + .../Whale/Animations/surface_r.anim | 3 + .../Whale/Animations/surface_r.anim.meta | 8 + .../04_Models/Characters/Whale/Materials.meta | 8 + .../Characters/Whale/Materials/glow_whale.mat | 142 ++++ .../Whale/Materials/glow_whale.mat.meta | 8 + .../04_Models/Characters/Whale/Prefabs.meta | 8 + .../Characters/Whale/Prefabs/Whale.prefab | 3 + .../Whale/Prefabs/Whale.prefab.meta | 7 + .../04_Models/Characters/Whale/Textures.meta | 8 + .../Whale/Textures/fire_tile_03.png | 3 + .../Whale/Textures/fire_tile_03.png.meta | 156 ++++ .../Characters/Whale/Textures/glow_whale.png | 3 + .../Whale/Textures/glow_whale.png.meta | 156 ++++ .../Whale/Textures/glow_whale_illum.png | 3 + .../Whale/Textures/glow_whale_illum.png.meta | 156 ++++ .../Whale/Textures/glow_whale_normal.png | 3 + .../Whale/Textures/glow_whale_normal.png.meta | 156 ++++ Assets/04_Models/Characters/Whale/Whale.fbx | 3 + .../04_Models/Characters/Whale/Whale.fbx.meta | 115 +++ Assets/06_Materials/SkyBox/DarkSkybox.mat | 384 ++++++++++ .../06_Materials/SkyBox/DarkSkybox.mat.meta | 8 + Assets/06_Materials/Water/DarkOcean.mat | 362 ++++++++++ Assets/06_Materials/Water/DarkOcean.mat.meta | 8 + Assets/08_Timeline/Signals.meta | 8 + .../Signals/Sig_SceneChange.signal | 14 + .../Signals/Sig_SceneChange.signal.meta | 8 + Assets/08_Timeline/Signals/WhaleCome.signal | 14 + .../08_Timeline/Signals/WhaleCome.signal.meta | 8 + .../08_Timeline/Signals/WhaleOpenMouth.signal | 14 + .../Signals/WhaleOpenMouth.signal.meta | 8 + .../08_Timeline/Timeline_WhaleAttack.playable | 679 ++++++++++++++++++ .../Timeline_WhaleAttack.playable.meta | 8 + Assets/12_Font/Pretendard-Bold SDF.asset | 4 +- Assets/12_Font/Pretendard-Medium SDF.asset | 4 +- Packages/manifest.json | 1 + Packages/packages-lock.json | 20 + 85 files changed, 2938 insertions(+), 4 deletions(-) create mode 100644 Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.meta create mode 100644 Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity create mode 100644 Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity.meta create mode 100644 Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset create mode 100644 Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset.meta create mode 100644 Assets/02_Scripts/TimelineParameterController.cs create mode 100644 Assets/02_Scripts/TimelineParameterController.cs.meta create mode 100644 Assets/04_Models/Characters/Whale.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller create mode 100644 Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/breach.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/breach.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/breath.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/breath.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/gulp.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/gulp.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/move d.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/move d.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/move f.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/move f.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/move l.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/move l.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/move r.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/move r.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/move u.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/move u.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/surface.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/surface.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/surface_l.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/surface_l.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Animations/surface_r.anim create mode 100644 Assets/04_Models/Characters/Whale/Animations/surface_r.anim.meta create mode 100644 Assets/04_Models/Characters/Whale/Materials.meta create mode 100644 Assets/04_Models/Characters/Whale/Materials/glow_whale.mat create mode 100644 Assets/04_Models/Characters/Whale/Materials/glow_whale.mat.meta create mode 100644 Assets/04_Models/Characters/Whale/Prefabs.meta create mode 100644 Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab create mode 100644 Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab.meta create mode 100644 Assets/04_Models/Characters/Whale/Textures.meta create mode 100644 Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png create mode 100644 Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png.meta create mode 100644 Assets/04_Models/Characters/Whale/Textures/glow_whale.png create mode 100644 Assets/04_Models/Characters/Whale/Textures/glow_whale.png.meta create mode 100644 Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png create mode 100644 Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png.meta create mode 100644 Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png create mode 100644 Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png.meta create mode 100644 Assets/04_Models/Characters/Whale/Whale.fbx create mode 100644 Assets/04_Models/Characters/Whale/Whale.fbx.meta create mode 100644 Assets/06_Materials/SkyBox/DarkSkybox.mat create mode 100644 Assets/06_Materials/SkyBox/DarkSkybox.mat.meta create mode 100644 Assets/06_Materials/Water/DarkOcean.mat create mode 100644 Assets/06_Materials/Water/DarkOcean.mat.meta create mode 100644 Assets/08_Timeline/Signals.meta create mode 100644 Assets/08_Timeline/Signals/Sig_SceneChange.signal create mode 100644 Assets/08_Timeline/Signals/Sig_SceneChange.signal.meta create mode 100644 Assets/08_Timeline/Signals/WhaleCome.signal create mode 100644 Assets/08_Timeline/Signals/WhaleCome.signal.meta create mode 100644 Assets/08_Timeline/Signals/WhaleOpenMouth.signal create mode 100644 Assets/08_Timeline/Signals/WhaleOpenMouth.signal.meta create mode 100644 Assets/08_Timeline/Timeline_WhaleAttack.playable create mode 100644 Assets/08_Timeline/Timeline_WhaleAttack.playable.meta diff --git a/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.meta b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.meta new file mode 100644 index 00000000..aa26b7ae --- /dev/null +++ b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b307972846e0055409387e175bea7a4a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity new file mode 100644 index 00000000..f04931b6 --- /dev/null +++ b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e845ecf68887a05690bc9b57b3af34fd55ed2b55df114c9217624a30a05f45e6 +size 63804 diff --git a/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity.meta b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity.meta new file mode 100644 index 00000000..0a1f9292 --- /dev/null +++ b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f350bacabe6fe004cbad227690ff575e +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset new file mode 100644 index 00000000..5fc081b1 --- /dev/null +++ b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1f516166b8ad207c04b814086971c205bcc17a692ced7eab822a6e22d2ecd7 +size 1669 diff --git a/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset.meta b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset.meta new file mode 100644 index 00000000..8c655504 --- /dev/null +++ b/Assets/01_Scenes/WhaleAdventure_VR/WhaleAttackScene/Global Volume Profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae0d385e66f942d44a850dfbf198832c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/02_Scripts/TimelineParameterController.cs b/Assets/02_Scripts/TimelineParameterController.cs new file mode 100644 index 00000000..4caa0695 --- /dev/null +++ b/Assets/02_Scripts/TimelineParameterController.cs @@ -0,0 +1,18 @@ +using UnityEngine; + +public class TimelineParameterController : MonoBehaviour +{ + private Animator animator; + [SerializeField] private string _animStateParamName; + + void Awake() + { + animator = GetComponent(); + } + + // 타임라인에서 호출할 함수들 + public void SetTriggerParameter(string paramName) => animator.SetTrigger(paramName); + public void SetBoolParameterTrue(string paramName) => animator.SetBool(paramName, true); + public void SetBoolParameterFalse(string paramName) => animator.SetBool(paramName, false); + public void SetAnimStateParameter(int value) => animator.SetInteger(_animStateParamName, value); +} diff --git a/Assets/02_Scripts/TimelineParameterController.cs.meta b/Assets/02_Scripts/TimelineParameterController.cs.meta new file mode 100644 index 00000000..5389981a --- /dev/null +++ b/Assets/02_Scripts/TimelineParameterController.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: b7bf695cde2e1764592bea876a61f3fa \ No newline at end of file diff --git a/Assets/04_Models/Characters/Whale.meta b/Assets/04_Models/Characters/Whale.meta new file mode 100644 index 00000000..8c267c34 --- /dev/null +++ b/Assets/04_Models/Characters/Whale.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a8893943223f5a45b6e84ee5e693bf2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations.meta b/Assets/04_Models/Characters/Whale/Animations.meta new file mode 100644 index 00000000..4f00a103 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 44f458cd1742b2343b40dff5eb25b124 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller b/Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller new file mode 100644 index 00000000..de126669 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller @@ -0,0 +1,159 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1101 &-5388748209341353953 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 6 + m_ConditionEvent: WhaleState + m_EventTreshold: 2 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 2670875592792577710} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.3 + m_TransitionOffset: 0 + m_ExitTime: 0.9437367 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1102 &-2250721164482568228 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: move f + m_Speed: 2 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -5388748209341353953} + 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: b09353634d6e57b45bce207db394b667, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &-709879324251574543 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -2250721164482568228} + m_Position: {x: -80, y: 20, z: 0} + - serializedVersion: 1 + m_State: {fileID: 2670875592792577710} + m_Position: {x: 180, y: 20, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: -220, y: -120, z: 0} + m_EntryPosition: {x: -280, y: 30, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -2250721164482568228} +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WhaleAnimController + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: WhaleState + m_Type: 3 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: -709879324251574543} + 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} +--- !u!1102 &2670875592792577710 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: gulp + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 8041308750360740133} + 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: ab0107e9bf5d01a45ac83dce5ec9b7c1, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &8041308750360740133 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 6 + m_ConditionEvent: WhaleState + m_EventTreshold: 1 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -2250721164482568228} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.5 + m_TransitionOffset: 0 + m_ExitTime: 0.975 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 diff --git a/Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller.meta b/Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller.meta new file mode 100644 index 00000000..de0ced0b --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/WhaleAnimController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 013b4b2a92b00854ba27c58e5c5ca708 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/breach.anim b/Assets/04_Models/Characters/Whale/Animations/breach.anim new file mode 100644 index 00000000..662a27b3 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/breach.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c52101708699524bade921a223f67ed43de46d9bf971db408323e69b1ef9636 +size 770581 diff --git a/Assets/04_Models/Characters/Whale/Animations/breach.anim.meta b/Assets/04_Models/Characters/Whale/Animations/breach.anim.meta new file mode 100644 index 00000000..8feea531 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/breach.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 036f383a2d4f958439fc6f8d80f4d9fa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/breath.anim b/Assets/04_Models/Characters/Whale/Animations/breath.anim new file mode 100644 index 00000000..d55178a1 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/breath.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff7f15745d6cc7cfd7b4715b049606385af65fdbd8b4c415addb47b10aee650 +size 779356 diff --git a/Assets/04_Models/Characters/Whale/Animations/breath.anim.meta b/Assets/04_Models/Characters/Whale/Animations/breath.anim.meta new file mode 100644 index 00000000..c84d6c13 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/breath.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9db1103d039263c41a1b730d8ad03e38 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim new file mode 100644 index 00000000..cb8c4e48 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4534ee28904694625d5c168706b0453006282ba7627a5085820b6f1694d40e1 +size 497056 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim.meta new file mode 100644 index 00000000..a2bd6edd --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_01.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5c7b7e59601499e409916fc6134919e6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim new file mode 100644 index 00000000..be9c80d1 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75683dff591ec1759c58fdbb69bc771ced049d033cdaf4fa33f478c185bfea97 +size 435313 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim.meta new file mode 100644 index 00000000..7ff91fa5 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_02.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a0e9019eb8708a84eb37deb38a9707b9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim new file mode 100644 index 00000000..6333a1a0 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cd9d82b3f10324a1787d2574f7e9676656cce2ceb3a3c30409b858da07fbff +size 531749 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim.meta new file mode 100644 index 00000000..3bec203a --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_03.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0d388907b493a4148b35085183d9f283 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim new file mode 100644 index 00000000..3dea3207 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6333624618b70ba3d8e313f92e7580b16a2d472a86b622e8c39f573d2351535a +size 475315 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim.meta new file mode 100644 index 00000000..2587f5e6 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_04.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fd53fd07829338842905537ac8af8027 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim new file mode 100644 index 00000000..ebc52727 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962218e214979b84b55eef01cf19e4d336ac61af61fba97f36cd25cd527b588d +size 431279 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim.meta new file mode 100644 index 00000000..b85d7cd9 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_05.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc271bc3f0d107b4dad57a8c336bed35 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim new file mode 100644 index 00000000..ad3de14c --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1489f3d694091fd5e1d1f10c72ef58f92cfd8654a856472b5b51767e040940d +size 413698 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim.meta new file mode 100644 index 00000000..5cc4084e --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Call_06.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: abec66df5e879eb46a4672be5c22cdd2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim b/Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim new file mode 100644 index 00000000..9caa5f4f --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13053af90ace9bddcf1e8584645677c893ec41e9a6524a6329d9df89b9622ce1 +size 928032 diff --git a/Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim.meta new file mode 100644 index 00000000..9b5d4daf --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gloWh_Death.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 42343a04e839f55489fc6cfae13c20e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/gulp.anim b/Assets/04_Models/Characters/Whale/Animations/gulp.anim new file mode 100644 index 00000000..8187067e --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gulp.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa7543feb100611bdbd34ee9c90f8d401ba6afadaca896533555b0fbf4a324d +size 906349 diff --git a/Assets/04_Models/Characters/Whale/Animations/gulp.anim.meta b/Assets/04_Models/Characters/Whale/Animations/gulp.anim.meta new file mode 100644 index 00000000..3d430a5c --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/gulp.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ab0107e9bf5d01a45ac83dce5ec9b7c1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/move d.anim b/Assets/04_Models/Characters/Whale/Animations/move d.anim new file mode 100644 index 00000000..8833b3b3 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move d.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07048af9ae8c46081f30b7127e43c997c5928877465f07b42cd316b4618736f9 +size 786163 diff --git a/Assets/04_Models/Characters/Whale/Animations/move d.anim.meta b/Assets/04_Models/Characters/Whale/Animations/move d.anim.meta new file mode 100644 index 00000000..f91064e1 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move d.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 374237919ef87094e8865a2311bc825e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/move f.anim b/Assets/04_Models/Characters/Whale/Animations/move f.anim new file mode 100644 index 00000000..41713375 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move f.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd08a0186a9837fc4ca2e71c1f778750d8eac1a17c69246d4091a4f77b60f793 +size 817998 diff --git a/Assets/04_Models/Characters/Whale/Animations/move f.anim.meta b/Assets/04_Models/Characters/Whale/Animations/move f.anim.meta new file mode 100644 index 00000000..f4169850 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move f.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b09353634d6e57b45bce207db394b667 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/move l.anim b/Assets/04_Models/Characters/Whale/Animations/move l.anim new file mode 100644 index 00000000..16af13a1 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move l.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8254cbc59584272ed4720d1bb5b1fa30e7c3b38b36328d762af07a8ddf042d +size 769970 diff --git a/Assets/04_Models/Characters/Whale/Animations/move l.anim.meta b/Assets/04_Models/Characters/Whale/Animations/move l.anim.meta new file mode 100644 index 00000000..568dd2d4 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move l.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 04758655273be3147a9e7c515ddf0058 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/move r.anim b/Assets/04_Models/Characters/Whale/Animations/move r.anim new file mode 100644 index 00000000..eee37d35 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move r.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b739ab257dee9f5e31cffacd9227e3c813eb4d18ee0af9f46abcbabb73d35a78 +size 776389 diff --git a/Assets/04_Models/Characters/Whale/Animations/move r.anim.meta b/Assets/04_Models/Characters/Whale/Animations/move r.anim.meta new file mode 100644 index 00000000..21ddfec9 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move r.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5ab6b9839ae804844a14657de048ebe7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/move u.anim b/Assets/04_Models/Characters/Whale/Animations/move u.anim new file mode 100644 index 00000000..72c55b3b --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move u.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f91e61a5510e427928eeb0e9e3a67e9db7e1ef66c596f0f70ccac004f4771bd +size 773268 diff --git a/Assets/04_Models/Characters/Whale/Animations/move u.anim.meta b/Assets/04_Models/Characters/Whale/Animations/move u.anim.meta new file mode 100644 index 00000000..170a19ef --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/move u.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5f59c8d64d7da664ca6c192f6c0b4dd1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim b/Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim new file mode 100644 index 00000000..b38c9f62 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1077b3a5df071a79ec4f40426719761e6ed5fb419572483b56587e99295405d +size 742985 diff --git a/Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim.meta b/Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim.meta new file mode 100644 index 00000000..0bae31f1 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/player_back_swim.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2205999ef7f957d48a3051284ba5f62d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim b/Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim new file mode 100644 index 00000000..6e72cef6 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9d9ecf085464da33cfecf06f88a346ae116c30c2bf0fdfb459b1320e683260 +size 755586 diff --git a/Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim.meta b/Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim.meta new file mode 100644 index 00000000..8c7e8a00 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/player_eye_interaction.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 508146c610cc74249904a1ee65f9d10c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/surface.anim b/Assets/04_Models/Characters/Whale/Animations/surface.anim new file mode 100644 index 00000000..d1db016b --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/surface.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7634fe5900722e64760fa43bb349edcbe3398f523ae26b72ee348873e3a680b +size 674913 diff --git a/Assets/04_Models/Characters/Whale/Animations/surface.anim.meta b/Assets/04_Models/Characters/Whale/Animations/surface.anim.meta new file mode 100644 index 00000000..c2d9c56d --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/surface.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 29beed7c197af0c4d92b4be392b43bb5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/surface_l.anim b/Assets/04_Models/Characters/Whale/Animations/surface_l.anim new file mode 100644 index 00000000..91ff37ab --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/surface_l.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bf93bb7d6a1459951d896c3fd2437120b6cc0f03f67d033a96d0fd917cf397 +size 665230 diff --git a/Assets/04_Models/Characters/Whale/Animations/surface_l.anim.meta b/Assets/04_Models/Characters/Whale/Animations/surface_l.anim.meta new file mode 100644 index 00000000..cf5884e7 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/surface_l.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7d0d8d60d95b4af41ba3af04175ae716 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Animations/surface_r.anim b/Assets/04_Models/Characters/Whale/Animations/surface_r.anim new file mode 100644 index 00000000..ebf4a826 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/surface_r.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6945bb4bfbf9d7d570ace9bbca84213cf74e04263ccd84daadf5bdb6d63bb27 +size 669813 diff --git a/Assets/04_Models/Characters/Whale/Animations/surface_r.anim.meta b/Assets/04_Models/Characters/Whale/Animations/surface_r.anim.meta new file mode 100644 index 00000000..b7ed5a98 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Animations/surface_r.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c21e088041de8654ebea106b9bd79c9a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Materials.meta b/Assets/04_Models/Characters/Whale/Materials.meta new file mode 100644 index 00000000..6eb68aee --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a4c4a5b7bbc3c046bcf4f6f93bf0164 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Materials/glow_whale.mat b/Assets/04_Models/Characters/Whale/Materials/glow_whale.mat new file mode 100644 index 00000000..573b37c3 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Materials/glow_whale.mat @@ -0,0 +1,142 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1621412126883798239 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: glow_whale + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _EMISSION + - _NORMALMAP + - _OCCLUSIONMAP + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 4a8a0177e72bf3a4daac575023092957, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 5a44acb86b5dab44089510ed62ba923c, type: 3} + 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: 2800000, guid: 7312f2455374dc24ab5b8c6efa21883d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4a8a0177e72bf3a4daac575023092957, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: d6a310a09b8a84a43b90e54af36c30e7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.2624881 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 0.1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.05 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 8, g: 6.16196, b: 3.8867927, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/04_Models/Characters/Whale/Materials/glow_whale.mat.meta b/Assets/04_Models/Characters/Whale/Materials/glow_whale.mat.meta new file mode 100644 index 00000000..a5fbce34 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Materials/glow_whale.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 005137e74fd90a74c9d92ae73bb8e41f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Prefabs.meta b/Assets/04_Models/Characters/Whale/Prefabs.meta new file mode 100644 index 00000000..0b97dcf3 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 969b025f3cc749f4fb00de953cee15b7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab b/Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab new file mode 100644 index 00000000..4a6ccc1a --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5d858ca9edcc53c3ad2222a557512536a460170aebd82dd27d3d308f6c4871 +size 4079 diff --git a/Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab.meta b/Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab.meta new file mode 100644 index 00000000..3778d30b --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Prefabs/Whale.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7236dff4061745d4982c2e8161ebf88d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Textures.meta b/Assets/04_Models/Characters/Whale/Textures.meta new file mode 100644 index 00000000..7b448faa --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 986f6b888cdb28a4db56b0293194ed92 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png b/Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png new file mode 100644 index 00000000..ee09d6fc --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb4110af2a47d16969b56b2c5d748423d05d99355a0942c1e1623a6625e0802 +size 1772129 diff --git a/Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png.meta b/Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png.meta new file mode 100644 index 00000000..57cdfa4c --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/fire_tile_03.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: d6a310a09b8a84a43b90e54af36c30e7 +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/Whale/Textures/glow_whale.png b/Assets/04_Models/Characters/Whale/Textures/glow_whale.png new file mode 100644 index 00000000..8b54c72f --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/glow_whale.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3b5bfab5e34c6d6287dc7bffcdcc46bfbd74e02d6d62a4fc33339315b87135 +size 5977349 diff --git a/Assets/04_Models/Characters/Whale/Textures/glow_whale.png.meta b/Assets/04_Models/Characters/Whale/Textures/glow_whale.png.meta new file mode 100644 index 00000000..9b8b063e --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/glow_whale.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 4a8a0177e72bf3a4daac575023092957 +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/Whale/Textures/glow_whale_illum.png b/Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png new file mode 100644 index 00000000..fbf1bd15 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e58090597175bcd32f095daa72950a6c6cfef25a54cdfcede109b61f07a59c +size 57296 diff --git a/Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png.meta b/Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png.meta new file mode 100644 index 00000000..cee729c0 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/glow_whale_illum.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 7312f2455374dc24ab5b8c6efa21883d +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/Whale/Textures/glow_whale_normal.png b/Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png new file mode 100644 index 00000000..e6b6844b --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baeccc24e50ae608d5dff525cc2b4d3ca25b62b98179ed2f53acf5a11d363f37 +size 1546208 diff --git a/Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png.meta b/Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png.meta new file mode 100644 index 00000000..3ffd8d43 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Textures/glow_whale_normal.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 5a44acb86b5dab44089510ed62ba923c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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: 1 + 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/Whale/Whale.fbx b/Assets/04_Models/Characters/Whale/Whale.fbx new file mode 100644 index 00000000..00dd5ad3 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Whale.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc8abde2242606c8e15ec91be9d268008e67241c673a1e096ecab71e8387aad +size 11596416 diff --git a/Assets/04_Models/Characters/Whale/Whale.fbx.meta b/Assets/04_Models/Characters/Whale/Whale.fbx.meta new file mode 100644 index 00000000..f6d39632 --- /dev/null +++ b/Assets/04_Models/Characters/Whale/Whale.fbx.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: ac3fe2bea01cfd645aa97c1f255ef8ad +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: glow_whale + second: {fileID: 2100000, guid: 005137e74fd90a74c9d92ae73bb8e41f, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.01 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/06_Materials/SkyBox/DarkSkybox.mat b/Assets/06_Materials/SkyBox/DarkSkybox.mat new file mode 100644 index 00000000..3912f7fb --- /dev/null +++ b/Assets/06_Materials/SkyBox/DarkSkybox.mat @@ -0,0 +1,384 @@ +%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: DarkSkybox + m_Shader: {fileID: 4800000, guid: f9baebe7fc14e7140ae4a9556fb0739e, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ENABLEFOG_ON + - _MOONDIRECTION_LIGHTDIRECTIONOPPOSITE + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackgroundCubemap: + m_Texture: {fileID: 8900000, guid: eda8b6c8a93001a4eb6a210e66ef9823, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CloudTexLayer1: + m_Texture: {fileID: 2800000, guid: 53221c960fe9460439f4fb07794b72b4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cubemap1: + m_Texture: {fileID: 8900000, guid: 47267f1c47854894b873ffb58ac0d7ab, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cubemap2: + m_Texture: {fileID: 8900000, guid: e2d43ff60ecce024db95a6edd7cc92cf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cubemap3: + m_Texture: {fileID: 8900000, guid: 4149bad537f951744888246b4409afaa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CubemapNoise: + m_Texture: {fileID: 8900000, guid: b6eb61c1b8a91a042ade0fc9b6110f98, type: 3} + 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} + - _ForegroundCubemap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: dad59f3fd10bba14ba944d330f2305d4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MidgroundCubemap: + m_Texture: {fileID: 8900000, guid: 4149bad537f951744888246b4409afaa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MoonTexture: + m_Texture: {fileID: 2800000, guid: bb1b8f45f18cbf849aeb61eae3b80693, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NoiseCubemap: + m_Texture: {fileID: 8900000, guid: 4f0fc98df3791f448bfae38a27a9e849, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NoiseTex: + m_Texture: {fileID: 2800000, guid: 57458fa642d243c5ab86f0367e0b01c9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NoiseTex1: + m_Texture: {fileID: 8900000, guid: 4f0fc98df3791f448bfae38a27a9e849, 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} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 47267f1c47854894b873ffb58ac0d7ab, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureSample0: + m_Texture: {fileID: 2800000, guid: 714422279a604e94e920e8ea113b247f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AAAA: 1 + - _AAAAA: -0.91 + - _AddPrecomputedVelocity: 1 + - _BackgroundCoverageMaskRotation: 148 + - _BackgroundCoverageMaskSpeed: 1.25 + - _BackgroundCoverageStrength: 0 + - _BackgroundDistortionAmount: 0.1 + - _BackgroundDistortionSpeed: 0.5 + - _BackgroundExposure: 0.5 + - _BackgroundGradientBlend: 0.5 + - _BackgroundNoiseSpeed: 1.25 + - _BackgroundOpacity: 0.1 + - _BackgroundRotation: 253 + - _BackgroundRotationSpeed: 0 + - _BackgroundSpecularAngle: 1 + - _BackgroundSpecularIntensity: 0.6 + - _BackgroundSpecularSharpness: 3 + - _BackgroundSubsurfaceAmount: 1 + - _BackgroundSubsurfaceSharpness: 12 + - _BumpScale: 1 + - _CloudEdgeShift: 0 + - _CloudLayer1TintAmount: 0.5 + - _CloudTiling: 0 + - _CloudTintAmount: 0.58 + - _CloudTintStrength: 1 + - _CoverageMask1Rotation: 0 + - _CoverageMask1RotationSpeed: 0 + - _CoverageMask2Rotation: 0 + - _CoverageMask2RotationSpeed: 0 + - _CoverageMask3Rotation: 0 + - _CoverageMask3RotationSpeed: 0 + - _Cutoff: 0.5 + - _DS: 0.8 + - _DayNightBlend: 0 + - _DetailNormalMapScale: 1 + - _DetailScale: 0.5 + - _DetailStrength: 0.34 + - _DistStrength: 0.2 + - _DistortionAmount1: 0.1 + - _DistortionAmount2: 0.1 + - _DistortionAmount3: 0.1 + - _DistortionStrength: 1 + - _DstBlend: 0 + - _EdgeSharpness: 0.83 + - _EnableFog: 1 + - _EnableMoon: 0 + - _EnableRotation: 0 + - _EnableSun: 0 + - _Exposure: 0.15 + - _Exposure1: 0.35 + - _Exposure2: 0.35 + - _Exposure3: 0.35 + - _Float10: 0.5 + - _Float11: 1.26 + - _Float14: 2 + - _Float19: 1 + - _Float21: 15 + - _Float22: 55 + - _Float23: 125 + - _Float24: 195 + - _Float25: 235 + - _Float44: 305 + - _Float45: 2 + - _FogFill: 0 + - _FogHeight: 0.543 + - _FogHeight1: 0.5 + - _FogOpacity: 0.564 + - _FogSmoothness: 0.416 + - _FogSmoothness1: 0.01 + - _ForegroundCoverageMaskRotation: 59 + - _ForegroundCoverageMaskSpeed: 1.25 + - _ForegroundCoverageStrength: 0.51 + - _ForegroundDistortionAmount: 0.1 + - _ForegroundDistortionSpeed: 1.25 + - _ForegroundExposure: 0.2 + - _ForegroundGradientBlend: 0.514 + - _ForegroundNoiseSpeed: 1.25 + - _ForegroundOpacity: 1 + - _ForegroundRotation: 114 + - _ForegroundRotationSpeed: 1 + - _ForegroundSpecularAngle: 1 + - _ForegroundSpecularIntensity: 1 + - _ForegroundSpecularSharpness: 1 + - _ForegroundSubsurfaceAmount: 0 + - _ForegroundSubsurfaceSharpness: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _GradientStrength: 0.2 + - _ImageType: 0 + - _IncidentMultiplier: 1.5 + - _Layer1CoverageStrength: 0 + - _Layer1GradientBlend: 0.308 + - _Layer1GradientBlend1: 0.518 + - _Layer1GradientBlending: 0.5 + - _Layer1Opacity: 1 + - _Layer2CoverageStrength: 0.47 + - _Layer2GradientBlend: 0.491 + - _Layer2GradientBlend1: 0.336 + - _Layer2Opacity: 1 + - _Layer3CoverageStrength: 0 + - _Layer3GradientBlend: 0.349 + - _Layer3GradientBlend1: 0.35 + - _Layer3Opacity: 1 + - _LayerGradientBlend2: 0.376 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MidgroundCoverageMaskRotation: 109 + - _MidgroundCoverageMaskSpeed: 1.25 + - _MidgroundCoverageStrength: 0 + - _MidgroundDistortionAmount: 0.125 + - _MidgroundDistortionSpeed: 1 + - _MidgroundExposure: 1 + - _MidgroundGradientBlend: 0.98 + - _MidgroundNoiseSpeed: 1.25 + - _MidgroundOpacity: 0.6 + - _MidgroundRotation: 276 + - _MidgroundRotationSpeed: 0 + - _MidgroundSpecularAngle: 1 + - _MidgroundSpecularIntensity: 0.6 + - _MidgroundSpecularSharpness: 1 + - _MidgroundSpeed: 1 + - _MidgroundSubsurfaceAmount: 1 + - _MidgroundSubsurfaceSharpness: 12 + - _MirrorOnBack: 0 + - _Mode: 0 + - _MoonDirection: 1 + - _MoonDistance: 19.75 + - _MoonIntensity: 3 + - _MoonOffsetRotation: 14 + - _MoonScale: 12 + - _MoonSharpness: 250 + - _MoonSize: 1.39 + - _NEW: 2 + - _NoiseScale: 0.000000001 + - _NoiseSpeed: -1.31 + - _NoiseSpeed1: 0 + - _NoiseSpeed2: 0 + - _NoiseSpeed3: 0 + - _NoiseStrength: 1 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RAD: 19.85 + - _RimIntensity: 1 + - _RimMax: 0.5 + - _RimMax1: 0 + - _RimSharpness: 870.54 + - _Rotation: 24 + - _Rotation1: 187 + - _Rotation2: 145 + - _Rotation3: 256 + - _RotationSpeed: 0 + - _RotationSpeed1: 0 + - _RotationSpeed2: 0 + - _RotationSpeed3: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularAngle1: 5 + - _SpecularAngle2: 5 + - _SpecularAngle3: 5 + - _SpecularHighlights: 1 + - _SpecularIntensity: 12.97 + - _SpecularIntensity1: 0.5 + - _SpecularIntensity2: 0.5 + - _SpecularIntensity3: 0.5 + - _SpecularSharpness: 6.97 + - _SpecularSharpness1: 1.5 + - _SpecularSharpness2: 1.5 + - _SpecularSharpness3: 1.5 + - _SrcBlend: 1 + - _SubsurfaceAmount1: 1 + - _SubsurfaceAmount2: 1 + - _SubsurfaceAmount3: 1 + - _SubsurfaceSharpness: 1.33 + - _SubsurfaceSharpness1: 50 + - _SubsurfaceSharpness2: 50 + - _SubsurfaceSharpness3: 50 + - _SunDistortion: 0.15 + - _SunFocus: 0.64 + - _SunIntensity: 12 + - _SunRimIntensity: 0.05 + - _SunRimSharpness: 450 + - _SunScale: 0.05 + - _SunSharpness: 0.42 + - _SunSharpness1: 1 + - _SunSharpness2: 628.93 + - _SunSize: 0.00125 + - _TimeOfDay: 0 + - _UVSec: 0 + - _XA: 0.14 + - _XB: -0.57 + - _XC: -0.91 + - _ZWrite: 1 + - __dirty: 1 + m_Colors: + - _BackgroundDistortionDirection: {r: 0.1, g: 0, b: 0.1, a: 0} + - _BackgroundTint1: {r: 0, g: 0, b: 0, a: 1} + - _CloudTint1: {r: 0, g: 0, b: 1, a: 1} + - _CloudTint2: {r: 0, g: 1, b: 0, a: 1} + - _CloudTint3: {r: 1, g: 0, b: 0, a: 1} + - _Cloud_Tint: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Color0: {r: 1, g: 1, b: 1, a: 0} + - _DX: {r: 0.5, g: 0.5, b: 0, a: 0} + - _DX1: {r: 0.1, g: 0.1, b: 0, a: 0} + - _DY: {r: 0, g: 0.1, b: 0, a: 0} + - _DistortionDirection: {r: 0.1, g: 0, b: 0.1, a: 0} + - _DistortionDirection1: {r: 0.1, g: 0, b: 0.1, a: 0} + - _DistortionDirection2: {r: 0.1, g: 0, b: 0.1, a: 0} + - _DistortionDirection3: {r: 0.1, g: 0, b: 0.1, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _EquatorColorDay: {r: 0.23309009, g: 0.3500048, b: 0.509434, a: 1} + - _EquatorColorNight: {r: 0.042052332, g: 0.18687274, b: 0.4245283, a: 1} + - _EquatorColorTwilight: {r: 0, g: 0, b: 0, a: 1} + - _FixedDirection: {r: 0, g: 1, b: 0, a: 0} + - _ForegroundDistortionDirection: {r: 0.1, g: 0, b: 0.1, a: 0} + - _ForegroundTint1: {r: 1, g: 1, b: 1, a: 1} + - _MidgroundDistortionDirection: {r: 0.1, g: 0, b: 0.1, a: 0} + - _MidgroundTint1: {r: 1, g: 1, b: 1, a: 1} + - _MoonColor: {r: 0.759434, g: 0.8906878, b: 1, a: 1} + - _MoonDirection: {r: 2.13, g: 0, b: 0, a: 0} + - _MoonOffset: {r: 0, g: 1.8, b: 0, a: 0} + - _NadirColorDay: {r: 0, g: 0, b: 0, a: 1} + - _NadirColorNight: {r: 0.14117648, g: 0.14537756, b: 0.16862746, a: 1} + - _NadirColorTwilight: {r: 0, g: 0, b: 0, a: 1} + - _NoiseSpeed: {r: 0, g: 0, b: 0, a: 0} + - _SkyColorDay: {r: 1, g: 1, b: 1, a: 1} + - _SkyColorNight: {r: 0, g: 0, b: 0, a: 1} + - _SpecularTint1: {r: 1, g: 1, b: 1, a: 1} + - _SpecularTint2: {r: 1, g: 1, b: 1, a: 1} + - _SpecularTint3: {r: 1, g: 0.9398438, b: 0.7688679, a: 1} + - _SpecularTint4: {r: 1, g: 1, b: 1, a: 0} + - _SunColor: {r: 1, g: 1, b: 1, a: 1} + - _SunTint: {r: 1, g: 0.97551376, b: 0.6933962, a: 1} + - _Tex_HDR: {r: 1, g: 1, b: 0, a: 0} + - _Tex_HDR1: {r: 0, g: 0, b: 0, a: 0} + - _Tex_HDR2: {r: 0, g: 0, b: 0, a: 0} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + - _Vector0: {r: 0.2, g: 0, b: 0.2, a: 0} + - _ZenithColorDay: {r: 0, g: 0, b: 0, a: 1} + - _ZenithColorNight: {r: 0.020825924, g: 0.16072953, b: 0.33962262, a: 1} + - _ZenithColorTwilight: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/06_Materials/SkyBox/DarkSkybox.mat.meta b/Assets/06_Materials/SkyBox/DarkSkybox.mat.meta new file mode 100644 index 00000000..41d87259 --- /dev/null +++ b/Assets/06_Materials/SkyBox/DarkSkybox.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c0d3de35048576d4e8920fd00ed7659b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/06_Materials/Water/DarkOcean.mat b/Assets/06_Materials/Water/DarkOcean.mat new file mode 100644 index 00000000..4d49a362 --- /dev/null +++ b/Assets/06_Materials/Water/DarkOcean.mat @@ -0,0 +1,362 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 32 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DarkOcean + m_Shader: {fileID: -6465566751694194690, guid: 823f6b206953b674a9a64f9e3ec57752, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ADVANCED_SHADING + - _CAUSTICS + - _DISTANCE_NORMALS + - _INTERSECTION_FOAM + - _NORMALMAP + - _REFRACTION + - _SURFACE_FOAM_SINGLE + - _TRANSLUCENCY + - _WAVES + m_InvalidKeywords: + - ADVANCED_LIGHTING + - _DEPTHEXP_ON + - _DEPTH_TEX + - _ENABLEDIRECTIONALCAUSTICS_ON + - _FOAMON_ON + - _INTERSECTIONSHARP_ON + - _RECEIVEDYNAMICEFFECTSFOAM_ON + - _RECEIVEDYNAMICEFFECTSHEIGHT_ON + - _RECEIVEDYNAMICEFFECTSNORMAL_ON + - _RECEIVEDYNAMICEFFECTS_ON + - _SCREENSPACEREFLECTIONSENABLED_ON + - _SHARP_INERSECTION + - _SIMPLE_LIGHTING + - _SURFACE_FOAM + - _WORLDSPACEUV_ON + - _ZCLIP_ON + - _ZWRITE_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + 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: 2800000, guid: e7c16e3bea1797d47872d220cc899f32, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMapLarge: + m_Texture: {fileID: 2800000, guid: e7c16e3bea1797d47872d220cc899f32, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMapSlope: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CausticsTex: + m_Texture: {fileID: 2800000, guid: 6a6111d7c04a2aa41a70e3595cc26c9c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DepthTex: + 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} + - _FoamTex: + m_Texture: {fileID: 2800000, guid: 3e077aa5fc0874b47891360fed563111, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FoamTexDynamic: + m_Texture: {fileID: 2800000, guid: 32fb2a74f62ae034da5e460b17d43393, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IntersectionNoise: + m_Texture: {fileID: 2800000, guid: a201b1cea6ea07c41a8190e44033bfb0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normals: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PlanarReflection: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PlanarReflectionLeft: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Shadermap: + 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} + - _WaveProfile: + m_Texture: {fileID: 5393152077581806659, guid: 343e9ebae18bc0f48811edac300d64d0, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - Vector1_1942CF3A: 1 + - Vector1_BE75C478: 32 + - Vector1_E23F9E57: 0.5 + - Vector1_E796673B: 10 + - _ADVANCED_LIGHTING: 1 + - _AdvancedLighting: 1 + - _Advanced_Lighting: 1 + - _AlphaClip: 0 + - _AlphaCutoff: 0.5 + - _AnimationSpeed: 1 + - _Blend: 0 + - _BumpScale: 1 + - _CROSSPAN_INTERSECTIONOn: 1 + - _CausticsBrightness: 2 + - _CausticsChromance: 1 + - _CausticsDistortion: 0.23 + - _CausticsOn: 1 + - _CausticsSpeed: 0.1 + - _CausticsTiling: 0.17000014 + - _ColorAbsorption: 0 + - _CrossPan_IntersectionOn: 0 + - _Cull: 0 + - _Cutoff: 0.5 + - _Depth: 2.42 + - _DepthExp: 1 + - _DepthHorizontal: 0.01 + - _DepthMode: 0 + - _DepthTexture: 1 + - _DepthVertical: 0.01 + - _DisableDepthTexture: 0 + - _DistanceFoamTiling: 0.2 + - _DistanceNormalsOn: 1 + - _DistanceNormalsTiling: 0.005 + - _DstBlend: 0 + - _EdgeFade: 1 + - _EnableDirectionalCaustics: 1 + - _EnvironmentReflections: 1 + - _EnvironmentReflectionsOn: 1 + - _FlatShadingOn: 0 + - _FlowSpeed: 1 + - _FoamBaseAmount: 0 + - _FoamBubblesSpread: 1 + - _FoamBubblesStrength: 0.232 + - _FoamClipping: 0 + - _FoamClippingDynamic: 0 + - _FoamDistanceOn: 0 + - _FoamDistortion: 0 + - _FoamOn: 1 + - _FoamOpacity: 1 + - _FoamSize: 0.314 + - _FoamSpeed: -0.5 + - _FoamSpeedDynamic: 0.1 + - _FoamStrength: 1.34 + - _FoamSubSpeed: 0 + - _FoamSubSpeedDynamic: -0.1 + - _FoamSubTiling: 2 + - _FoamSubTilingDynamic: 2 + - _FoamTiling: 0.19999993 + - _FoamTilingDynamic: 0.1 + - _FoamWaveAmount: 0.86 + - _FoamWaveMask: 0.638 + - _FoamWaveMaskExp: 1 + - _FogSource: 0 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _HorizonDistance: 32 + - _IntersectionClipping: 0.583 + - _IntersectionDistortion: 0.2 + - _IntersectionFalloff: 1 + - _IntersectionFoamOn: 1 + - _IntersectionLength: 1 + - _IntersectionRippleDist: 20 + - _IntersectionRippleSpeed: 2 + - _IntersectionRippleStrength: 0.53 + - _IntersectionSharp: 1 + - _IntersectionSize: 0.944 + - _IntersectionSource: 0 + - _IntersectionSpeed: 0.1 + - _IntersectionStyle: 1 + - _IntersectionTiling: 1 + - _IntersectionWaveDist: 33.28 + - _LightingMode: 2 + - _LightingOn: 1 + - _Metallic: 0 + - _Metallicness: 0.1 + - _NORMALMAPOn: 1 + - _NormalMap: 1 + - _NormalMapOn: 1 + - _NormalSpeed: 1 + - _NormalStrength: 0.189 + - _NormalSubSpeed: -1 + - _NormalSubTiling: 2 + - _NormalTiling: 0.16000009 + - _OcclusionStrength: 1 + - _PlanarReflectionsEnabled: 0 + - _PlanarReflectionsParams: 0 + - _PointSpotLightReflectionDistortion: 0.5 + - _PointSpotLightReflectionExp: 64 + - _PointSpotLightReflectionSharp: 0 + - _PointSpotLightReflectionSize: 0 + - _PointSpotLightReflectionStrength: 10 + - _QueueOffset: 0 + - _ReceiveDynamicEffectsFoam: 1 + - _ReceiveDynamicEffectsHeight: 1 + - _ReceiveDynamicEffectsNormal: 1 + - _ReceiveShadows: 1 + - _ReflectionBlur: 0 + - _ReflectionDistortion: 0.8 + - _ReflectionFresnel: 8 + - _ReflectionLighting: 0 + - _ReflectionStrength: 0.7 + - _Reflectivity: 1 + - _RefractionAmount: 0.05 + - _RefractionChromaticAberration: 1 + - _RefractionOn: 1 + - _RefractionStrength: 0.251 + - _RimRize: 1 + - _RimTiling: 0.025 + - _RiverModeOn: 0 + - _SHARP_INERSECTIONOn: 1 + - _ScreenSpaceReflectionsEnabled: 1 + - _ShadingMode: 1 + - _ShadowStrength: 1 + - _ShoreLineLength: 3.1 + - _ShoreLineWaveDistance: 6 + - _ShoreLineWaveStr: 0 + - _SimpleLighting: 1 + - _SlopeAngleFalloff: 25 + - _SlopeAngleThreshold: 15 + - _SlopeFoam: 1 + - _SlopeSpeed: 4 + - _SlopeStretching: 0.5 + - _SlopeThreshold: 0.25 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SparkleIntensity: 0.1 + - _SparkleSize: 0.5 + - _SpecularHighlights: 1 + - _SpecularReflectionsOn: 1 + - _Speed: 1 + - _SrcBlend: 1 + - _SunReflectionDistortion: 1.12 + - _SunReflectionPerturbance: 1 + - _SunReflectionSharp: 0 + - _SunReflectionSize: 0.706 + - _SunReflectionStrength: 10 + - _Surface: 0 + - _TEXTURE_INTERSECTIONOn: 0 + - _TessMax: 50 + - _TessMin: 0 + - _TessValue: 8 + - _Texture_IntersectionOn: 1 + - _Tiling: 0.5 + - _Translucency: 1 + - _TranslucencyCurvatureMask: 0.65 + - _TranslucencyExp: 1 + - _TranslucencyOn: 1 + - _TranslucencyReflectionMask: 0 + - _TranslucencyStrength: 1 + - _TranslucencyStrengthDirect: 0 + - _UnderwaterReflectionStrength: 0.5 + - _UnderwaterRefractionOffset: 0.2 + - _UnderwaterSurfaceSmoothness: 0.8 + - _VertexColorFoam: 0 + - _VertexColorTransparency: 0 + - _VertexColorWaveFlattening: 0 + - _WaveDistance: 0.97 + - _WaveDistortion: 0.5 + - _WaveFrequency: 1 + - _WaveHeight: 1 + - _WaveMaxLayers: 64 + - _WaveNormalStr: 0.6 + - _WaveSpeed: 1 + - _WaveSteepness: 1.56 + - _WaveTint: -0.1 + - _WavesOn: 1 + - _WorkflowMode: 1 + - _WorldSpaceUV: 1 + - _ZClip: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0, g: 0, b: 0, a: 1} + - _Color: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _DepthMapBounds: {r: -402.3, g: -459.43, b: 0.0012693577, a: 0} + - _Direction: {r: 1, g: 1, b: 0, a: 0} + - _DistanceFoamFadeDist: {r: 100, g: 350, b: 0, a: 0} + - _DistanceNormalsFadeDist: {r: 10, g: 128.07892, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FoamColor: {r: 1, g: 1, b: 1, a: 1} + - _FoamCrestMinMaxHeight: {r: 0.5837838, g: 0.8046726, b: 0, a: 0} + - _FoamTiling: {r: 0.089999974, g: 0.089999974, b: 0, a: 0} + - _HorizonColor: {r: 0.0007314647, g: 0.00013403804, b: 0.00023247267, a: 0.5568628} + - _IntersectionColor: {r: 1, g: 1, b: 1, a: 1} + - _NormalTiling: {r: 0.020000014, g: 0.020000014, b: 0, a: 0} + - _RimColor: {r: 1, g: 1, b: 1, a: 1} + - _ShallowColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + - _WaterColor: {r: 0.21176466, g: 0.6745098, b: 1, a: 1} + - _WaterShallowColor: {r: 0, g: 0.9394503, b: 1, a: 1} + - _WaveDirection: {r: 1, g: 1, b: 1, a: 1} + - _WaveFadeDistance: {r: 0, g: 250, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6498140463000427223 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 1 diff --git a/Assets/06_Materials/Water/DarkOcean.mat.meta b/Assets/06_Materials/Water/DarkOcean.mat.meta new file mode 100644 index 00000000..722bc4be --- /dev/null +++ b/Assets/06_Materials/Water/DarkOcean.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81dbc931c9aade0489b64256fba44fb3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Timeline/Signals.meta b/Assets/08_Timeline/Signals.meta new file mode 100644 index 00000000..9081b024 --- /dev/null +++ b/Assets/08_Timeline/Signals.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d14b3984b618e441bfb8dd613bca431 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Timeline/Signals/Sig_SceneChange.signal b/Assets/08_Timeline/Signals/Sig_SceneChange.signal new file mode 100644 index 00000000..8bd671eb --- /dev/null +++ b/Assets/08_Timeline/Signals/Sig_SceneChange.signal @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d6fa2d92fc1b3f34da284357edf89c3b, type: 3} + m_Name: Sig_SceneChange + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalAsset diff --git a/Assets/08_Timeline/Signals/Sig_SceneChange.signal.meta b/Assets/08_Timeline/Signals/Sig_SceneChange.signal.meta new file mode 100644 index 00000000..63202007 --- /dev/null +++ b/Assets/08_Timeline/Signals/Sig_SceneChange.signal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22c01e3369f4cd54c99bf54d4cdab131 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Timeline/Signals/WhaleCome.signal b/Assets/08_Timeline/Signals/WhaleCome.signal new file mode 100644 index 00000000..39ae27cc --- /dev/null +++ b/Assets/08_Timeline/Signals/WhaleCome.signal @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d6fa2d92fc1b3f34da284357edf89c3b, type: 3} + m_Name: WhaleCome + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalAsset diff --git a/Assets/08_Timeline/Signals/WhaleCome.signal.meta b/Assets/08_Timeline/Signals/WhaleCome.signal.meta new file mode 100644 index 00000000..00d72d5f --- /dev/null +++ b/Assets/08_Timeline/Signals/WhaleCome.signal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0540deeca3c9e1244a9b759185581ee9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Timeline/Signals/WhaleOpenMouth.signal b/Assets/08_Timeline/Signals/WhaleOpenMouth.signal new file mode 100644 index 00000000..6b47d124 --- /dev/null +++ b/Assets/08_Timeline/Signals/WhaleOpenMouth.signal @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d6fa2d92fc1b3f34da284357edf89c3b, type: 3} + m_Name: WhaleOpenMouth + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalAsset diff --git a/Assets/08_Timeline/Signals/WhaleOpenMouth.signal.meta b/Assets/08_Timeline/Signals/WhaleOpenMouth.signal.meta new file mode 100644 index 00000000..ebf964b7 --- /dev/null +++ b/Assets/08_Timeline/Signals/WhaleOpenMouth.signal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6e675ffab397cd24c88dd218d631c1cd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Timeline/Timeline_WhaleAttack.playable b/Assets/08_Timeline/Timeline_WhaleAttack.playable new file mode 100644 index 00000000..50d9e696 --- /dev/null +++ b/Assets/08_Timeline/Timeline_WhaleAttack.playable @@ -0,0 +1,679 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9018585066446526564 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationTrack + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: + - {fileID: 5557408293132423237} + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 0 + m_InfiniteClipPostExtrapolation: 0 + m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0} + m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 0} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!74 &-6060172779536149737 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (1) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 5.9333334 + value: {x: 0, y: -0.41992188, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.816667 + value: {x: 0, y: -2124, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.816667 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 5.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.816667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + flags: 0 + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 5.9333334 + value: -0.41992188 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.816667 + value: -2124 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + flags: 0 + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 5.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.816667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + flags: 0 + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &-5093034910319972417 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 15c38f6fa1940124db1ab7f6fe7268d1, type: 3} + m_Name: Signal Emitter + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalEmitter + m_Time: 0 + m_Retroactive: 0 + m_EmitOnce: 0 + m_Asset: {fileID: 11400000, guid: 0540deeca3c9e1244a9b759185581ee9, type: 2} +--- !u!114 &-3706586746334657321 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b46e36075dd1c124a8422c228e75e1fb, type: 3} + m_Name: Signal Track (1) + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalTrack + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: + - {fileID: -5093034910319972417} + - {fileID: 1527162216503881011} + - {fileID: 443422495961915861} +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfda56da833e2384a9677cd3c976a436, type: 3} + m_Name: Timeline_WhaleAttack + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset + m_Version: 0 + m_Tracks: + - {fileID: -9018585066446526564} + - {fileID: -3706586746334657321} + - {fileID: 3718969083211372470} + - {fileID: 3564304398118365733} + m_FixedDuration: 0 + m_EditorSettings: + m_Framerate: 60 + m_ScenePreview: 1 + m_DurationMode: 0 + m_MarkerTrack: {fileID: 0} +--- !u!114 &443422495961915861 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 15c38f6fa1940124db1ab7f6fe7268d1, type: 3} + m_Name: Signal Emitter + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalEmitter + m_Time: 10.25 + m_Retroactive: 0 + m_EmitOnce: 0 + m_Asset: {fileID: 11400000, guid: 22c01e3369f4cd54c99bf54d4cdab131, type: 2} +--- !u!74 &734138423535075291 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.0007868036, y: 0, z: -9000} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10 + value: {x: -0.000699384, y: 0, z: 8000} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 10 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0007868036 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: -0.000699384 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + flags: 0 + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + flags: 0 + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9000 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 8000 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + flags: 0 + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &1527162216503881011 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 15c38f6fa1940124db1ab7f6fe7268d1, type: 3} + m_Name: Signal Emitter + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.SignalEmitter + m_Time: 3 + m_Retroactive: 0 + m_EmitOnce: 0 + m_Asset: {fileID: 11400000, guid: 6e675ffab397cd24c88dd218d631c1cd, type: 2} +--- !u!114 &3515210953691807400 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.ActivationPlayableAsset +--- !u!114 &3564304398118365733 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (1) + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationTrack + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: 0, y: -2876, z: 0} + m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: -6060172779536149737} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &3718969083211372470 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.ActivationTrack + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 0 + m_ClipIn: 0 + m_Asset: {fileID: 3515210953691807400} + m_Duration: 7.85 + m_TimeScale: 1 + m_ParentTrack: {fileID: 3718969083211372470} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &5557408293132423237 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Override 0 + m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationTrack + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: -9018585066446526564} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: 0, y: 1000, z: 11000} + m_InfiniteClipOffsetEulerAngles: {x: -0, y: 180, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 734138423535075291} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 diff --git a/Assets/08_Timeline/Timeline_WhaleAttack.playable.meta b/Assets/08_Timeline/Timeline_WhaleAttack.playable.meta new file mode 100644 index 00000000..ba9bb949 --- /dev/null +++ b/Assets/08_Timeline/Timeline_WhaleAttack.playable.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 04f8a7de76da4e04fafea87957198265 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/12_Font/Pretendard-Bold SDF.asset b/Assets/12_Font/Pretendard-Bold SDF.asset index 636fdf36..b853832f 100644 --- a/Assets/12_Font/Pretendard-Bold SDF.asset +++ b/Assets/12_Font/Pretendard-Bold SDF.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17cdf95fc906d45dd8297e274740ffef7114616d9b2d6e20a151df50ab4a55c2 -size 139959153 +oid sha256:d151ab10786d75d58562ce9c9da6761238ec3de6f302d8c56754bfe8b8e963b2 +size 139959161 diff --git a/Assets/12_Font/Pretendard-Medium SDF.asset b/Assets/12_Font/Pretendard-Medium SDF.asset index 16379ea3..fd9ced87 100644 --- a/Assets/12_Font/Pretendard-Medium SDF.asset +++ b/Assets/12_Font/Pretendard-Medium SDF.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35e52d2344455888694117b104668aafa674ec6ae1083395eebf96b32ffd0107 -size 139984137 +oid sha256:815f62ce880067158e8c9c810a6d5a41b0c22891ab2182a2fca5b22718daa816 +size 139984145 diff --git a/Packages/manifest.json b/Packages/manifest.json index 5c0951bd..1297a6e4 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -18,6 +18,7 @@ "com.unity.nuget.mono-cecil": "1.11.6", "com.unity.nuget.newtonsoft-json": "3.2.2", "com.unity.performance.profile-analyzer": "1.2.4", + "com.unity.recorder": "5.1.6", "com.unity.render-pipelines.core": "17.3.0", "com.unity.render-pipelines.universal": "17.3.0", "com.unity.render-pipelines.universal-config": "17.0.3", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index ab75fe73..51bfaaef 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,14 @@ { "dependencies": { + "com.unity.bindings.openimageio": { + "version": "1.0.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.collections": "1.2.4" + }, + "url": "https://packages.unity.com" + }, "com.unity.burst": { "version": "1.8.29", "depth": 1, @@ -161,6 +170,17 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.recorder": { + "version": "5.1.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.timeline": "1.8.7", + "com.unity.collections": "1.2.4", + "com.unity.bindings.openimageio": "1.0.2" + }, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "17.3.0", "depth": 0,