diff --git a/Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs b/Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs
new file mode 100644
index 000000000..a41135ba6
--- /dev/null
+++ b/Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs
@@ -0,0 +1,22 @@
+// Magica Cloth 2.
+// Copyright (c) 2026 MagicaSoft.
+// https://magicasoft.jp
+
+namespace MagicaCloth2
+{
+ ///
+ /// Simulation Disable Mode
+ ///
+ public enum ClothDisableMode
+ {
+ ///
+ /// Reset the simulation.
+ ///
+ Reset = 0,
+
+ ///
+ /// Maintain the simulation.
+ ///
+ Keep = 1,
+ }
+}
diff --git a/Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs.meta b/Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs.meta
new file mode 100644
index 000000000..35c531c57
--- /dev/null
+++ b/Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs.meta
@@ -0,0 +1,18 @@
+fileFormatVersion: 2
+guid: b7f7df74e3431e84199fe50874a58668
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
+AssetOrigin:
+ serializedVersion: 1
+ productId: 242307
+ packageName: Magica Cloth 2
+ packageVersion: 2.17.1
+ assetPath: Assets/External/MagicaCloth2/Scripts/Core/Cloth/ClothDisableMode.cs
+ uploadId: 863068
diff --git a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Leaf Shader/Leaf Shader.shader b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Leaf Shader/Leaf Shader.shader
index eb5a36219..bf6669e69 100644
--- a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Leaf Shader/Leaf Shader.shader
+++ b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Leaf Shader/Leaf Shader.shader
@@ -208,6 +208,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -628,7 +629,7 @@ Shader "Leaf Shader"
float Metallic = 0.0;
float Smoothness = 0.0;
float Occlusion = 1;
- float3 Emission = 0;
+ float3 Emission = ( tex2DNode5 * 0.2 ).rgb;
float Alpha = tex2DNode5.a;
float AlphaClipThreshold = 0.5;
float AlphaClipThresholdShadow = 0.5;
@@ -899,6 +900,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -1259,6 +1261,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -1593,6 +1596,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -1882,7 +1886,7 @@ Shader "Leaf Shader"
float3 BaseColor = tex2DNode5.rgb;
- float3 Emission = 0;
+ float3 Emission = ( tex2DNode5 * 0.2 ).rgb;
float Alpha = tex2DNode5.a;
float AlphaClipThreshold = 0.5;
@@ -1924,6 +1928,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -2235,6 +2240,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -2639,6 +2645,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -3048,7 +3055,7 @@ Shader "Leaf Shader"
float Metallic = 0.0;
float Smoothness = 0.0;
float Occlusion = 1;
- float3 Emission = 0;
+ float3 Emission = ( tex2DNode5 * 0.2 ).rgb;
float Alpha = tex2DNode5.a;
float AlphaClipThreshold = 0.5;
float AlphaClipThresholdShadow = 0.5;
@@ -3192,6 +3199,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -3525,6 +3533,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -3859,6 +3868,7 @@ Shader "Leaf Shader"
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_OPAQUE_KEEP_ALPHA
+ #define _EMISSION
#define ASE_VERSION 19904
#define ASE_SRP_VERSION -1
@@ -4144,10 +4154,12 @@ Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0,
Node;AmplifyShaderEditor.NoiseGeneratorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;12;-1039.598,148.0997;Inherit;True;Simplex3D;True;False;2;0;FLOAT3;0,0,0;False;1;FLOAT;1;False;1;FLOAT;0
Node;AmplifyShaderEditor.WorldPosInputsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;63;-1408,48;Inherit;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;14;-1072,368;Inherit;False;Property;_Strength;Strength;1;0;Create;True;0;0;0;False;0;False;0.02;0.2;0;1;0;1;FLOAT;0
-Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;5;-800,-288;Inherit;True;Property;_BaseMap;BaseMap;0;0;Create;True;0;0;0;False;0;False;-1;c36bef254b02ef64eae4287a9c215218;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;15;-757.4502,129.4087;Inherit;False;3;3;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;62;-576,-48;Inherit;False;Constant;_Float0;Float 0;1;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;64;-560,48;Inherit;False;Constant;_Float1;Float 1;3;0;Create;True;0;0;0;False;0;False;0.5;0;0;0;0;1;FLOAT;0
+Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;5;-1040,-400;Inherit;True;Property;_BaseMap;BaseMap;0;0;Create;True;0;0;0;False;0;False;-1;c36bef254b02ef64eae4287a9c215218;c36bef254b02ef64eae4287a9c215218;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
+Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;100;-702.103,-231.6348;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
+Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;99;-928,-160;Inherit;False;Constant;_Float2;Float 2;3;0;Create;True;0;0;0;False;0;False;0.2;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;87;-304,-272;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;ExtraPrePass;0;0;ExtraPrePass;6;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;12;all;0;False;True;1;1;False;;0;False;;0;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;True;0;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;88;-304,-272;Float;False;True;-1;3;UnityEditor.ShaderGraphLitGUI;0;12;Leaf Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;Forward;0;1;Forward;21;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;2;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;12;all;0;False;True;1;1;False;;0;False;;1;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;True;1;LightMode=UniversalForward;False;False;0;;0;0;Standard;51;Category;0;0; Instanced Terrain Normals;1;0;Lighting Model;0;0;Workflow;1;0;Surface;0;0; Keep Alpha;1;639094543593864921; Refraction Model;0;0; Blend;0;0;Two Sided;0;639094543599828129;Alpha Clipping;1;0; Use Shadow Threshold;0;0;Fragment Normal Space;0;0;Forward Only;0;0;Transmission;0;0; Transmission Shadow;0.5,False,;0;Translucency;0;0; Translucency Strength;1,False,;0; Normal Distortion;0.5,False,;0; Scattering;2,False,;0; Direct;0.9,False,;0; Ambient;0.1,False,;0; Shadow;0.5,False,;0;Cast Shadows;1;0;Receive Shadows;2;0;Specular Highlights;2;0;Environment Reflections;2;0;Receive SSAO;1;0;Motion Vectors;1;0; Add Precomputed Velocity;0;0; XR Motion Vectors;0;0;GPU Instancing;1;0;LOD CrossFade;1;0;Built-in Fog;1;0;_FinalColorxAlpha;0;0;Meta Pass;1;0;Override Baked GI;0;0;Extra Pre Pass;0;0;Tessellation;0;0; Phong;0;0; Strength;0.5,False,;0; Type;0;0; Tess;16,False,;0; Min;10,False,;0; Max;25,False,;0; Edge Length;16,False,;0; Max Displacement;25,False,;0;Write Depth;0;0; Early Z;0;0;Vertex Position;1;0;Debug Display;1;0;Clear Coat;0;0;0;12;False;True;True;True;True;True;True;True;True;True;True;False;False;;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;89;-304,-272;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;ShadowCaster;0;2;ShadowCaster;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;12;all;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;False;False;True;False;False;False;False;0;False;;False;False;False;False;False;False;False;False;False;True;1;False;;True;3;False;;False;True;1;LightMode=ShadowCaster;False;False;0;;0;0;Standard;0;False;0
@@ -4168,11 +4180,14 @@ WireConnection;12;1;11;0
WireConnection;15;0;63;0
WireConnection;15;1;12;0
WireConnection;15;2;14;0
+WireConnection;100;0;5;0
+WireConnection;100;1;99;0
WireConnection;88;0;5;0
WireConnection;88;3;62;0
WireConnection;88;4;62;0
+WireConnection;88;2;100;0
WireConnection;88;6;5;4
WireConnection;88;7;64;0
WireConnection;88;8;15;0
ASEEND*/
-//CHKSM=A8CBB803F36C28C9D4ED5FB933CBE5FB75292545
\ No newline at end of file
+//CHKSM=E4A8AA17F1463D23200F3F3D79C3AAB3C1696740
\ No newline at end of file
diff --git a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Skybox.mat b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Skybox.mat
index 99071d90f..461f406aa 100644
--- a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Skybox.mat
+++ b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/Skybox.mat
@@ -140,7 +140,7 @@ Material:
- _QueueControl: 0
- _QueueOffset: 0
- _ReceiveShadows: 1
- - _Rotation: 0
+ - _Rotation: 161
- _Smoothness: 0.5
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
diff --git a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/mtl/floor.mat b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/mtl/floor.mat
index 2a4afd6f6..62b181813 100644
--- a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/mtl/floor.mat
+++ b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Glb/mtl/floor.mat
@@ -181,7 +181,7 @@ Material:
- _ReceiveShadows: 1
- _ScreenSpaceOutlineIntensity: 1
- _ScreenSpaceOutlineWidth: 1
- - _Smoothness: 0.949
+ - _Smoothness: 0.643
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SplatAlbedoMapATiling: 1
diff --git a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Scene/[구슬요]미니콘 스테이지 - 바다 위 중정/Global Volume Profile.asset b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Scene/[구슬요]미니콘 스테이지 - 바다 위 중정/Global Volume Profile.asset
index bc30514fe..319043f8a 100644
--- a/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Scene/[구슬요]미니콘 스테이지 - 바다 위 중정/Global Volume Profile.asset
+++ b/Assets/ResourcesData/Background/[구슬요]미니콘 스테이지 - 바다 위 중정/Scene/[구슬요]미니콘 스테이지 - 바다 위 중정/Global Volume Profile.asset
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:10be68994cd87866e3bc50a73b57b4c89094943e01475cb128fce758bf911f8e
-size 31996
+oid sha256:286bacee0c18ff99ca65d78c8f2d9d762524a2c0ad9c5b216fb15e1eb8a0cbdc
+size 33160
diff --git a/Assets/ResourcesData/Character/@018_만타/Avatar/만타_260119_검정수트/만타_260119_검정수트_Biped.fbx.meta b/Assets/ResourcesData/Character/@018_만타/Avatar/만타_260119_검정수트/만타_260119_검정수트_Biped.fbx.meta
index 682c25fca..97887d01b 100644
--- a/Assets/ResourcesData/Character/@018_만타/Avatar/만타_260119_검정수트/만타_260119_검정수트_Biped.fbx.meta
+++ b/Assets/ResourcesData/Character/@018_만타/Avatar/만타_260119_검정수트/만타_260119_검정수트_Biped.fbx.meta
@@ -3,7 +3,7 @@ guid: 3e765cd7bb9296849a872d62cfc5293b
labels:
- NiloToonBakeSmoothNormalTSIntoUV8
ModelImporter:
- serializedVersion: 21300
+ serializedVersion: 24200
internalIDToNameTable: []
externalObjects:
- first:
@@ -98,8 +98,6 @@ ModelImporter:
optimizeGameObjects: 0
removeConstantScaleCurves: 1
motionNodeName:
- rigImportErrors:
- rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
@@ -122,6 +120,7 @@ ModelImporter:
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
+ importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
@@ -139,6 +138,9 @@ ModelImporter:
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
+ generateMeshLods: 0
+ meshLodGenerationFlags: 0
+ maximumMeshLod: -1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
@@ -149,6 +151,7 @@ ModelImporter:
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
+ strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
@@ -769,12 +772,12 @@ ModelImporter:
- name: Bip001 L Finger0
parentName: Bip001 L Hand
position: {x: -0.013937377, y: 0.0085643, z: -0.025869867}
- rotation: {x: 0.5081031, y: -0.2845592, z: 0.018667739, w: 0.81271696}
+ rotation: {x: 0.47187245, y: -0.47008255, z: 0.079230286, w: 0.74167466}
scale: {x: 1, y: 1, z: 1.000001}
- name: Bip001 L Finger01
parentName: Bip001 L Finger0
position: {x: -0.02439558, y: 0, z: 0}
- rotation: {x: -0.049068954, y: -0.040476985, z: -0.088359006, w: 0.9940556}
+ rotation: {x: -0.049265467, y: -0.016137509, z: -0.035224628, w: 0.998034}
scale: {x: 1, y: 1, z: 1}
- name: Bip001 L Finger02
parentName: Bip001 L Finger01
@@ -1764,12 +1767,12 @@ ModelImporter:
- name: Bip001 R Finger0
parentName: Bip001 R Hand
position: {x: -0.013937377, y: 0.0085643, z: 0.025869865}
- rotation: {x: -0.5081031, y: 0.2845592, z: 0.018667728, w: 0.81271696}
+ rotation: {x: -0.47187275, y: 0.47008306, z: 0.079229385, w: 0.74167436}
scale: {x: 1, y: 1, z: 1.000001}
- name: Bip001 R Finger01
parentName: Bip001 R Finger0
position: {x: -0.024395542, y: 0, z: 0}
- rotation: {x: 0.04906894, y: 0.04047694, z: -0.08835899, w: 0.9940556}
+ rotation: {x: 0.049265306, y: 0.016136521, z: -0.035224352, w: 0.99803394}
scale: {x: 1, y: 1, z: 1}
- name: Bip001 R Finger02
parentName: Bip001 R Finger01
@@ -1934,7 +1937,7 @@ ModelImporter:
- name: RightRingDistal
parentName: Bip001 R Finger32
position: {x: 0.0031103515, y: -0.0016264343, z: -0.00085708854}
- rotation: {x: 0.00008553079, y: -0.00015710489, z: 0.99995464, w: -0.009521444}
+ rotation: {x: 0.00008553079, y: -0.0001571049, z: 0.99995464, w: -0.009521445}
scale: {x: 1, y: 1, z: 1.000001}
- name: "Ring Distal.R_\uB3C4\uBE14\uC7AC\uD0B7"
parentName: RightRingDistal
@@ -1944,7 +1947,7 @@ ModelImporter:
- name: RightRingIntermediate
parentName: Bip001 R Finger31
position: {x: 0.0016047286, y: -0.0019725037, z: -0.0007730865}
- rotation: {x: 0.00008553079, y: -0.00015710489, z: 0.99995464, w: -0.009521444}
+ rotation: {x: 0.00008553079, y: -0.0001571049, z: 0.99995464, w: -0.009521445}
scale: {x: 1, y: 1, z: 1.000001}
- name: "Ring Intermediate.R_\uB3C4\uBE14\uC7AC\uD0B7"
parentName: RightRingIntermediate
@@ -1954,7 +1957,7 @@ ModelImporter:
- name: RightRingProximal
parentName: Bip001 R Finger3
position: {x: 0.000024795532, y: -0.0014219665, z: -0.0000020599364}
- rotation: {x: 0.00008553079, y: -0.00015710489, z: 0.99995464, w: -0.009521444}
+ rotation: {x: 0.00008553079, y: -0.0001571049, z: 0.99995464, w: -0.009521445}
scale: {x: 1, y: 1, z: 1.000001}
- name: "Ring Proximal.R_\uB3C4\uBE14\uC7AC\uD0B7"
parentName: RightRingProximal
@@ -2744,6 +2747,7 @@ ModelImporter:
humanoidOversampling: 1
avatarSetup: 1
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
+ importBlendShapeDeformPercent: 0
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_Face_Mtl 1_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_Face_Mtl 1_Copy.mat
index f330517d5..1c18d985f 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_Face_Mtl 1_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_Face_Mtl 1_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: BY_Face_Mtl 1_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _BASEMAP_STACKING_LAYER2
@@ -25,6 +27,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -593,7 +596,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 1
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -804,7 +807,7 @@ Material:
- _OutlineUseBakedSmoothNormal: 1
- _OutlineUsePreLightingReplaceColor: 0
- _OutlineUseReplaceColor: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZOffset: 0.0001
- _OutlineZOffsetForFaceArea: 0.002
@@ -1181,3 +1184,4 @@ Material:
- _UV3ScrollSpeed: {r: 0, g: 0, b: 0, a: 0}
- _ZOffsetMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Extra_Mtl_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Extra_Mtl_Copy.mat
index 9a1e82adb..3aef1c290 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Extra_Mtl_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Extra_Mtl_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: BY_eye_Extra_Mtl_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _ISFACE
@@ -21,6 +23,7 @@ Material:
stringTagMap: {}
disabledShaderPasses:
- NiloToonOutline
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -591,7 +594,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -802,7 +805,7 @@ Material:
- _OutlineUseBakedSmoothNormal: 1
- _OutlineUsePreLightingReplaceColor: 0
- _OutlineUseReplaceColor: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZOffset: 0.0001
- _OutlineZOffsetForFaceArea: 0.02
@@ -1179,3 +1182,4 @@ Material:
- _UV3ScrollSpeed: {r: 0, g: 0, b: 0, a: 0}
- _ZOffsetMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Mtl_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Mtl_Copy.mat
index 84e457edf..375c928da 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Mtl_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/BY_eye_Mtl_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: BY_eye_Mtl_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _ISFACE
@@ -21,6 +23,7 @@ Material:
stringTagMap: {}
disabledShaderPasses:
- NiloToonOutline
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -589,7 +592,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -800,7 +803,7 @@ Material:
- _OutlineUseBakedSmoothNormal: 1
- _OutlineUsePreLightingReplaceColor: 0
- _OutlineUseReplaceColor: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZOffset: 0.0001
- _OutlineZOffsetForFaceArea: 0.02
@@ -1177,3 +1180,4 @@ Material:
- _UV3ScrollSpeed: {r: 0, g: 0, b: 0, a: 0}
- _ZOffsetMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Bag_Black_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Bag_Black_Copy.mat
index 304125ed8..dd7d37b22 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Bag_Black_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Bag_Black_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Bag_Black_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -872,7 +875,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1285,8 +1288,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1914,3 +1917,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Beret_Black_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Beret_Black_Copy.mat
index fae3ff286..f1667c91b 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Beret_Black_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Beret_Black_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Beret_Black_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _NORMALMAP
@@ -20,6 +22,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -871,7 +874,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1284,8 +1287,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.041
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1913,3 +1916,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_Ribbon_White_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_Ribbon_White_Copy.mat
index fb84b72cb..bbbb2d411 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_Ribbon_White_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_Ribbon_White_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Blouse_Ribbon_White_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2449
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -872,7 +875,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1285,8 +1288,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1914,3 +1917,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_White_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_White_Copy.mat
index c65411325..5a167c159 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_White_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Blouse_White_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Blouse_White_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -872,7 +875,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1285,8 +1288,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1914,3 +1917,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Gem_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Gem_Copy.mat
index 5ec20b435..7e891da3e 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Gem_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Gem_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Gem_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -875,7 +878,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1253,8 +1256,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1851,3 +1854,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Glass_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Glass_Copy.mat
index 47a0faf24..d7992d39f 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Glass_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Glass_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Glass_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _RECEIVE_URP_SHADOW
@@ -19,6 +21,7 @@ Material:
m_CustomRenderQueue: 2499
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -595,7 +598,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -817,7 +820,7 @@ Material:
- _OutlineUseBakedSmoothNormal: 1
- _OutlineUsePreLightingReplaceColor: 0
- _OutlineUseReplaceColor: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZOffset: 0.0001
- _OutlineZOffsetForFaceArea: 0.02
@@ -1201,3 +1204,4 @@ Material:
- _UV3ScrollSpeed: {r: 0, g: 0, b: 0, a: 0}
- _ZOffsetMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Jacket_Skirt_Plain_Beige_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Jacket_Skirt_Plain_Beige_Copy.mat
index e735f2654..da1380479 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Jacket_Skirt_Plain_Beige_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Jacket_Skirt_Plain_Beige_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Jacket_Skirt_Plain_Beige_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -22,6 +24,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -873,7 +876,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1286,8 +1289,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1915,3 +1918,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_KneeSocks_01_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_KneeSocks_01_Copy.mat
index b426a8753..345391b61 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_KneeSocks_01_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_KneeSocks_01_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_KneeSocks_01_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -872,7 +875,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1285,8 +1288,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.041
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1914,3 +1917,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Metal_Gold_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Metal_Gold_Copy.mat
index dd466d1b0..f5443b088 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Metal_Gold_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Metal_Gold_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Metal_Gold_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -856,7 +859,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1233,8 +1236,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.018
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1826,3 +1829,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Pearl_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Pearl_Copy.mat
index 2a483c522..a74f23652 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Pearl_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Pearl_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Pearl_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -875,7 +878,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1253,8 +1256,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.018
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1851,3 +1854,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_01_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_01_Copy.mat
index 9902480fd..5386656bf 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_01_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_01_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Stockings_Shoes_01_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
@@ -21,6 +23,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -872,7 +875,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1285,8 +1288,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1914,3 +1917,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03 1_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03 1_Copy.mat
index c02a6485f..594992059 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03 1_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03 1_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Stockings_Shoes_03 1_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _BASEMAP_STACKING_LAYER2
@@ -22,6 +24,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -873,7 +876,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1286,8 +1289,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1915,3 +1918,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03_Copy.mat
index 33fe11826..edc0e0022 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Mat_Stockings_Shoes_03_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Mat_Stockings_Shoes_03_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _BASEMAP_STACKING_LAYER1
- _BASEMAP_STACKING_LAYER2
@@ -22,6 +24,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -873,7 +876,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1286,8 +1289,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.03
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1915,3 +1918,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_Pants_lilToon_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_Pants_lilToon_Copy.mat
index 61197cbcf..d8db6186b 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_Pants_lilToon_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_Pants_lilToon_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Selestia_Pants_lilToon_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _RECEIVE_URP_SHADOW
@@ -19,6 +21,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -587,7 +590,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -798,7 +801,7 @@ Material:
- _OutlineUseBakedSmoothNormal: 1
- _OutlineUsePreLightingReplaceColor: 0
- _OutlineUseReplaceColor: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZOffset: 0.0001
- _OutlineZOffsetForFaceArea: 0.02
@@ -1175,3 +1178,4 @@ Material:
- _UV3ScrollSpeed: {r: 0, g: 0, b: 0, a: 0}
- _ZOffsetMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_body_nilo_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_body_nilo_Copy.mat
index b450ee492..db74fbbd1 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_body_nilo_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Selestia_body_nilo_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Selestia_body_nilo_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _RECEIVE_URP_SHADOW
@@ -19,6 +21,7 @@ Material:
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -850,7 +853,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1225,7 +1228,7 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
@@ -1818,3 +1821,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Strawberry milk_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Strawberry milk_Copy.mat
index 94f8629b0..255e75a50 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Strawberry milk_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/Strawberry milk_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Strawberry milk_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAOVERRIDEMAP
- _BASEMAP_STACKING_LAYER1
@@ -24,6 +26,7 @@ Material:
stringTagMap:
VRCFallback: Unlit
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -859,7 +862,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1232,8 +1235,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.035
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1388,7 +1391,7 @@ Material:
- _SelfShadowAreaHSVStrength: 1
- _SelfShadowAreaHueOffset: 0
- _SelfShadowAreaSaturationBoost: 0.2
- - _SelfShadowAreaValueMul: 0.7
+ - _SelfShadowAreaValueMul: 1
- _ShadingGradeMapApplyRange: 1
- _ShadingGradeMapInvertColor: 0
- _ShadingGradeMapMidPointOffset: 0
@@ -1852,3 +1855,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/White_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/White_Copy.mat
index 7b01b9022..7de94d35d 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/White_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/White_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: White_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAOVERRIDEMAP
- _BASEMAP_STACKING_LAYER1
@@ -24,6 +26,7 @@ Material:
stringTagMap:
VRCFallback: Unlit
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -859,7 +862,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1232,8 +1235,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.035
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1852,3 +1855,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Halo_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Halo_Copy.mat
index b485e17ae..440b9c5fc 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Halo_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Halo_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: _Halo_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAOVERRIDEMAP
- _BASEMAP_STACKING_LAYER1
@@ -22,6 +24,7 @@ Material:
m_CustomRenderQueue: 2450
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -876,7 +879,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1254,8 +1257,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.025
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1882,3 +1885,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Ribbon Pin_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Ribbon Pin_Copy.mat
index e54598118..54ceda77a 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Ribbon Pin_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Ribbon Pin_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: _Ribbon Pin_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAOVERRIDEMAP
- _BASEMAP_STACKING_LAYER1
@@ -23,6 +25,7 @@ Material:
stringTagMap:
VRCFallback: Unlit
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -858,7 +861,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1231,8 +1234,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.02
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1851,3 +1854,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Silver Pin_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Silver Pin_Copy.mat
index 67c1ab87a..35eccf370 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Silver Pin_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/_Silver Pin_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: _Silver Pin_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAOVERRIDEMAP
- _BASEMAP_STACKING_LAYER1
@@ -22,6 +24,7 @@ Material:
m_CustomRenderQueue: 2450
stringTagMap: {}
disabledShaderPasses: []
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -876,7 +879,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -1254,8 +1257,8 @@ Material:
- _OutlineVectorScale: 1
- _OutlineVectorUVMode: 0
- _OutlineVertexR2Width: 0
- - _OutlineWidth: 0.025
- - _OutlineWidthExtraMultiplier: 4
+ - _OutlineWidth: 0.2
+ - _OutlineWidthExtraMultiplier: 1
- _OutlineZBias: 0
- _OutlineZClip: 1
- _OutlineZOffset: 0.0001
@@ -1882,3 +1885,4 @@ Material:
- _egc6: {r: 1, g: 1, b: 1, a: 0}
- _egc7: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/eyeEffect_Mtl_Copy.mat b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/eyeEffect_Mtl_Copy.mat
index 2a534ce87..2005af3d5 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/eyeEffect_Mtl_Copy.mat
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Materials/eyeEffect_Mtl_Copy.mat
@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: eyeEffect_Mtl_Copy
m_Shader: {fileID: 4800000, guid: b4f674f383806e5419ee221e39445de0, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _ISFACE
@@ -21,6 +23,7 @@ Material:
stringTagMap: {}
disabledShaderPasses:
- NiloToonOutline
+ m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -591,7 +594,7 @@ Material:
- _DepthTexRimLightAndShadowReduceWidthWhenCameraIsClose: 1
- _DepthTexRimLightAndShadowSafeViewDistance: 1
- _DepthTexRimLightAndShadowWidthExtraMultiplier: 1
- - _DepthTexRimLightAndShadowWidthMultiplier: 0.6
+ - _DepthTexRimLightAndShadowWidthMultiplier: 0.4
- _DepthTexRimLightBlockByShadow: 0
- _DepthTexRimLightFadeoutRange: 1
- _DepthTexRimLightFixDottedLineArtifactsExtendMultiplier: 0.1
@@ -652,7 +655,7 @@ Material:
- _EnableNiloToonSelfShadowMappingNormalBias: 0
- _EnablePerMaterialDissolve: 0
- _EnableRendering: 1
- - _EnableShadowColor: 0
+ - _EnableShadowColor: 1
- _EnableUVEditGroup: 0
- _EnvironmentReflectionApplyAddBlending: 0
- _EnvironmentReflectionApplyReplaceBlending: 1
@@ -802,7 +805,7 @@ Material:
- _OutlineUseBakedSmoothNormal: 1
- _OutlineUsePreLightingReplaceColor: 0
- _OutlineUseReplaceColor: 0
- - _OutlineWidth: 0.6
+ - _OutlineWidth: 0.2
- _OutlineWidthExtraMultiplier: 1
- _OutlineZOffset: 0.0001
- _OutlineZOffsetForFaceArea: 0.02
@@ -1179,3 +1182,4 @@ Material:
- _UV3ScrollSpeed: {r: 0, g: 0, b: 0, a: 0}
- _ZOffsetMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Prefab/구슬요_260320_베이지원피스_Biped.fbx.meta b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Prefab/구슬요_260320_베이지원피스_Biped.fbx.meta
index 46631663d..b48329c0b 100644
--- a/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Prefab/구슬요_260320_베이지원피스_Biped.fbx.meta
+++ b/Assets/ResourcesData/Character/@022_구슬요/Avatar/구슬요_260320_베이지원피스/Prefab/구슬요_260320_베이지원피스_Biped.fbx.meta
@@ -3,7 +3,7 @@ guid: 21b92ac5a6b821b42a63fee7a970fcb7
labels:
- NiloToonBakeSmoothNormalTSIntoUV8
ModelImporter:
- serializedVersion: 21300
+ serializedVersion: 24200
internalIDToNameTable: []
externalObjects:
- first:
@@ -103,8 +103,6 @@ ModelImporter:
optimizeGameObjects: 0
removeConstantScaleCurves: 1
motionNodeName:
- rigImportErrors:
- rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
@@ -127,6 +125,7 @@ ModelImporter:
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
+ importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
@@ -144,6 +143,9 @@ ModelImporter:
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
+ generateMeshLods: 0
+ meshLodGenerationFlags: 0
+ maximumMeshLod: -1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
@@ -154,6 +156,7 @@ ModelImporter:
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
+ strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
@@ -754,12 +757,12 @@ ModelImporter:
- name: Bip001 L Finger0
parentName: Bip001 L Hand
position: {x: -0.019821852, y: 0.006274414, z: -0.017284201}
- rotation: {x: 0.6928171, y: -0.23810078, z: 0.19129358, w: 0.65323764}
+ rotation: {x: 0.70080984, y: -0.3373376, z: 0.15073659, w: 0.6102028}
scale: {x: 1, y: 1, z: 0.999999}
- name: Bip001 L Finger01
parentName: Bip001 L Finger0
position: {x: -0.023242759, y: 0, z: 0.000000076293944}
- rotation: {x: 0.0006860022, y: -0.015777001, z: -0.06961702, w: 0.9974488}
+ rotation: {x: 0.00068739033, y: -0.008850467, z: -0.039059564, w: 0.9991975}
scale: {x: 1, y: 1, z: 1}
- name: Bip001 L Finger02
parentName: Bip001 L Finger01
@@ -2069,12 +2072,12 @@ ModelImporter:
- name: Bip001 R Finger0
parentName: Bip001 R Hand
position: {x: -0.019821852, y: 0.006274414, z: 0.017284203}
- rotation: {x: -0.6928171, y: 0.23810078, z: 0.19129358, w: 0.65323764}
+ rotation: {x: -0.70080954, y: 0.33733824, z: 0.15073916, w: 0.61020213}
scale: {x: 1, y: 1, z: 0.999999}
- name: Bip001 R Finger01
parentName: Bip001 R Finger0
position: {x: -0.023242759, y: 0, z: -0.000000076293944}
- rotation: {x: -0.0006859969, y: 0.015777001, z: -0.069617, w: 0.9974488}
+ rotation: {x: -0.0006871519, y: 0.008849499, z: -0.03906043, w: 0.9991975}
scale: {x: 1, y: 1, z: 1}
- name: Bip001 R Finger02
parentName: Bip001 R Finger01
@@ -3209,6 +3212,7 @@ ModelImporter:
humanoidOversampling: 1
avatarSetup: 1
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
+ importBlendShapeDeformPercent: 0
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
diff --git a/Assets/ResourcesData/Character/@023_얌하/Avatar/얌하_260222_이적방송/Old/얌하_260222_이적방송_Biped.fbx.meta b/Assets/ResourcesData/Character/@023_얌하/Avatar/얌하_260222_이적방송/Old/얌하_260222_이적방송_Biped.fbx.meta
index d58665e97..91603925b 100644
--- a/Assets/ResourcesData/Character/@023_얌하/Avatar/얌하_260222_이적방송/Old/얌하_260222_이적방송_Biped.fbx.meta
+++ b/Assets/ResourcesData/Character/@023_얌하/Avatar/얌하_260222_이적방송/Old/얌하_260222_이적방송_Biped.fbx.meta
@@ -932,12 +932,12 @@ ModelImporter:
- name: Bip001 L Finger0
parentName: Bip001 L Hand
position: {x: -0.013937377, y: 0.0085643, z: -0.025869869}
- rotation: {x: 0.5081031, y: -0.2845591, z: 0.01866781, w: 0.812717}
+ rotation: {x: 0.47187218, y: -0.47008294, z: 0.07923151, w: 0.74167454}
scale: {x: 1, y: 1, z: 1.000001}
- name: Bip001 L Finger01
parentName: Bip001 L Finger0
position: {x: -0.02439556, y: 0.000000038146972, z: 0}
- rotation: {x: -0.049068976, y: -0.040477023, z: -0.08835898, w: 0.9940556}
+ rotation: {x: -0.04926551, y: -0.016136527, z: -0.035225965, w: 0.9980339}
scale: {x: 1, y: 1, z: 1}
- name: Bip001 L Finger02
parentName: Bip001 L Finger01
@@ -2932,12 +2932,12 @@ ModelImporter:
- name: Bip001 R Finger0
parentName: Bip001 R Hand
position: {x: -0.013937377, y: 0.0085643, z: 0.025869867}
- rotation: {x: -0.62445533, y: 0.27232695, z: 0.13743928, w: 0.71902996}
+ rotation: {x: -0.6171794, y: 0.4124725, z: 0.13057952, w: 0.65719485}
scale: {x: 1, y: 1.000001, z: 1}
- name: Bip001 R Finger01
parentName: Bip001 R Finger0
position: {x: -0.024395484, y: -0.000000019073486, z: 0}
- rotation: {x: 0.04906897, y: 0.040476993, z: -0.08835896, w: 0.9940556}
+ rotation: {x: 0.049265403, y: 0.016138073, z: -0.03523042, w: 0.99803376}
scale: {x: 1, y: 1, z: 1}
- name: Bip001 R Finger02
parentName: Bip001 R Finger01
@@ -3132,7 +3132,7 @@ ModelImporter:
- name: RightRingDistal
parentName: Bip001 R Finger32
position: {x: 0.0031104658, y: -0.0016279601, z: -0.000857315}
- rotation: {x: 0.00008553079, y: -0.00015710489, z: 0.99995464, w: -0.009521444}
+ rotation: {x: 0.00008553079, y: -0.00015710492, z: 0.99995464, w: -0.009521446}
scale: {x: 1, y: 1, z: 1.000001}
- name: Ring Distal.R_1
parentName: RightRingDistal
@@ -3152,7 +3152,7 @@ ModelImporter:
- name: RightRingIntermediate
parentName: Bip001 R Finger31
position: {x: 0.0016046142, y: -0.0019741058, z: -0.0007733917}
- rotation: {x: 0.00008553079, y: -0.00015710489, z: 0.99995464, w: -0.009521444}
+ rotation: {x: 0.00008553079, y: -0.00015710492, z: 0.99995464, w: -0.009521446}
scale: {x: 1, y: 1, z: 1.000001}
- name: Ring Intermediate.R_1
parentName: RightRingIntermediate
@@ -3162,7 +3162,7 @@ ModelImporter:
- name: RightRingProximal
parentName: Bip001 R Finger3
position: {x: 0.000024642944, y: -0.0014237976, z: -0.0000024437904}
- rotation: {x: 0.00008553079, y: -0.00015710489, z: 0.99995464, w: -0.009521444}
+ rotation: {x: 0.00008553079, y: -0.00015710492, z: 0.99995464, w: -0.009521446}
scale: {x: 1, y: 1, z: 1.000001}
- name: Ring Proximal.R_1
parentName: RightRingProximal
diff --git a/Assets/ResourcesData/Character/@024_마레플로스/Avatar/마레플로스_260227_동탄룩/Maigca/MagicaPreBuild_1a54db25.asset b/Assets/ResourcesData/Character/@024_마레플로스/Avatar/마레플로스_260227_동탄룩/Maigca/MagicaPreBuild_1a54db25.asset
index 9f1df40cb..259b2fb1b 100644
--- a/Assets/ResourcesData/Character/@024_마레플로스/Avatar/마레플로스_260227_동탄룩/Maigca/MagicaPreBuild_1a54db25.asset
+++ b/Assets/ResourcesData/Character/@024_마레플로스/Avatar/마레플로스_260227_동탄룩/Maigca/MagicaPreBuild_1a54db25.asset
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:876ef07c37d69776518dd1847b352463df014ec0e8818736cb8008385c6f5409
-size 483512
+oid sha256:46ea4bf880d1a08cc5bad437125887d3b3b261ec8d8261f01352b71342ec4b0e
+size 551507
diff --git a/Assets/ResourcesData/Project/260307_모션촬영.meta b/Assets/ResourcesData/Project/260307_모션촬영.meta
new file mode 100644
index 000000000..43282e2c4
--- /dev/null
+++ b/Assets/ResourcesData/Project/260307_모션촬영.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 7ee0a79ff7f55834e9552beab896f537
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260307_모션촬영/260307_모션촬영.unity b/Assets/ResourcesData/Project/260307_모션촬영/260307_모션촬영.unity
new file mode 100644
index 000000000..d488ad87a
--- /dev/null
+++ b/Assets/ResourcesData/Project/260307_모션촬영/260307_모션촬영.unity
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e806bd30630581ac0c8f51384211314b04396d661397f9624b5e95358e3ab5d2
+size 1286965
diff --git a/Assets/ResourcesData/Project/260307_모션촬영/260307_모션촬영.unity.meta b/Assets/ResourcesData/Project/260307_모션촬영/260307_모션촬영.unity.meta
new file mode 100644
index 000000000..cb93267e3
--- /dev/null
+++ b/Assets/ResourcesData/Project/260307_모션촬영/260307_모션촬영.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 068a6dacc32e4334eaeec1ba1b12b4b9
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260312_모션촬영.meta b/Assets/ResourcesData/Project/260312_모션촬영.meta
new file mode 100644
index 000000000..8499eef3c
--- /dev/null
+++ b/Assets/ResourcesData/Project/260312_모션촬영.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: da4729b6225dc4f4f8e6b5659aea0471
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260312_모션촬영/260312_모션촬영.unity b/Assets/ResourcesData/Project/260312_모션촬영/260312_모션촬영.unity
new file mode 100644
index 000000000..de75fd16c
--- /dev/null
+++ b/Assets/ResourcesData/Project/260312_모션촬영/260312_모션촬영.unity
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:51cb2ce272eb5d2dfa42e60b2c5080340aa445b1caf75211d42f20cf827b55c8
+size 905338
diff --git a/Assets/ResourcesData/Project/260312_모션촬영/260312_모션촬영.unity.meta b/Assets/ResourcesData/Project/260312_모션촬영/260312_모션촬영.unity.meta
new file mode 100644
index 000000000..aa39ec807
--- /dev/null
+++ b/Assets/ResourcesData/Project/260312_모션촬영/260312_모션촬영.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 1f6b067d43f9ddc4eaf2433ecfe6b23e
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260313_이무지마레플로스방송/260313_이무지마레플로스방송.unity b/Assets/ResourcesData/Project/260313_이무지마레플로스방송/260313_이무지마레플로스방송.unity
index f8cd365d7..d4214cbca 100644
--- a/Assets/ResourcesData/Project/260313_이무지마레플로스방송/260313_이무지마레플로스방송.unity
+++ b/Assets/ResourcesData/Project/260313_이무지마레플로스방송/260313_이무지마레플로스방송.unity
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e0c41a8e0bdc63858fbd8d2f2a4046cef8df167ac9f3c12537993ebd8d6730df
+oid sha256:ffada559f69febad4402255b9e133f62c940c276eb713c3d1f64710d95971f77
size 816620
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송.meta
new file mode 100644
index 000000000..520b0834c
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 04828dfb7e0d22c478db520afd305ac8
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/260320_구슬요님_노래방송_미니콘스테이지.unity b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/260320_구슬요님_노래방송_미니콘스테이지.unity
new file mode 100644
index 000000000..7d126cd8d
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/260320_구슬요님_노래방송_미니콘스테이지.unity
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8aa6dda9f0a45c8c254407063742fed2f717ce8151e358d8f65cb93b92103a30
+size 911502
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/260320_구슬요님_노래방송_미니콘스테이지.unity.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/260320_구슬요님_노래방송_미니콘스테이지.unity.meta
new file mode 100644
index 000000000..0030d87e9
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/260320_구슬요님_노래방송_미니콘스테이지.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: c33e8393faafadf40841d5bd53e3ace4
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline.meta
new file mode 100644
index 000000000..b2369531f
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 180223d2882b32d43832df712d7baed2
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/구슬요_노래방송_CamTempTimeline.playable b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/구슬요_노래방송_CamTempTimeline.playable
new file mode 100644
index 000000000..eb050f4b0
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/구슬요_노래방송_CamTempTimeline.playable
@@ -0,0 +1,1693 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!74 &-8111801325083485802
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_03_\uC804\uC9C4\uD6C4\uC9C4"
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 5
+ inSlope: -0.4
+ outSlope: -0.4
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: 3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 5
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 5
+ inSlope: 0.4
+ outSlope: 0.4
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.z
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 0.3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 0.3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 42
+ inSlope: -1.2
+ outSlope: -1.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: 36
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 42
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 36
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 42
+ inSlope: 1.2
+ outSlope: 1.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: Lens.FieldOfView
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: f9dfa5b682dcd46bda6128250e975f58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.75
+ inSlope: -0.15
+ outSlope: -0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: 0
+ inSlope: -0.15
+ outSlope: -0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: -0.75
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 0
+ inSlope: 0.15
+ outSlope: 0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 0.75
+ inSlope: 0.15
+ outSlope: 0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.x
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ 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: 505976585
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 3482800909
+ script: {fileID: 11500000, guid: f9dfa5b682dcd46bda6128250e975f58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 4029085221
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2267137715
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ typeID: 114
+ 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: 20
+ m_OrientationOffsetY: 0
+ m_Level: 0
+ m_CycleOffset: 0
+ m_HasAdditiveReferencePose: 0
+ m_LoopTime: 1
+ 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: 5
+ inSlope: -0.4
+ outSlope: -0.4
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: 3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 5
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 5
+ inSlope: 0.4
+ outSlope: 0.4
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.z
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 0.3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 0.3
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 42
+ inSlope: -1.2
+ outSlope: -1.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: 36
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 42
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 36
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 42
+ inSlope: 1.2
+ outSlope: 1.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: Lens.FieldOfView
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: f9dfa5b682dcd46bda6128250e975f58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.75
+ inSlope: -0.15
+ outSlope: -0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: 0
+ inSlope: -0.15
+ outSlope: -0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: -0.75
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 0
+ inSlope: 0.15
+ outSlope: 0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 0.75
+ inSlope: 0.15
+ outSlope: 0.15
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.x
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!74 &-5606829651792507960
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_01_\uADA4\uB3C4"
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 160.3
+ inSlope: 1.2699997
+ outSlope: 1.2699997
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 173
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 160.3
+ inSlope: -1.2699997
+ outSlope: -1.2699997
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: HorizontalAxis.Value
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1.2
+ inSlope: -0.040000003
+ outSlope: -0.040000003
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 0.8
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 1.2
+ inSlope: 0.040000003
+ outSlope: 0.040000003
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: RadialAxis.Value
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 10
+ inSlope: -0.2
+ outSlope: -0.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 8
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 10
+ inSlope: 0.2
+ outSlope: 0.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: VerticalAxis.Value
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: -0.04
+ outSlope: -0.04
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: -0.2
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 0.2
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 0
+ inSlope: -0.04
+ outSlope: -0.04
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: TargetOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ 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.2
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 136
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ 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: TargetOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: f38bda98361e1de48a4ca2bd86ea3c17, type: 3}
+ flags: 0
+ 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: 3075355317
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2730251355
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 3648698360
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 314320744
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 314320744
+ script: {fileID: 11500000, guid: f38bda98361e1de48a4ca2bd86ea3c17, type: 3}
+ typeID: 114
+ 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: 20
+ m_OrientationOffsetY: 0
+ m_Level: 0
+ m_CycleOffset: 0
+ m_HasAdditiveReferencePose: 0
+ m_LoopTime: 1
+ 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: 160.3
+ inSlope: 1.2699997
+ outSlope: 1.2699997
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 173
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 160.3
+ inSlope: -1.2699997
+ outSlope: -1.2699997
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: HorizontalAxis.Value
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1.2
+ inSlope: -0.040000003
+ outSlope: -0.040000003
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 0.8
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 1.2
+ inSlope: 0.040000003
+ outSlope: 0.040000003
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: RadialAxis.Value
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 10
+ inSlope: -0.2
+ outSlope: -0.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 10
+ value: 8
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 10
+ inSlope: 0.2
+ outSlope: 0.2
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: VerticalAxis.Value
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: -0.04
+ outSlope: -0.04
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 5
+ value: -0.2
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 15
+ value: 0.2
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 0
+ inSlope: -0.04
+ outSlope: -0.04
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: TargetOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 3b5d7c088409d9a40b7b09aa707777f8, type: 3}
+ 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.2
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 136
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ 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: TargetOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: f38bda98361e1de48a4ca2bd86ea3c17, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!114 &-2333235412933654999
+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: 030f85c3f73729f4f976f66ffb23b875, type: 3}
+ m_Name: Recorded_002
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
+ m_Clip: {fileID: 8442390877188248280}
+ m_Position: {x: 0, y: 0, z: 0}
+ m_EulerAngles: {x: 0, y: 0, z: 0}
+ m_UseTrackMatchFields: 1
+ m_MatchTargetFields: 63
+ m_RemoveStartOffset: 0
+ m_ApplyFootIK: 1
+ m_Loop: 0
+ m_Version: 1
+ m_Rotation: {x: 0, y: 0, z: 0, w: 1}
+--- !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: "\uAD6C\uC2AC\uC694_\uB178\uB798\uBC29\uC1A1_CamTempTimeline"
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
+ m_Version: 0
+ m_Tracks:
+ - {fileID: 17063547617012948}
+ - {fileID: 5945707509860802056}
+ - {fileID: 8234405835050859450}
+ m_FixedDuration: 0
+ m_EditorSettings:
+ m_Framerate: 60
+ m_ScenePreview: 1
+ m_DurationMode: 0
+ m_MarkerTrack: {fileID: 0}
+--- !u!114 &17063547617012948
+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: "\uD504\uB9AC\uC14B_01_\uADA4\uB3C4"
+ 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_Version: 1
+ m_Start: 0
+ m_ClipIn: 0
+ m_Asset: {fileID: 7433525337039140070}
+ m_Duration: 20
+ m_TimeScale: 1
+ m_ParentTrack: {fileID: 17063547617012948}
+ m_EaseInDuration: 0
+ m_EaseOutDuration: 0
+ m_BlendInDuration: -1
+ m_BlendOutDuration: -1
+ 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: 1
+ m_PostExtrapolationMode: 2
+ m_PreExtrapolationMode: 1
+ m_PostExtrapolationTime: Infinity
+ m_PreExtrapolationTime: 0
+ m_DisplayName: "\uD504\uB9AC\uC14B_01_\uADA4\uB3C4"
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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!114 &5945707509860802056
+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: "\uD504\uB9AC\uC14B_03_\uC804\uC9C4\uD6C4\uC9C4"
+ 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_Version: 1
+ m_Start: 0
+ m_ClipIn: 0
+ m_Asset: {fileID: 7801194753390595122}
+ m_Duration: 20
+ m_TimeScale: 1
+ m_ParentTrack: {fileID: 5945707509860802056}
+ m_EaseInDuration: 0
+ m_EaseOutDuration: 0
+ m_BlendInDuration: -1
+ m_BlendOutDuration: -1
+ 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: 1
+ m_PostExtrapolationMode: 1
+ m_PreExtrapolationMode: 1
+ m_PostExtrapolationTime: Infinity
+ m_PreExtrapolationTime: 0
+ m_DisplayName: "\uD504\uB9AC\uC14B_03_\uC804\uC9C4\uD6C4\uC9C4"
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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!114 &7433525337039140070
+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: 030f85c3f73729f4f976f66ffb23b875, type: 3}
+ m_Name: Recorded
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
+ m_Clip: {fileID: -5606829651792507960}
+ m_Position: {x: 0, y: 0, z: 0}
+ m_EulerAngles: {x: 0, y: 0, z: 0}
+ m_UseTrackMatchFields: 1
+ m_MatchTargetFields: 63
+ m_RemoveStartOffset: 0
+ m_ApplyFootIK: 1
+ m_Loop: 0
+ m_Version: 1
+ m_Rotation: {x: 0, y: 0, z: 0, w: 1}
+--- !u!114 &7801194753390595122
+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: 030f85c3f73729f4f976f66ffb23b875, type: 3}
+ m_Name: Recorded_001
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
+ m_Clip: {fileID: -8111801325083485802}
+ m_Position: {x: 0, y: 0, z: 0}
+ m_EulerAngles: {x: 0, y: 0, z: 0}
+ m_UseTrackMatchFields: 1
+ m_MatchTargetFields: 63
+ m_RemoveStartOffset: 0
+ m_ApplyFootIK: 1
+ m_Loop: 0
+ m_Version: 1
+ m_Rotation: {x: 0, y: 0, z: 0, w: 1}
+--- !u!114 &8234405835050859450
+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: []
+ m_Clips:
+ - m_Version: 1
+ m_Start: 0
+ m_ClipIn: 0
+ m_Asset: {fileID: -2333235412933654999}
+ m_Duration: 20
+ m_TimeScale: 1
+ m_ParentTrack: {fileID: 8234405835050859450}
+ m_EaseInDuration: 0
+ m_EaseOutDuration: 0
+ m_BlendInDuration: -1
+ m_BlendOutDuration: -1
+ 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: 1
+ m_PostExtrapolationMode: 1
+ m_PreExtrapolationMode: 1
+ m_PostExtrapolationTime: Infinity
+ m_PreExtrapolationTime: 0
+ m_DisplayName: "\uD504\uB9AC\uC14B_04_\uC704\uC544\uB798"
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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 &8442390877188248280
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_04_\uC704\uC544\uB798"
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1.1436052
+ inSlope: -0.07862109
+ outSlope: -0.07862109
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 8
+ value: 0.5146365
+ inSlope: -0.0020554513
+ outSlope: -0.0020554513
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 16
+ value: 1.110718
+ inSlope: 0.041365996
+ outSlope: 0.041365996
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 1.1436052
+ inSlope: 0.008221805
+ outSlope: 0.008221805
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 4.14283
+ inSlope: -0.19205883
+ outSlope: -0.19205883
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 8
+ value: 2.6063592
+ inSlope: 0.026811719
+ outSlope: 0.026811719
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 16
+ value: 4.5718174
+ inSlope: 0.0692177
+ outSlope: 0.0692177
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 4.14283
+ inSlope: -0.107246876
+ outSlope: -0.107246876
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.z
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ 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: 2267137715
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 505976585
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ typeID: 114
+ 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: 20
+ m_OrientationOffsetY: 0
+ m_Level: 0
+ m_CycleOffset: 0
+ m_HasAdditiveReferencePose: 0
+ m_LoopTime: 1
+ 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: 1.1436052
+ inSlope: -0.07862109
+ outSlope: -0.07862109
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 8
+ value: 0.5146365
+ inSlope: -0.0020554513
+ outSlope: -0.0020554513
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 16
+ value: 1.110718
+ inSlope: 0.041365996
+ outSlope: 0.041365996
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 1.1436052
+ inSlope: 0.008221805
+ outSlope: 0.008221805
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.y
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 4.14283
+ inSlope: -0.19205883
+ outSlope: -0.19205883
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 8
+ value: 2.6063592
+ inSlope: 0.026811719
+ outSlope: 0.026811719
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 16
+ value: 4.5718174
+ inSlope: 0.0692177
+ outSlope: 0.0692177
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 20
+ value: 4.14283
+ inSlope: -0.107246876
+ outSlope: -0.107246876
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: FollowOffset.z
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/구슬요_노래방송_CamTempTimeline.playable.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/구슬요_노래방송_CamTempTimeline.playable.meta
new file mode 100644
index 000000000..f9adb88ca
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/구슬요_노래방송_CamTempTimeline.playable.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: ab0fbfdc8a79774468f7983a3faaa56c
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_01_궤도.controller b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_01_궤도.controller
new file mode 100644
index 000000000..0cc80f6d8
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_01_궤도.controller
@@ -0,0 +1,72 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1102 &-4349403877777366926
+AnimatorState:
+ serializedVersion: 6
+ m_ObjectHideFlags: 1
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_01_\uADA4\uB3C4"
+ m_Speed: 0.5
+ 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: -5606829651792507960, guid: ab0fbfdc8a79774468f7983a3faaa56c, 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: "\uD504\uB9AC\uC14B_01_\uADA4\uB3C4"
+ serializedVersion: 5
+ m_AnimatorParameters: []
+ m_AnimatorLayers:
+ - serializedVersion: 5
+ m_Name: Base Layer
+ m_StateMachine: {fileID: 3589954082616752723}
+ 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!1107 &3589954082616752723
+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: -4349403877777366926}
+ m_Position: {x: 250, y: 240, z: 0}
+ m_ChildStateMachines: []
+ m_AnyStateTransitions: []
+ m_EntryTransitions: []
+ m_StateMachineTransitions: {}
+ m_StateMachineBehaviours: []
+ m_AnyStatePosition: {x: 50, y: 20, z: 0}
+ m_EntryPosition: {x: 50, y: 120, z: 0}
+ m_ExitPosition: {x: 800, y: 120, z: 0}
+ m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
+ m_DefaultState: {fileID: -4349403877777366926}
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_01_궤도.controller.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_01_궤도.controller.meta
new file mode 100644
index 000000000..9d43b0e1a
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_01_궤도.controller.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: e2b7bf8b6af430f47aaef4ae649a45b5
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 9100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_03_전진후진.controller b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_03_전진후진.controller
new file mode 100644
index 000000000..61a25d11c
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_03_전진후진.controller
@@ -0,0 +1,72 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1102 &-633645070080236572
+AnimatorState:
+ serializedVersion: 6
+ m_ObjectHideFlags: 1
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_03_\uC804\uC9C4\uD6C4\uC9C4"
+ m_Speed: 0.5
+ 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: -8111801325083485802, guid: ab0fbfdc8a79774468f7983a3faaa56c, 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: "\uD504\uB9AC\uC14B_03_\uC804\uC9C4\uD6C4\uC9C4"
+ serializedVersion: 5
+ m_AnimatorParameters: []
+ m_AnimatorLayers:
+ - serializedVersion: 5
+ m_Name: Base Layer
+ m_StateMachine: {fileID: 3589954082616752723}
+ 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!1107 &3589954082616752723
+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: -633645070080236572}
+ m_Position: {x: 233.45032, y: 283.09644, z: 0}
+ m_ChildStateMachines: []
+ m_AnyStateTransitions: []
+ m_EntryTransitions: []
+ m_StateMachineTransitions: {}
+ m_StateMachineBehaviours: []
+ m_AnyStatePosition: {x: 50, y: 20, z: 0}
+ m_EntryPosition: {x: 50, y: 120, z: 0}
+ m_ExitPosition: {x: 800, y: 120, z: 0}
+ m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
+ m_DefaultState: {fileID: -633645070080236572}
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_03_전진후진.controller.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_03_전진후진.controller.meta
new file mode 100644
index 000000000..8e4fcea29
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_03_전진후진.controller.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: e726b849706e18f4b80967c2b3eb6953
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 9100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_04_위아래.controller b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_04_위아래.controller
new file mode 100644
index 000000000..493ac37c5
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_04_위아래.controller
@@ -0,0 +1,72 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!91 &9100000
+AnimatorController:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_04_\uC704\uC544\uB798"
+ serializedVersion: 5
+ m_AnimatorParameters: []
+ m_AnimatorLayers:
+ - serializedVersion: 5
+ m_Name: Base Layer
+ m_StateMachine: {fileID: 3589954082616752723}
+ 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!1107 &3589954082616752723
+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: 3671254909444951959}
+ m_Position: {x: 282.13855, y: 310.44086, z: 0}
+ m_ChildStateMachines: []
+ m_AnyStateTransitions: []
+ m_EntryTransitions: []
+ m_StateMachineTransitions: {}
+ m_StateMachineBehaviours: []
+ m_AnyStatePosition: {x: 50, y: 20, z: 0}
+ m_EntryPosition: {x: 50, y: 120, z: 0}
+ m_ExitPosition: {x: 800, y: 120, z: 0}
+ m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
+ m_DefaultState: {fileID: 3671254909444951959}
+--- !u!1102 &3671254909444951959
+AnimatorState:
+ serializedVersion: 6
+ m_ObjectHideFlags: 1
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: "\uD504\uB9AC\uC14B_04_\uC704\uC544\uB798"
+ m_Speed: 0.5
+ 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: 8442390877188248280, guid: ab0fbfdc8a79774468f7983a3faaa56c, type: 2}
+ m_Tag:
+ m_SpeedParameter:
+ m_MirrorParameter:
+ m_CycleOffsetParameter:
+ m_TimeParameter:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_04_위아래.controller.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_04_위아래.controller.meta
new file mode 100644
index 000000000..cb9fc84c4
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/PresetCameraTimeline/프리셋_04_위아래.controller.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 6d48fbe6a6b280a49947fa37237f0401
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 9100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline.meta
new file mode 100644
index 000000000..bf9d45415
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: eb7cd9cfc84b2e448acddf8747793299
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage1to2(1min).playable b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage1to2(1min).playable
new file mode 100644
index 000000000..aa0b8cb99
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage1to2(1min).playable
@@ -0,0 +1,766 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &-7556883317142294397
+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 (2)
+ 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: 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: -2129453321206467124}
+ 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 &-4473547538514398005
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_001
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ 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: 3107247963
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 368709004
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 1674674845
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ 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: 60
+ 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: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!74 &-2129453321206467124
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_002
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.008235293
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5058824
+ inSlope: -0.008235293
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.41960785
+ inSlope: -0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ 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: 4215373228
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2334886179
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2526845255
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ pptrCurveMapping: []
+ m_AnimationClipSettings:
+ serializedVersion: 2
+ m_AdditiveReferencePoseClip: {fileID: 0}
+ m_AdditiveReferencePoseTime: 0
+ m_StartTime: 0
+ m_StopTime: 60
+ 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: 1
+ inSlope: 0
+ outSlope: -0.008235293
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5058824
+ inSlope: -0.008235293
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.41960785
+ inSlope: -0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !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: Stage1to2(1min)
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
+ m_Version: 0
+ m_Tracks:
+ - {fileID: 5294195241967260446}
+ - {fileID: 8289383023717154610}
+ - {fileID: -7556883317142294397}
+ m_FixedDuration: 0
+ m_EditorSettings:
+ m_Framerate: 60
+ m_ScenePreview: 1
+ m_DurationMode: 0
+ m_MarkerTrack: {fileID: 0}
+--- !u!114 &5294195241967260446
+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: []
+ m_Clips: []
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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: 8757401470771364772}
+ 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 &8289383023717154610
+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: 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: -4473547538514398005}
+ 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 &8757401470771364772
+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: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5
+ inSlope: 0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ 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: 3505938190
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ typeID: 114
+ 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: 60
+ 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
+ inSlope: 0
+ outSlope: 0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5
+ inSlope: 0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage1to2(1min).playable.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage1to2(1min).playable.meta
new file mode 100644
index 000000000..4614b85e6
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage1to2(1min).playable.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 8fef07a8c9c80ae4d98b7a8258f90ae9
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to1(1min).playable b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to1(1min).playable
new file mode 100644
index 000000000..2f2fe5987
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to1(1min).playable
@@ -0,0 +1,766 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &-5686165868858478985
+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 (2)
+ 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: 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: -4109515238674793072}
+ 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 &-4109515238674793072
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_002
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.5058824
+ inSlope: 0
+ outSlope: 0.008235293
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.008235293
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ 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: 4215373228
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2334886179
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2526845255
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ pptrCurveMapping: []
+ m_AnimationClipSettings:
+ serializedVersion: 2
+ m_AdditiveReferencePoseClip: {fileID: 0}
+ m_AdditiveReferencePoseTime: 0
+ m_StartTime: 0
+ m_StopTime: 60
+ 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.5058824
+ inSlope: 0
+ outSlope: 0.008235293
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.008235293
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!74 &-2451874416932196600
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_001
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ 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: 3107247963
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 368709004
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 1674674845
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ 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: 60
+ 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
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!114 &-1329442821613207216
+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: 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: -2451874416932196600}
+ 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 &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: Stage2to1(1min)
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
+ m_Version: 0
+ m_Tracks:
+ - {fileID: 5294195241967260446}
+ - {fileID: -1329442821613207216}
+ - {fileID: -5686165868858478985}
+ m_FixedDuration: 0
+ m_EditorSettings:
+ m_Framerate: 60
+ m_ScenePreview: 1
+ m_DurationMode: 0
+ m_MarkerTrack: {fileID: 0}
+--- !u!114 &5294195241967260446
+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: []
+ m_Clips: []
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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: 8757401470771364772}
+ 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 &8757401470771364772
+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: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.5
+ inSlope: 0
+ outSlope: -0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ 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: 3505938190
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ typeID: 114
+ 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: 60
+ 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.5
+ inSlope: 0
+ outSlope: -0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to1(1min).playable.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to1(1min).playable.meta
new file mode 100644
index 000000000..6af31af2d
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to1(1min).playable.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: cd8460d5f6130654d812ba0d28d54492
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to3(1min).playable b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to3(1min).playable
new file mode 100644
index 000000000..b934ce33e
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to3(1min).playable
@@ -0,0 +1,766 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &-543916715863610408
+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: 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: 3532676101133374558}
+ 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 &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: Stage2to3(1min)
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
+ m_Version: 0
+ m_Tracks:
+ - {fileID: 5294195241967260446}
+ - {fileID: -543916715863610408}
+ - {fileID: 3482387160979037335}
+ m_FixedDuration: 0
+ m_EditorSettings:
+ m_Framerate: 60
+ m_ScenePreview: 1
+ m_DurationMode: 0
+ m_MarkerTrack: {fileID: 0}
+--- !u!74 &872562915349310895
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_002
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.41960785
+ inSlope: -0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.5058824
+ inSlope: 0
+ outSlope: 0.002352941
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.64705884
+ inSlope: 0.002352941
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ 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: 2526845255
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 4215373228
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2334886179
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ pptrCurveMapping: []
+ m_AnimationClipSettings:
+ serializedVersion: 2
+ m_AdditiveReferencePoseClip: {fileID: 0}
+ m_AdditiveReferencePoseTime: 0
+ m_StartTime: 0
+ m_StopTime: 60
+ 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: 1
+ inSlope: 0
+ outSlope: -0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.41960785
+ inSlope: -0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.5058824
+ inSlope: 0
+ outSlope: 0.002352941
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.64705884
+ inSlope: 0.002352941
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!114 &3482387160979037335
+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 (2)
+ 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: 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: 872562915349310895}
+ 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 &3532676101133374558
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_001
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ 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: 368709004
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 1674674845
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 3107247963
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ 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: 60
+ 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
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!114 &5294195241967260446
+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: []
+ m_Clips: []
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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: 8757401470771364772}
+ 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 &8757401470771364772
+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: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.5
+ inSlope: 0
+ outSlope: 0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ 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: 3505938190
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ typeID: 114
+ 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: 60
+ 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.5
+ inSlope: 0
+ outSlope: 0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to3(1min).playable.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to3(1min).playable.meta
new file mode 100644
index 000000000..51e88622a
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage2to3(1min).playable.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: cf742274eab7b2a49995df25069374d0
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage3to2(1min).playable b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage3to2(1min).playable
new file mode 100644
index 000000000..e123f1e24
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage3to2(1min).playable
@@ -0,0 +1,766 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &-4322856854845822217
+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: 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: -4139225073381485235}
+ 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 &-4139225073381485235
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_001
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ 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: 368709004
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 1674674845
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ customType: 0
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 3107247963
+ attribute: 130897217
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ typeID: 114
+ 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: 60
+ 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
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Day
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 0
+ outSlope: 0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Evening
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.016666668
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0
+ inSlope: -0.016666668
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: weight
+ path: Volume_Night
+ classID: 114
+ script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !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: Stage3to2(1min)
+ m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
+ m_Version: 0
+ m_Tracks:
+ - {fileID: 5294195241967260446}
+ - {fileID: -4322856854845822217}
+ - {fileID: 4784235115627870556}
+ m_FixedDuration: 0
+ m_EditorSettings:
+ m_Framerate: 60
+ m_ScenePreview: 1
+ m_DurationMode: 0
+ m_MarkerTrack: {fileID: 0}
+--- !u!114 &4784235115627870556
+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 (2)
+ 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: 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: 5484625051208732003}
+ 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 &5294195241967260446
+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: []
+ m_Clips: []
+ m_Markers:
+ m_Objects: []
+ m_InfiniteClipPreExtrapolation: 1
+ m_InfiniteClipPostExtrapolation: 1
+ 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: 8757401470771364772}
+ 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 &5484625051208732003
+AnimationClip:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Recorded_002
+ serializedVersion: 7
+ m_Legacy: 0
+ m_Compressed: 0
+ m_UseHighQualityCurve: 1
+ m_RotationCurves: []
+ m_CompressedRotationCurves: []
+ m_EulerCurves: []
+ m_PositionCurves: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.64705884
+ inSlope: 0
+ outSlope: -0.002352941
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5058824
+ inSlope: -0.002352941
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 60
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ 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: 2526845255
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 4215373228
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ - serializedVersion: 2
+ path: 0
+ attribute: 2334886179
+ script: {fileID: 0}
+ typeID: 108
+ customType: 25
+ isPPtrCurve: 0
+ isIntCurve: 0
+ isSerializeReferenceCurve: 0
+ pptrCurveMapping: []
+ m_AnimationClipSettings:
+ serializedVersion: 2
+ m_AdditiveReferencePoseClip: {fileID: 0}
+ m_AdditiveReferencePoseTime: 0
+ m_StartTime: 0
+ m_StopTime: 60
+ 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.41960785
+ inSlope: 0
+ outSlope: 0.009673202
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 1
+ inSlope: 0.009673202
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.r
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0.64705884
+ inSlope: 0
+ outSlope: -0.002352941
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5058824
+ inSlope: -0.002352941
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.g
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 60
+ value: 0.41960785
+ inSlope: 0
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: m_Color.b
+ path:
+ classID: 108
+ script: {fileID: 0}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
+--- !u!74 &8757401470771364772
+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: []
+ m_ScaleCurves: []
+ m_FloatCurves:
+ - serializedVersion: 2
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 1
+ inSlope: 0
+ outSlope: -0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5
+ inSlope: -0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ 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: 3505938190
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ typeID: 114
+ 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: 60
+ 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: 1
+ inSlope: 0
+ outSlope: -0.008333334
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 60
+ value: 0.5
+ inSlope: -0.008333334
+ outSlope: 0
+ tangentMode: 69
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
+ attribute: timeOfDay
+ path:
+ classID: 114
+ script: {fileID: 11500000, guid: 0dfb7ac6e0e631848808bfcc2dec78d6, type: 3}
+ flags: 0
+ m_EulerEditorCurves: []
+ m_HasGenericRootTransform: 0
+ m_HasMotionFloatCurves: 0
+ m_Events: []
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage3to2(1min).playable.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage3to2(1min).playable.meta
new file mode 100644
index 000000000..f330b90e9
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/TimeOfDayTimeline/Stage3to2(1min).playable.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: b54c4a541ae99474392207cb7c0802d9
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes.meta
new file mode 100644
index 000000000..a833a4600
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 05be26f56b02cfb4a9cdf45a09daa6a3
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Day.asset b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Day.asset
new file mode 100644
index 000000000..06354cd75
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Day.asset
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:411d55af1c7585ad29e3ebb5e2b17b1826ec4c4754b173da6615b1a1dc0a9ac3
+size 9493
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Day.asset.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Day.asset.meta
new file mode 100644
index 000000000..fa0a7943d
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Day.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 26c755f6a2e3b8245afe54c6d5fc133b
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Evening.asset b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Evening.asset
new file mode 100644
index 000000000..e9a80bd9f
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Evening.asset
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b3da9cba8ef223156893fed7d2c9f3a04e7f46dc08321cb46b0bce485aff00a8
+size 9533
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Evening.asset.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Evening.asset.meta
new file mode 100644
index 000000000..2e2496b7e
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Evening.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 26ad728cd871b82459bfd19f29f7107e
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Night.asset b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Night.asset
new file mode 100644
index 000000000..cace0a422
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Night.asset
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a971943122be271f4812074b539701b297826bb27bf32bcb3f7a9d27c73898c
+size 10281
diff --git a/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Night.asset.meta b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Night.asset.meta
new file mode 100644
index 000000000..92542de27
--- /dev/null
+++ b/Assets/ResourcesData/Project/260320_구슬요님_노래방송/Volumes/Volume_구슬요 미니콘서트_Night.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 84d6b85e396fa1a469fd3ed0ee7289b5
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260321_모션촬영.meta b/Assets/ResourcesData/Project/260321_모션촬영.meta
new file mode 100644
index 000000000..bb4bb8ace
--- /dev/null
+++ b/Assets/ResourcesData/Project/260321_모션촬영.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: cfb689fecc3084b4f9fa25cb5a29be99
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/ResourcesData/Project/260321_모션촬영/260321_모션촬영.unity b/Assets/ResourcesData/Project/260321_모션촬영/260321_모션촬영.unity
new file mode 100644
index 000000000..abc7cc852
--- /dev/null
+++ b/Assets/ResourcesData/Project/260321_모션촬영/260321_모션촬영.unity
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e02026cff2d554cb8bb0cc40cf37b39b8fe412e7617b47ff193782c51f826b13
+size 853478
diff --git a/Assets/ResourcesData/Project/260321_모션촬영/260321_모션촬영.unity.meta b/Assets/ResourcesData/Project/260321_모션촬영/260321_모션촬영.unity.meta
new file mode 100644
index 000000000..9f5cfba6f
--- /dev/null
+++ b/Assets/ResourcesData/Project/260321_모션촬영/260321_모션촬영.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 37531953c8be1dd4093d2cac51d3a605
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant: