From 88a71e6292d396b64754575634133c1abec88a2b Mon Sep 17 00:00:00 2001 From: "DESKTOP-VVOCIJO\\PC" Date: Mon, 27 Apr 2026 17:01:26 +0900 Subject: [PATCH] =?UTF-8?q?2026-04-27=20=EC=A4=91=EA=B0=84=EC=A0=80?= =?UTF-8?q?=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/MyProject/GameScene.unity | 4 +- Assets/02_Scripts/Data/Sound.meta | 8 + Assets/02_Scripts/Data/Sound/BGMClip.cs | 8 + Assets/02_Scripts/Data/Sound/BGMClip.cs.meta | 2 + .../Interact/RayInteractionFeedback.cs | 37 +++++ .../Interact/RayInteractionFeedback.cs.meta | 2 + Assets/02_Scripts/UI/BGMBox.cs | 28 ++++ Assets/02_Scripts/UI/BGMBox.cs.meta | 2 + Assets/02_Scripts/UI/BGMHud.cs | 21 +++ Assets/02_Scripts/UI/BGMHud.cs.meta | 2 + Assets/03_Models/_Characters/Cat.meta | 8 + .../03_Models/_Characters/Cat/Animations.meta | 8 + .../Animations/CatAnimController.controller | 156 ++++++++++++++++++ .../CatAnimController.controller.meta | 8 + .../_Characters/Cat/Animations/CatSpin.anim | 3 + .../Cat/Animations/CatSpin.anim.meta | 8 + .../03_Models/_Characters/Cat/Materials.meta | 8 + .../_Characters/Cat/Materials/Muchkin2.mat | 139 ++++++++++++++++ .../Cat/Materials/Muchkin2.mat.meta | 8 + .../_Characters/Cat/OiiaioooooiaiFin.fbx | 3 + .../_Characters/Cat/OiiaioooooiaiFin.fbx.meta | 115 +++++++++++++ Assets/03_Models/_Characters/Cat/Prefabs.meta | 8 + .../_Characters/Cat/Prefabs/Cat.prefab | 3 + .../_Characters/Cat/Prefabs/Cat.prefab.meta | 7 + .../03_Models/_Characters/Cat/Textures.meta | 8 + .../Cat/Textures/Muchkin2_BaseColor.png | 3 + .../Cat/Textures/Muchkin2_BaseColor.png.meta | 143 ++++++++++++++++ Assets/07_UI/Etc.meta | 8 + Assets/07_UI/Etc/BGMBox.prefab | 3 + Assets/07_UI/Etc/BGMBox.prefab.meta | 7 + Assets/08_Data/Sound.meta | 8 + Assets/08_Data/Sound/OIIA OIIA.asset | 3 + Assets/08_Data/Sound/OIIA OIIA.asset.meta | 8 + Assets/10_Audio/BGM.meta | 8 + Assets/10_Audio/BGM/Oiia Oiia.wav | 3 + Assets/10_Audio/BGM/Oiia Oiia.wav.meta | 23 +++ Assets/10_Audio/Etc.meta | 8 + Assets/10_Audio/Etc/Cat.meta | 8 + Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav | 3 + .../10_Audio/Etc/Cat/Oiia Oiia_Part.wav.meta | 23 +++ 40 files changed, 861 insertions(+), 2 deletions(-) create mode 100644 Assets/02_Scripts/Data/Sound.meta create mode 100644 Assets/02_Scripts/Data/Sound/BGMClip.cs create mode 100644 Assets/02_Scripts/Data/Sound/BGMClip.cs.meta create mode 100644 Assets/02_Scripts/Interact/RayInteractionFeedback.cs create mode 100644 Assets/02_Scripts/Interact/RayInteractionFeedback.cs.meta create mode 100644 Assets/02_Scripts/UI/BGMBox.cs create mode 100644 Assets/02_Scripts/UI/BGMBox.cs.meta create mode 100644 Assets/02_Scripts/UI/BGMHud.cs create mode 100644 Assets/02_Scripts/UI/BGMHud.cs.meta create mode 100644 Assets/03_Models/_Characters/Cat.meta create mode 100644 Assets/03_Models/_Characters/Cat/Animations.meta create mode 100644 Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller create mode 100644 Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller.meta create mode 100644 Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim create mode 100644 Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim.meta create mode 100644 Assets/03_Models/_Characters/Cat/Materials.meta create mode 100644 Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat create mode 100644 Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat.meta create mode 100644 Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx create mode 100644 Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx.meta create mode 100644 Assets/03_Models/_Characters/Cat/Prefabs.meta create mode 100644 Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab create mode 100644 Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab.meta create mode 100644 Assets/03_Models/_Characters/Cat/Textures.meta create mode 100644 Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png create mode 100644 Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png.meta create mode 100644 Assets/07_UI/Etc.meta create mode 100644 Assets/07_UI/Etc/BGMBox.prefab create mode 100644 Assets/07_UI/Etc/BGMBox.prefab.meta create mode 100644 Assets/08_Data/Sound.meta create mode 100644 Assets/08_Data/Sound/OIIA OIIA.asset create mode 100644 Assets/08_Data/Sound/OIIA OIIA.asset.meta create mode 100644 Assets/10_Audio/BGM.meta create mode 100644 Assets/10_Audio/BGM/Oiia Oiia.wav create mode 100644 Assets/10_Audio/BGM/Oiia Oiia.wav.meta create mode 100644 Assets/10_Audio/Etc.meta create mode 100644 Assets/10_Audio/Etc/Cat.meta create mode 100644 Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav create mode 100644 Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav.meta diff --git a/Assets/01_Scenes/MyProject/GameScene.unity b/Assets/01_Scenes/MyProject/GameScene.unity index ce24c7a9..d4917c54 100644 --- a/Assets/01_Scenes/MyProject/GameScene.unity +++ b/Assets/01_Scenes/MyProject/GameScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af9b5d5355f8000c443b6915cf21576302fa58b87dccbc78af511788eca7c32e -size 13330038 +oid sha256:643f637dcc42003e38ddb65d172ca7bc678c2d5a55bace7b1d492586846a5657 +size 13375791 diff --git a/Assets/02_Scripts/Data/Sound.meta b/Assets/02_Scripts/Data/Sound.meta new file mode 100644 index 00000000..ccc2753f --- /dev/null +++ b/Assets/02_Scripts/Data/Sound.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 90c7baed664268f469f179b8f30bb8b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/02_Scripts/Data/Sound/BGMClip.cs b/Assets/02_Scripts/Data/Sound/BGMClip.cs new file mode 100644 index 00000000..c2624b68 --- /dev/null +++ b/Assets/02_Scripts/Data/Sound/BGMClip.cs @@ -0,0 +1,8 @@ +using UnityEngine; + +[CreateAssetMenu(menuName = "Sound/BGMClip")] +public class BGMClip : ScriptableObject +{ + public string BGMName; + public AudioClip Clip; +} \ No newline at end of file diff --git a/Assets/02_Scripts/Data/Sound/BGMClip.cs.meta b/Assets/02_Scripts/Data/Sound/BGMClip.cs.meta new file mode 100644 index 00000000..050b9959 --- /dev/null +++ b/Assets/02_Scripts/Data/Sound/BGMClip.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: b017d3f0163ed5841bdd1041c4631412 \ No newline at end of file diff --git a/Assets/02_Scripts/Interact/RayInteractionFeedback.cs b/Assets/02_Scripts/Interact/RayInteractionFeedback.cs new file mode 100644 index 00000000..38653d3e --- /dev/null +++ b/Assets/02_Scripts/Interact/RayInteractionFeedback.cs @@ -0,0 +1,37 @@ +using UnityEngine; +using UnityEngine.XR.Interaction.Toolkit; + +public class RayInteractionFeedback : MonoBehaviour +{ + [Header("Refs")] + [SerializeField] private Animator _anim; + [SerializeField] private AudioSource _audioSource; + + + [Header("Content")] + [SerializeField] private string _animTriggerName; + + [SerializeField] private AudioClip _audioClip; + + private bool _soundOnOff = true; + + private void Awake() + { + + } + + public void HandleActivated(ActivateEventArgs args) + { + _anim.SetTrigger(_animTriggerName); + + if(_soundOnOff) + { + _audioSource.PlayOneShot(_audioClip); + } + } + + public void InteractionSoundOnOff(bool isOn) + { + _soundOnOff = isOn; + } +} diff --git a/Assets/02_Scripts/Interact/RayInteractionFeedback.cs.meta b/Assets/02_Scripts/Interact/RayInteractionFeedback.cs.meta new file mode 100644 index 00000000..91054d42 --- /dev/null +++ b/Assets/02_Scripts/Interact/RayInteractionFeedback.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 20220875a7285a541935ef907867f29b \ No newline at end of file diff --git a/Assets/02_Scripts/UI/BGMBox.cs b/Assets/02_Scripts/UI/BGMBox.cs new file mode 100644 index 00000000..84f19b63 --- /dev/null +++ b/Assets/02_Scripts/UI/BGMBox.cs @@ -0,0 +1,28 @@ +using TMPro; +using UnityEngine; + +public class BGMBox : MonoBehaviour +{ + [SerializeField] private BGMClip _bgmClip; + + [Header("Refs")] + [SerializeField] private TMP_Text _bgmNameField; + [SerializeField] private GameObject _playSignObj; + + private void Awake() + { + _bgmNameField.text = _bgmClip.BGMName; + } + + public void PlayBGM() + { + SoundManager.Instance.PlayBGM(_bgmClip.Clip); + _playSignObj.SetActive(true); + } + + public void StopBGM() + { + SoundManager.Instance.StopBGM(); + _playSignObj.SetActive(false); + } +} diff --git a/Assets/02_Scripts/UI/BGMBox.cs.meta b/Assets/02_Scripts/UI/BGMBox.cs.meta new file mode 100644 index 00000000..8a7b5255 --- /dev/null +++ b/Assets/02_Scripts/UI/BGMBox.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 4fc531721f03e0741a8118d981947d3a \ No newline at end of file diff --git a/Assets/02_Scripts/UI/BGMHud.cs b/Assets/02_Scripts/UI/BGMHud.cs new file mode 100644 index 00000000..ee368826 --- /dev/null +++ b/Assets/02_Scripts/UI/BGMHud.cs @@ -0,0 +1,21 @@ +using System.Collections.Generic; +using UnityEngine; + +public class BGMHud : MonoBehaviour +{ + [SerializeField] private GameObject _contentRoot; + [SerializeField] private GameObject _contentPrefab; + + private BGMBox currentBgm; + + public void PlayPickBGM(GameObject buttonObj) + { + if(currentBgm != null) + currentBgm.StopBGM(); + + BGMBox bgmBox = buttonObj.GetComponentInParent(); + bgmBox.PlayBGM(); + + currentBgm = bgmBox; + } +} diff --git a/Assets/02_Scripts/UI/BGMHud.cs.meta b/Assets/02_Scripts/UI/BGMHud.cs.meta new file mode 100644 index 00000000..1b8b3e5d --- /dev/null +++ b/Assets/02_Scripts/UI/BGMHud.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: c777974bd5467db43b82cea4e8481c01 \ No newline at end of file diff --git a/Assets/03_Models/_Characters/Cat.meta b/Assets/03_Models/_Characters/Cat.meta new file mode 100644 index 00000000..29c7cc21 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bdbf0a728eee1284b8623816c9bbb9ff +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Animations.meta b/Assets/03_Models/_Characters/Cat/Animations.meta new file mode 100644 index 00000000..a52d96c6 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3c7d93e9df0b5a44f9cae7cd32906119 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller b/Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller new file mode 100644 index 00000000..e434e9ec --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller @@ -0,0 +1,156 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-2113337038360537143 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CatSpin + m_Speed: 1.2 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1837493196814090815} + 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: 26f8ec10cd939954797dbaba4e7b3c20, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CatAnimController + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: CatSpin + m_Type: 9 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 4645128430304738687} + 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!1101 &469213799209416185 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 1 + m_ConditionEvent: CatSpin + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -2113337038360537143} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1837493196814090815 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 0} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 1 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.9583333 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1107 &4645128430304738687 +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: -2113337038360537143} + m_Position: {x: 290, y: 30, z: 0} + - serializedVersion: 1 + m_State: {fileID: 8919087785852738170} + m_Position: {x: 290, y: 150, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: + - {fileID: 469213799209416185} + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 210, z: 0} + m_ExitPosition: {x: 560, y: 30, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 8919087785852738170} +--- !u!1102 &8919087785852738170 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + 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: 0} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: diff --git a/Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller.meta b/Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller.meta new file mode 100644 index 00000000..2c58cc22 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Animations/CatAnimController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b24fabbdc1823994ba6d0154612bfc31 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim b/Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim new file mode 100644 index 00000000..2fa4524d --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d61a8197814a50e119e43e124f119d13c385c3ca8bf9c758d7b86efee38143 +size 274710 diff --git a/Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim.meta b/Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim.meta new file mode 100644 index 00000000..0c6c639e --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Animations/CatSpin.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 26f8ec10cd939954797dbaba4e7b3c20 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Materials.meta b/Assets/03_Models/_Characters/Cat/Materials.meta new file mode 100644 index 00000000..56363a36 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1e593a5053bf9f245b52b223c74d1e29 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat b/Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat new file mode 100644 index 00000000..cdda4909 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat @@ -0,0 +1,139 @@ +%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: Muchkin2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: f0e816655056ba945961b36e295fd9b2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f0e816655056ba945961b36e295fd9b2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _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.14142135 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.14142135 + - _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: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &652219101946062914 +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 diff --git a/Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat.meta b/Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat.meta new file mode 100644 index 00000000..40269d62 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Materials/Muchkin2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ea22c926bcc0fb94889b3b559d0e957a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx b/Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx new file mode 100644 index 00000000..e448cda9 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf3d21f391ae0d98065c397860d8ea5a513501eef9c90271ed14d6cc6ec0b3 +size 941520 diff --git a/Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx.meta b/Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx.meta new file mode 100644 index 00000000..58ad3cf9 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/OiiaioooooiaiFin.fbx.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 6518492ac2f631244949fe2544e80f75 +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Muchkin2 + second: {fileID: 2100000, guid: ea22c926bcc0fb94889b3b559d0e957a, 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: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Prefabs.meta b/Assets/03_Models/_Characters/Cat/Prefabs.meta new file mode 100644 index 00000000..745abcec --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f60b223067a7b841ae78cd4b6599ad1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab b/Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab new file mode 100644 index 00000000..488e001d --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a89bf5d580aac590acc4b7a5fd3b8330dbbd92c0be24008a87cb4d8f5c4485b +size 4322 diff --git a/Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab.meta b/Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab.meta new file mode 100644 index 00000000..13dfa59c --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Prefabs/Cat.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 864d4c49c27a72f49bd90a0f1e123099 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Textures.meta b/Assets/03_Models/_Characters/Cat/Textures.meta new file mode 100644 index 00000000..7e74b2e1 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5e2529d69d9b61c4f97bd5cc7e3374ff +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png b/Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png new file mode 100644 index 00000000..a5177cf9 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4ceb94cf0882185fe06eb3701cfade3cc810fd766018b1ce8735b4bdad7e47 +size 9296982 diff --git a/Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png.meta b/Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png.meta new file mode 100644 index 00000000..9eafde01 --- /dev/null +++ b/Assets/03_Models/_Characters/Cat/Textures/Muchkin2_BaseColor.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: f0e816655056ba945961b36e295fd9b2 +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: iOS + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + 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/07_UI/Etc.meta b/Assets/07_UI/Etc.meta new file mode 100644 index 00000000..6ac1f74e --- /dev/null +++ b/Assets/07_UI/Etc.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b68298e652fb6ce4f995dc7f93cb52d6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_UI/Etc/BGMBox.prefab b/Assets/07_UI/Etc/BGMBox.prefab new file mode 100644 index 00000000..3fc524cf --- /dev/null +++ b/Assets/07_UI/Etc/BGMBox.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6733ee23df0a3218523239929d108e225d9956b9a26ace9c6b079e6298e33b93 +size 13550 diff --git a/Assets/07_UI/Etc/BGMBox.prefab.meta b/Assets/07_UI/Etc/BGMBox.prefab.meta new file mode 100644 index 00000000..93bf955b --- /dev/null +++ b/Assets/07_UI/Etc/BGMBox.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eb2b03c36f769704094234d253192cbc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Sound.meta b/Assets/08_Data/Sound.meta new file mode 100644 index 00000000..a0d8947c --- /dev/null +++ b/Assets/08_Data/Sound.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d50b515d24e16f428fe521632b41b89 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Sound/OIIA OIIA.asset b/Assets/08_Data/Sound/OIIA OIIA.asset new file mode 100644 index 00000000..17064486 --- /dev/null +++ b/Assets/08_Data/Sound/OIIA OIIA.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055fdf33d923f188976e3ed3feae97edb40cd355b12607c77c17f2f63ea791a5 +size 518 diff --git a/Assets/08_Data/Sound/OIIA OIIA.asset.meta b/Assets/08_Data/Sound/OIIA OIIA.asset.meta new file mode 100644 index 00000000..8fb3fe49 --- /dev/null +++ b/Assets/08_Data/Sound/OIIA OIIA.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2fd4818494bd0f7498892f550e890836 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/BGM.meta b/Assets/10_Audio/BGM.meta new file mode 100644 index 00000000..72a5e393 --- /dev/null +++ b/Assets/10_Audio/BGM.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7481ba3c89895834188a61a8e932fe74 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/BGM/Oiia Oiia.wav b/Assets/10_Audio/BGM/Oiia Oiia.wav new file mode 100644 index 00000000..4239b4fd --- /dev/null +++ b/Assets/10_Audio/BGM/Oiia Oiia.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4872a0bfc30ba0172d7d36f513351f21bc8cf95a1e3e827da43404422273b7d7 +size 23760974 diff --git a/Assets/10_Audio/BGM/Oiia Oiia.wav.meta b/Assets/10_Audio/BGM/Oiia Oiia.wav.meta new file mode 100644 index 00000000..5635abe0 --- /dev/null +++ b/Assets/10_Audio/BGM/Oiia Oiia.wav.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 11992c3c8c4183a4db1f14b7c305f191 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/Etc.meta b/Assets/10_Audio/Etc.meta new file mode 100644 index 00000000..15b0bbc3 --- /dev/null +++ b/Assets/10_Audio/Etc.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a166122a47838a4191947050a357d5d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/Etc/Cat.meta b/Assets/10_Audio/Etc/Cat.meta new file mode 100644 index 00000000..f7887016 --- /dev/null +++ b/Assets/10_Audio/Etc/Cat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 91fecd2cba06c9a459398c2f70992c6e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav b/Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav new file mode 100644 index 00000000..9fefe6d8 --- /dev/null +++ b/Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96221dcc239042ecf34d4da7dd16ae0d42edb2ffdee6f02527b4a96134c4d2d5 +size 296970 diff --git a/Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav.meta b/Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav.meta new file mode 100644 index 00000000..ee0070fe --- /dev/null +++ b/Assets/10_Audio/Etc/Cat/Oiia Oiia_Part.wav.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: cc928e8122b5d584082fef399f6a67a4 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: