스노하라 스나 업데이트

This commit is contained in:
Yamo4490 2026-02-24 15:50:15 +09:00
parent 5b7946eb63
commit a93d07f061
41 changed files with 1517 additions and 60 deletions

View File

@ -12,9 +12,7 @@ Material:
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHATEST_ON
- _DEPTHTEX_RIMLIGHT_FIX_DOTTED_LINE_ARTIFACTS
- _EMISSION
- _NORMALMAP
- _RECEIVE_URP_SHADOW
m_InvalidKeywords:
@ -23,9 +21,10 @@ Material:
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 2450
m_CustomRenderQueue: 2499
stringTagMap: {}
disabledShaderPasses: []
disabledShaderPasses:
- NiloToonOutline
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
@ -242,6 +241,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -392,7 +395,7 @@ Material:
- _AllowRenderURPShadowCasterPass: 1
- _AllowRenderURPUniversalForwardOnlyPass: 1
- _AllowedNiloToonBloomOverrideStrength: 1
- _AlphaClip: 1
- _AlphaClip: 0
- _AlphaOverrideMode: 0
- _AlphaOverrideStrength: 1
- _AlphaOverrideTexInvertColor: 0
@ -581,7 +584,7 @@ Material:
- _CullMode: 0
- _CullNiloToonSelfShadowCaster: 1
- _CullOutline: 1
- _Cutoff: 0.5
- _Cutoff: 0.02
- _DebugFaceShadowGradientMap: 0
- _DebugMode: 0
- _DecalAlbedoApplyStrength: 1
@ -635,7 +638,7 @@ Material:
- _DissolveThresholdMapTilingY: 1
- _DitherFadeoutAmount: 0
- _DitherFadeoutNormalScaleFix: 1
- _DstBlend: 0
- _DstBlend: 10
- _DstBlendAlpha: 10
- _DynamicEyeFinalBrightness: 2
- _DynamicEyePupilDepthScale: 0.4
@ -775,10 +778,16 @@ Material:
- _MatCapOcclusionMaskMapRemapStart: 0
- _MatCapOcclusionPreset: 0
- _MatCapOcclusionUvScale: 1
- _MultiplyBRPColor: 1
- _MultiplyBRPColor: 0
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -881,7 +890,7 @@ Material:
- _RenderCharacter: 1
- _RenderFaceGroup: 0
- _RenderFacePreset: 2
- _RenderOutline: 1
- _RenderOutline: 0
- _RenderScreenSpaceOutline: 0
- _RenderScreenSpaceOutlineV2: 0
- _RimFresnelPower: 100
@ -945,7 +954,7 @@ Material:
- _SpecularReactToLightDirMode: 0
- _SpecularShowInShadowArea: 0
- _SpecularUseReplaceBlending: 0
- _SrcBlend: 1
- _SrcBlend: 5
- _SrcBlendAlpha: 1
- _StencilComp: 0
- _StencilGroup: 0
@ -953,7 +962,7 @@ Material:
- _StencilPreset: 0
- _StencilRef: 0
- _SupportClothDynamics: 0
- _SurfaceTypePreset: 5
- _SurfaceTypePreset: 4
- _UIDisplayMode: 100
- _UV0RotateSpeed: 0
- _UV0RotatedAngle: 0
@ -969,7 +978,7 @@ Material:
- _UseDepthTexRimLightAndShadowWidthTex: 0
- _UseDepthTexRimLightMaskTex: 0
- _UseDetailMap: 0
- _UseEmission: 1
- _UseEmission: 0
- _UseFaceMaskMap: 0
- _UseFaceShadowGradientMap: 0
- _UseGGXDirectSpecular: 1
@ -978,6 +987,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1133,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.27450964, g: 0.09019593, b: 0.12549001, a: 1}

View File

@ -23,7 +23,8 @@ Material:
m_DoubleSidedGI: 0
m_CustomRenderQueue: 2450
stringTagMap: {}
disabledShaderPasses: []
disabledShaderPasses:
- NiloToonOutline
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
@ -240,6 +241,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -777,6 +782,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -976,6 +987,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1121,6 +1133,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.6037736, g: 0.59522957, b: 0.5968316, a: 1}

View File

@ -242,6 +242,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -779,6 +783,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -978,6 +988,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1134,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.317647, g: 0.32549012, b: 0.38039207, a: 1}

View File

@ -242,6 +242,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -779,6 +783,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -978,6 +988,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1134,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.317647, g: 0.32549012, b: 0.38039207, a: 1}

View File

@ -242,6 +242,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -779,6 +783,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -978,6 +988,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1134,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.2745097, g: 0.090195976, b: 0.12549007, a: 1}

View File

@ -242,6 +242,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -779,6 +783,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -978,6 +988,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1134,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.2745097, g: 0.090195976, b: 0.12549007, a: 1}

View File

@ -242,6 +242,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -779,6 +783,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -978,6 +988,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1134,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.49056596, g: 0.29850474, b: 0.33508787, a: 1}

View File

@ -242,6 +242,10 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloGlitterTintColorTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NiloToonSelfShadowIntensityMultiplierTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
@ -779,6 +783,12 @@ Material:
- _MultiplyBaseColorToEmissionColor: 0
- _MultiplyBaseColorToSpecularColor: 0.5
- _MultiplyLightColorToEmissionColor: 0
- _NiloGlitterDensity: 1
- _NiloGlitterIntensity: 1
- _NiloGlitterRndomNormalStrength: 0.5
- _NiloGlitterSize: 1
- _NiloGlitterTintColorTexUVIndex: 0
- _NiloGlitterUVIndex: 0
- _NiloToonSelfShadowIntensity: 1
- _NiloToonSelfShadowIntensityForFace: 0
- _NiloToonSelfShadowIntensityForNonFace: 1
@ -978,6 +988,7 @@ Material:
- _UseMatCapAdditive: 0
- _UseMatCapAlphaBlend: 0
- _UseMatCapOcclusion: 0
- _UseNiloGlitter: 0
- _UseNiloToonSelfShadowIntensityMultiplierTex: 0
- _UseNormalMap: 1
- _UseOcclusion: 0
@ -1123,6 +1134,7 @@ Material:
- _MatCapOcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapOcclusionMaskMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _MatCapUVTiling: {r: 1, g: 1, b: 0, a: 0}
- _NiloGlitterTintColor: {r: 1, g: 1, b: 1, a: 1}
- _NiloToonSelfShadowMappingTintColor: {r: 1, g: 1, b: 1, a: 1}
- _OcclusionMapChannelMask: {r: 0, g: 1, b: 0, a: 0}
- _OutlineColor: {r: 0.49411762, g: 0.30196074, b: 0.33725485, a: 1}

View File

@ -3,7 +3,7 @@ guid: 9e0ba0e31cb02d74b84c59ef24dff91f
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
@ -20,11 +20,12 @@ TextureImporter:
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMasterTextureLimit: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
@ -63,9 +64,10 @@ TextureImporter:
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 1
platformSettings:
- serializedVersion: 3
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 1024
resizeAlgorithm: 0
@ -75,9 +77,10 @@ TextureImporter:
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 1024
resizeAlgorithm: 0
@ -87,9 +90,10 @@ TextureImporter:
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
- serializedVersion: 4
buildTarget: Server
maxTextureSize: 1024
resizeAlgorithm: 0
@ -99,12 +103,14 @@ TextureImporter:
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
@ -114,10 +120,11 @@ TextureImporter:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
spritePackingTag:
mipmapLimitGroupName:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9a807d7ee369091458362f7f6dd39fe2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: b6695c085d4b6d343968285b66a37680
guid: 515f5a6ba3ca5df479b5cd280e083a58
ModelImporter:
serializedVersion: 24200
internalIDToNameTable: []
@ -22,14 +22,43 @@ ModelImporter:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 3
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
clipAnimations:
- serializedVersion: 16
name: "Ani_\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_\uC624\uC694\uBA54\uD640\uB9AD_01"
takeName: Take 001
internalID: 1827226128182048838
firstFrame: 0
lastFrame: 870
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask: []
maskType: 3
maskSource: {instanceID: 0}
additiveReferencePoseFrame: 0
isReadable: 0
meshes:
lODScreenPercentages: []
@ -254,11 +283,11 @@ ModelImporter:
- boneName: Bip001 L Finger0
humanName: Left Thumb Proximal
limit:
min: {x: 0, y: -10, z: -20}
max: {x: 0, y: 10, z: 20}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 L Finger01
humanName: Left Thumb Intermediate
limit:
@ -278,11 +307,11 @@ ModelImporter:
- boneName: Bip001 L Finger1
humanName: Left Index Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 L Finger11
humanName: Left Index Intermediate
limit:
@ -302,11 +331,11 @@ ModelImporter:
- boneName: Bip001 L Finger2
humanName: Left Middle Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 L Finger21
humanName: Left Middle Intermediate
limit:
@ -326,11 +355,11 @@ ModelImporter:
- boneName: Bip001 L Finger3
humanName: Left Ring Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 L Finger31
humanName: Left Ring Intermediate
limit:
@ -350,11 +379,11 @@ ModelImporter:
- boneName: Bip001 L Finger4
humanName: Left Little Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 L Finger41
humanName: Left Little Intermediate
limit:
@ -374,11 +403,11 @@ ModelImporter:
- boneName: Bip001 R Finger0
humanName: Right Thumb Proximal
limit:
min: {x: 0, y: -10, z: -20}
max: {x: 0, y: 10, z: 20}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 R Finger01
humanName: Right Thumb Intermediate
limit:
@ -398,11 +427,11 @@ ModelImporter:
- boneName: Bip001 R Finger1
humanName: Right Index Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 R Finger11
humanName: Right Index Intermediate
limit:
@ -422,11 +451,11 @@ ModelImporter:
- boneName: Bip001 R Finger2
humanName: Right Middle Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 R Finger21
humanName: Right Middle Intermediate
limit:
@ -446,11 +475,11 @@ ModelImporter:
- boneName: Bip001 R Finger3
humanName: Right Ring Proximal
limit:
min: {x: 0, y: -2, z: -50}
max: {x: 0, y: 2, z: 50}
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 1
modified: 0
- boneName: Bip001 R Finger31
humanName: Right Ring Intermediate
limit:
@ -492,13 +521,13 @@ ModelImporter:
length: 0
modified: 0
skeleton:
- name: "\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_Biped_Limit(Clone)"
- name: "\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_Biped(Clone)"
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Bip001
parentName: "\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_Biped_Limit(Clone)"
parentName: "\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_Biped(Clone)"
position: {x: -0, y: 0.8078778, z: 0.00078482}
rotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5}
scale: {x: 1, y: 1, z: 1}
@ -834,11 +863,11 @@ ModelImporter:
hasTranslationDoF: 1
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: d50b0a9adf8660f42b1da5e1ad335d1e, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 10220a385778144488c67c925d1958c5
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,857 @@
fileFormatVersion: 2
guid: 6d65eae4360d1eb4aa2dd0336b22cbc9
ModelImporter:
serializedVersion: 24200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: "Wife\u2661HOLIC"
takeName: aaaaaaaa
internalID: 6679789676548548792
firstFrame: 0
lastFrame: 870
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask: []
maskType: 3
maskSource: {instanceID: 0}
additiveReferencePoseFrame: 0
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
generateMeshLods: 0
meshLodGenerationFlags: 0
maximumMeshLod: -1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human:
- boneName: Hips
humanName: Hips
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftUpLeg
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightUpLeg
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftLeg
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightLeg
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftFoot
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightFoot
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine
humanName: Spine
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine1
humanName: Chest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Neck
humanName: Neck
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Head
humanName: Head
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftShoulder
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightShoulder
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftArm
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightArm
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftForeArm
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightForeArm
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHand
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHand
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftToeBase
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightToeBase
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandThumb1
humanName: Left Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandThumb2
humanName: Left Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandThumb3
humanName: Left Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandIndex1
humanName: Left Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandIndex2
humanName: Left Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandIndex3
humanName: Left Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandMiddle1
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandMiddle2
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandMiddle3
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandRing1
humanName: Left Ring Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandRing2
humanName: Left Ring Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandRing3
humanName: Left Ring Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandPinky1
humanName: Left Little Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandPinky2
humanName: Left Little Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LeftHandPinky3
humanName: Left Little Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandThumb1
humanName: Right Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandThumb2
humanName: Right Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandThumb3
humanName: Right Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandIndex1
humanName: Right Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandIndex2
humanName: Right Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandIndex3
humanName: Right Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandMiddle1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandMiddle2
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandMiddle3
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandRing1
humanName: Right Ring Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandRing2
humanName: Right Ring Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandRing3
humanName: Right Ring Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandPinky1
humanName: Right Little Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandPinky2
humanName: Right Little Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: RightHandPinky3
humanName: Right Little Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: "Wife\u2661HOLIC(Clone)"
parentName:
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Hips
parentName: "Wife\u2661HOLIC(Clone)"
position: {x: -0, y: 1, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftUpLeg
parentName: Hips
position: {x: -0.089099966, y: -0.06270003, z: -0.0000000064815424}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftLeg
parentName: LeftUpLeg
position: {x: 0.000000038668897, y: -0.44878536, z: -0.0000035986059}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftFoot
parentName: LeftLeg
position: {x: -0.000000023038345, y: -0.40700904, z: 0.0000009375096}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftToeBase
parentName: LeftFoot
position: {x: -0.000000068267944, y: -0.062623024, z: 0.12954687}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightUpLeg
parentName: Hips
position: {x: 0.08909987, y: -0.062700026, z: -0.0000000028876588}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightLeg
parentName: RightUpLeg
position: {x: -0.00000083790763, y: -0.44878554, z: 0.0000025194613}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightFoot
parentName: RightLeg
position: {x: 0.00000029343656, y: -0.40700912, z: -0.0000006305101}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightToeBase
parentName: RightFoot
position: {x: 0.000010849164, y: -0.06262303, z: 0.12954728}
rotation: {x: 0, y: -0.000041891268, z: -0, w: 1}
scale: {x: 0.9999994, y: 0.9999994, z: 0.9999994}
- name: Spine
parentName: Hips
position: {x: -0.000000031487623, y: 0.069999985, z: 0.000000025204066}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Spine1
parentName: Spine
position: {x: 0.000000050058304, y: 0.18999995, z: 8.4717006e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftShoulder
parentName: Spine1
position: {x: -0.06999993, y: 0.20588502, z: 0.0000000019751676}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftArm
parentName: LeftShoulder
position: {x: -0.10707238, y: 0.0000014234932, z: -0.000000010865907}
rotation: {x: 0, y: 0, z: 0.000006416546, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftForeArm
parentName: LeftArm
position: {x: -0.2730544, y: -0.000010826413, z: 0.000004856232}
rotation: {x: 0, y: -0, z: -0.000006416546, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHand
parentName: LeftForeArm
position: {x: -0.26697096, y: -0.0000003486465, z: -0.0000017666085}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandThumb1
parentName: LeftHand
position: {x: -0.043487635, y: -0.0079850815, z: 0.042824328}
rotation: {x: -0.073404305, y: 0.25673568, z: -0.06615292, w: 0.9614169}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandThumb2
parentName: LeftHandThumb1
position: {x: -0.02512587, y: -0.0053608883, z: 0.0070744636}
rotation: {x: -0.00000015646218, y: 0.10705195, z: 0.08112277, w: 0.9909384}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandThumb3
parentName: LeftHandThumb2
position: {x: -0.025431365, y: -0.0000001616141, z: 0.00000012733085}
rotation: {x: 0, y: -0, z: -0.0000025993363, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandThumb4
parentName: LeftHandThumb3
position: {x: -0.026667483, y: -0.00000015115074, z: -0.00000005875538}
rotation: {x: 0, y: 0, z: 0.0000025993363, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandIndex1
parentName: LeftHand
position: {x: -0.088219695, y: 0.0019972532, z: 0.03471675}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandIndex2
parentName: LeftHandIndex1
position: {x: -0.042227574, y: -0.00000014334458, z: 0.0014720289}
rotation: {x: 0.00000004558993, y: -0.017452406, z: -0.0000026118453, w: 0.9998477}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandIndex3
parentName: LeftHandIndex2
position: {x: -0.026474854, y: -0.0000002536425, z: 0.0018497126}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandIndex4
parentName: LeftHandIndex3
position: {x: -0.019534571, y: -0.000000228313, z: 0.0013647955}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandMiddle1
parentName: LeftHand
position: {x: -0.088098764, y: 0.005008877, z: 0.013046908}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandMiddle2
parentName: LeftHandMiddle1
position: {x: -0.04863244, y: -0.000000024419666, z: 0.0000029604212}
rotation: {x: 2.6339298e-26, y: -0.000031095955, z: 8.4703295e-22, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandMiddle3
parentName: LeftHandMiddle2
position: {x: -0.027652333, y: -0.000000013269882, z: 0.000003421853}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandMiddle4
parentName: LeftHandMiddle3
position: {x: -0.020056311, y: 0.000000018668466, z: 0.0000024346689}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandRing1
parentName: LeftHand
position: {x: -0.08893755, y: 0.0037991493, z: -0.007931532}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandRing2
parentName: LeftHandRing1
position: {x: -0.045377564, y: 0.000000007665187, z: -0.0000000012802479}
rotation: {x: 2.634074e-26, y: -0.000031097657, z: 8.4703295e-22, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandRing3
parentName: LeftHandRing2
position: {x: -0.023045266, y: 0.000000005130629, z: 0.0000013968685}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandRing4
parentName: LeftHandRing3
position: {x: -0.01923347, y: 0.000000007783862, z: 0.0000012342753}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandPinky1
parentName: LeftHand
position: {x: -0.08882274, y: -0.0031303265, z: -0.02490348}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandPinky2
parentName: LeftHandPinky1
position: {x: -0.030440947, y: 0.00000044980303, z: -0.000000008424062}
rotation: {x: 0, y: 0, z: 0.000006658658, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandPinky3
parentName: LeftHandPinky2
position: {x: -0.019745033, y: 0.0000005842884, z: 0.000000011808749}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: LeftHandPinky4
parentName: LeftHandPinky3
position: {x: -0.016666085, y: 0.0000003469446, z: 0.000000033048355}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightShoulder
parentName: Spine1
position: {x: 0.06999991, y: 0.20588514, z: -0.0000000027348999}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightArm
parentName: RightShoulder
position: {x: 0.10707257, y: 0.000004333774, z: 5.149421e-10}
rotation: {x: 0, y: -0, z: -0.000020231517, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightForeArm
parentName: RightArm
position: {x: 0.2730556, y: -0.00000011131327, z: 0.0000034219188}
rotation: {x: 0, y: 0, z: 0.000020231517, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHand
parentName: RightForeArm
position: {x: 0.26696935, y: -0.00000040900989, z: -0.0000011597301}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandThumb1
parentName: RightHand
position: {x: 0.04348384, y: -0.007984901, z: 0.042828083}
rotation: {x: -0.0734112, y: -0.256734, z: 0.06614739, w: 0.9614172}
scale: {x: 1, y: 1, z: 1}
- name: RightHandThumb2
parentName: RightHandThumb1
position: {x: 0.025125308, y: -0.005361067, z: 0.007076751}
rotation: {x: 0.0027482507, y: -0.09089146, z: -0.07861309, w: 0.9927493}
scale: {x: 1, y: 1, z: 1}
- name: RightHandThumb3
parentName: RightHandThumb2
position: {x: 0.025415782, y: 0.00000027512894, z: 0.00088820764}
rotation: {x: 0, y: -0, z: -0.000005254192, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandThumb4
parentName: RightHandThumb3
position: {x: 0.026651205, y: 0.00000046341694, z: 0.000931381}
rotation: {x: 0, y: 0, z: 0.0000018377618, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandIndex1
parentName: RightHand
position: {x: 0.08821665, y: 0.001997376, z: 0.03472441}
rotation: {x: 0.00013110474, y: -0.0120976865, z: 0.003757162, w: 0.9999198}
scale: {x: 1, y: 1, z: 1}
- name: RightHandIndex2
parentName: RightHandIndex1
position: {x: 0.04222754, y: -0.0000000020768292, z: -0.0014735132}
rotation: {x: -5.913296e-23, y: -0.01745297, z: -3.3876158e-21, w: 0.9998477}
scale: {x: 1, y: 1, z: 1}
- name: RightHandIndex3
parentName: RightHandIndex2
position: {x: 0.026474766, y: 0.00000004617398, z: -0.0018506115}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandIndex4
parentName: RightHandIndex3
position: {x: 0.019534515, y: 0.00000003004363, z: -0.0013654606}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandMiddle1
parentName: RightHand
position: {x: 0.08809765, y: 0.005008942, z: 0.013054524}
rotation: {x: 0.00013110774, y: -0.0120978495, z: 0.0037572049, w: 0.9999198}
scale: {x: 1, y: 1, z: 1}
- name: RightHandMiddle2
parentName: RightHandMiddle1
position: {x: 0.04860287, y: 0.000000033032208, z: -0.0016959966}
rotation: {x: -5.913296e-23, y: -0.01745297, z: -3.3876158e-21, w: 0.9998477}
scale: {x: 0.9999994, y: 0.9999994, z: 0.99999946}
- name: RightHandMiddle3
parentName: RightHandMiddle2
position: {x: 0.027585074, y: -0.000000023597128, z: -0.0019282573}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandMiddle4
parentName: RightHandMiddle3
position: {x: 0.020007435, y: 0.000000023461837, z: -0.0013985125}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 0.99999934, y: 0.99999934, z: 0.99999934}
- name: RightHandRing1
parentName: RightHand
position: {x: 0.088938154, y: 0.0037992706, z: -0.007923731}
rotation: {x: 0.00013112015, y: -0.012096949, z: 0.0037567755, w: 0.9999198}
scale: {x: 0.9999992, y: 0.9999993, z: 0.99999934}
- name: RightHandRing2
parentName: RightHandRing1
position: {x: 0.045349993, y: 0.000000037315374, z: -0.0015824353}
rotation: {x: -5.913296e-23, y: -0.01745297, z: -3.3876158e-21, w: 0.9998477}
scale: {x: 1, y: 1, z: 1}
- name: RightHandRing3
parentName: RightHandRing2
position: {x: 0.022989187, y: 0.00000002738432, z: -0.0016070168}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandRing4
parentName: RightHandRing3
position: {x: 0.019186623, y: -0.000000045397446, z: -0.0013411675}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandPinky1
parentName: RightHand
position: {x: 0.08882485, y: -0.003130184, z: -0.024895698}
rotation: {x: 0.00013089406, y: -0.012102387, z: 0.003760388, w: 0.9999197}
scale: {x: 1, y: 1, z: 1}
- name: RightHandPinky2
parentName: RightHandPinky1
position: {x: 0.030459492, y: -0.0000007621799, z: -0.0010629412}
rotation: {x: -0.00000018904439, y: -0.01745297, z: 0.000010829995, w: 0.9998477}
scale: {x: 1, y: 1, z: 1}
- name: RightHandPinky3
parentName: RightHandPinky2
position: {x: 0.019720944, y: -0.00000073112136, z: -0.0013785666}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: RightHandPinky4
parentName: RightHandPinky3
position: {x: 0.016645744, y: -0.00000080166114, z: -0.0011635026}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Neck
parentName: Spine1
position: {x: 0.000000015067045, y: 0.1899995, z: -8.1442405e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Head
parentName: Neck
position: {x: 0.000000060282574, y: 0.19999991, z: -0.00000017242161}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 1
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,23 @@
fileFormatVersion: 2
guid: 5481e47d66e747f448375a0921c0c030
AudioImporter:
externalObjects: {}
serializedVersion: 8
defaultSettings:
serializedVersion: 2
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
preloadAudioData: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 042bb6a9162d82f4baf3c71bffca7d59
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,402 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-8065109878011791155
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3}
m_Name: Animation Track
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationTrack
m_Version: 3
m_AnimClip: {fileID: 0}
m_Locked: 0
m_Muted: 0
m_CustomPlayableFullTypename:
m_Curves: {fileID: 0}
m_Parent: {fileID: 11400000}
m_Children:
- {fileID: -3349047357560156115}
m_Clips:
- m_Version: 1
m_Start: 0
m_ClipIn: 0
m_Asset: {fileID: 2982066000176118093}
m_Duration: 29
m_TimeScale: 1
m_ParentTrack: {fileID: -8065109878011791155}
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: 0
m_PostExtrapolationMode: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: Infinity
m_PreExtrapolationTime: 0
m_DisplayName: "Ani_\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_\uC624\uC694\uBA54\uD640\uB9AD_01"
m_Markers:
m_Objects: []
m_InfiniteClipPreExtrapolation: 0
m_InfiniteClipPostExtrapolation: 0
m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0}
m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0}
m_InfiniteClipTimeOffset: 0
m_InfiniteClipRemoveOffset: 0
m_InfiniteClipApplyFootIK: 1
mInfiniteClipLoop: 0
m_MatchTargetFields: 63
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_AvatarMask: {fileID: 0}
m_ApplyAvatarMask: 1
m_TrackOffset: 0
m_InfiniteClip: {fileID: 0}
m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1}
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
m_ApplyOffsets: 0
--- !u!114 &-7192753746881370084
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: 8b22792c3b570444eb18cb78c2af3a74, type: 3}
m_Name: Audio Track
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioTrack
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: 5292390062547860894}
m_Duration: 28.92
m_TimeScale: 1
m_ParentTrack: {fileID: -7192753746881370084}
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: 0
m_PostExtrapolationMode: 0
m_PreExtrapolationMode: 0
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: "\u304A\u5AC1\u2661HOLIC"
m_Markers:
m_Objects: []
m_TrackProperties:
volume: 1
stereoPan: 0
spatialBlend: 0
--- !u!114 &-6251551836144949155
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: AnimationPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
m_Clip: {fileID: 7400000, guid: 10220a385778144488c67c925d1958c5, type: 2}
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_UseTrackMatchFields: 1
m_MatchTargetFields: 63
m_RemoveStartOffset: 1
m_ApplyFootIK: 1
m_Loop: 0
m_Version: 1
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
--- !u!114 &-3349047357560156115
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3}
m_Name: Override 0
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationTrack
m_Version: 3
m_AnimClip: {fileID: 0}
m_Locked: 0
m_Muted: 0
m_CustomPlayableFullTypename:
m_Curves: {fileID: 0}
m_Parent: {fileID: -8065109878011791155}
m_Children: []
m_Clips:
- m_Version: 1
m_Start: 0
m_ClipIn: 3.1333333333333333
m_Asset: {fileID: -6251551836144949155}
m_Duration: 33.5
m_TimeScale: 1
m_ParentTrack: {fileID: -3349047357560156115}
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: 0
m_PostExtrapolationMode: 0
m_PreExtrapolationMode: 0
m_PostExtrapolationTime: Infinity
m_PreExtrapolationTime: 0
m_DisplayName: "Facial_\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_\uC624\uC694\uBA54\uD640\uB9AD_01"
m_Markers:
m_Objects: []
m_InfiniteClipPreExtrapolation: 0
m_InfiniteClipPostExtrapolation: 0
m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0}
m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0}
m_InfiniteClipTimeOffset: 0
m_InfiniteClipRemoveOffset: 0
m_InfiniteClipApplyFootIK: 1
mInfiniteClipLoop: 0
m_MatchTargetFields: 63
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_AvatarMask: {fileID: 0}
m_ApplyAvatarMask: 1
m_TrackOffset: 0
m_InfiniteClip: {fileID: 0}
m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1}
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
m_ApplyOffsets: 0
--- !u!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: "\uC2A4\uB178\uD558\uB77C\uC2A4\uB098_\uC624\uC694\uBA54\uD640\uB9AD_Timeline"
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
m_Version: 0
m_Tracks:
- {fileID: -8065109878011791155}
- {fileID: -7192753746881370084}
m_FixedDuration: 0
m_EditorSettings:
m_Framerate: 60
m_ScenePreview: 1
m_DurationMode: 0
m_MarkerTrack: {fileID: 0}
--- !u!114 &2982066000176118093
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: AnimationPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
m_Clip: {fileID: 1827226128182048838, guid: 515f5a6ba3ca5df479b5cd280e083a58, type: 3}
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_UseTrackMatchFields: 1
m_MatchTargetFields: 63
m_RemoveStartOffset: 1
m_ApplyFootIK: 1
m_Loop: 0
m_Version: 1
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
--- !u!114 &5292390062547860894
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: 4f10dd60657c6004587f237a7e90f8e4, type: 3}
m_Name: AudioPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioPlayableAsset
m_Clip: {fileID: 8300000, guid: 5481e47d66e747f448375a0921c0c030, type: 3}
m_Loop: 0
m_bufferingTime: 0.1
m_ClipProperties:
volume: 1

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0b2603e8923a3074e9f9aaac7c011b8b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.