From 08815c83738ecdd8fe689f4222280540ff8ea9c8 Mon Sep 17 00:00:00 2001 From: wada Date: Tue, 14 Nov 2023 11:04:42 +0900 Subject: [PATCH] Update to Cubism 5 SDK for Unity R1 beta3 --- Assets/Live2D/Cubism/CHANGELOG.md | 19 + .../Inspectors/CubismRendererInspector.cs | 10 + .../Framework/Json/CubismMotion3Json.cs | 2 +- Assets/Live2D/Cubism/NOTICE.ja.md | 10 - Assets/Live2D/Cubism/NOTICE.md | 10 - .../macOS/Live2DCubismCore.bundle.meta | 13 +- Assets/Live2D/Cubism/README.ja.md | 10 +- Assets/Live2D/Cubism/README.md | 9 +- .../Rendering/CubismRenderController.cs | 27 +- .../Cubism/Materials/UnlitMaskedInverted.mat | 11 +- .../Live2D/Cubism/Samples/HarmonicMotion.meta | 8 + .../Samples/HarmonicMotion/Description.ja.md | 9 + .../HarmonicMotion/Description.ja.md.meta | 7 + .../Samples/HarmonicMotion/Description.md | 9 + .../HarmonicMotion/Description.md.meta | 7 + .../HarmonicMotion/HarmonicMotion.unity | 17370 ++++++++++++++++ .../HarmonicMotion/HarmonicMotion.unity.meta | 7 + .../Samples/Models/Clipping/Clipping.prefab | 19 +- .../Samples/Models/Koharu/Koharu.prefab | 461 +- .../Models/Mao/Mao.fadeMotionList.asset | 2 +- .../Cubism/Samples/Models/Mao/Mao.prefab | 1000 +- .../Samples/Models/Mao/motions/mtn_01.anim | 2 +- .../Samples/Models/Mao/motions/mtn_02.anim | 2 +- .../Samples/Models/Mao/motions/mtn_03.anim | 2 +- .../Samples/Models/Mao/motions/mtn_04.anim | 2 +- .../Samples/Models/Mao/motions/sample_01.anim | 2 +- .../Models/Mao/motions/special_01.anim | 2 +- .../Models/Mao/motions/special_02.anim | 2 +- .../Models/Mao/motions/special_03.anim | 2 +- .../Models/Natori/Natori.fadeMotionList.asset | 2 +- .../Samples/Models/Natori/Natori.prefab | 539 +- .../Samples/Models/Natori/motions/mtn_00.anim | 2 +- .../Samples/Models/Natori/motions/mtn_01.anim | 2 +- .../Samples/Models/Natori/motions/mtn_02.anim | 2 +- .../Samples/Models/Natori/motions/mtn_03.anim | 2 +- .../Samples/Models/Natori/motions/mtn_04.anim | 2 +- .../Samples/Models/Natori/motions/mtn_05.anim | 2 +- .../Samples/Models/Natori/motions/mtn_06.anim | 2 +- .../Samples/Models/Natori/motions/mtn_07.anim | 2 +- .../Samples/Models/Natori/motions/mtn_08.anim | 2 +- .../Cubism/Samples/Models/Rice/Rice.prefab | 879 +- CHANGELOG.md | 19 + NOTICE.ja.md | 10 - NOTICE.md | 10 - README.ja.md | 10 +- README.md | 9 +- 46 files changed, 20026 insertions(+), 506 deletions(-) create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion.meta create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md.meta create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md.meta create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity create mode 100644 Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity.meta diff --git a/Assets/Live2D/Cubism/CHANGELOG.md b/Assets/Live2D/Cubism/CHANGELOG.md index 1ea4346d..4be33916 100644 --- a/Assets/Live2D/Cubism/CHANGELOG.md +++ b/Assets/Live2D/Cubism/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [5-r.1-beta.3] - 2023-11-14 + +### Added + +* Add `HarmonicMotion` sample scenes. + +### Changed + +* Change the version of the development project to `2021.3.30f1`. +* Change the value of `Editor` to `AnyCPU` in the `Platform settings` of `Live2DCubismCore.bundle`. + * Apple Silicon version of the Unity Editor will work without the need to change `Platform settings`. + +### Fixed + +* Fix an error when displaying CubismRendererInspector for uninitialized models. +* Fix condition for clearing AnimationCurve when Reimporting .motion3.json. + + ## [5-r.1-beta.2] - 2023-09-28 ### Added @@ -332,6 +350,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Fix issue where Priority value was not reset after playing motion with CubismMotionController. +[5-r.1-beta.3]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.2...5-r.1-beta.3 [5-r.1-beta.2]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.1...5-r.1-beta.2 [5-r.1-beta.1]: https://github.com/Live2D/CubismUnityComponents/compare/4-r.7...5-r.1-beta.1 [4-r.7]: https://github.com/Live2D/CubismUnityComponents/compare/4-r.6.2...4-r.7 diff --git a/Assets/Live2D/Cubism/Editor/Inspectors/CubismRendererInspector.cs b/Assets/Live2D/Cubism/Editor/Inspectors/CubismRendererInspector.cs index ef76eff2..5df5ea39 100644 --- a/Assets/Live2D/Cubism/Editor/Inspectors/CubismRendererInspector.cs +++ b/Assets/Live2D/Cubism/Editor/Inspectors/CubismRendererInspector.cs @@ -6,6 +6,7 @@ */ +using Live2D.Cubism.Core; using Live2D.Cubism.Rendering; using UnityEditor; using UnityEngine; @@ -35,6 +36,15 @@ public override void OnInspectorGUI() return; } + if (!renderer.isActiveAndEnabled) + { + var model = renderer.FindCubismModel(true); + var ctrl = model.GetComponent(); + if (!ctrl.IsInitialized) + { + ctrl.TryInitializeRenderers(); + } + } // Show settings. EditorGUILayout.ObjectField("Mesh", renderer.Mesh, typeof(Mesh), false); diff --git a/Assets/Live2D/Cubism/Framework/Json/CubismMotion3Json.cs b/Assets/Live2D/Cubism/Framework/Json/CubismMotion3Json.cs index f4e4baa0..30b055eb 100644 --- a/Assets/Live2D/Cubism/Framework/Json/CubismMotion3Json.cs +++ b/Assets/Live2D/Cubism/Framework/Json/CubismMotion3Json.cs @@ -246,7 +246,7 @@ public AnimationClip ToAnimationClip(AnimationClip animationClip, bool shouldImp , bool isCallFormModelJson = false, CubismPose3Json poseJson = null) { // Clear curves. - if (shouldClearAnimationCurves && (!shouldImportAsOriginalWorkflow || (isCallFormModelJson && shouldImportAsOriginalWorkflow))) + if (!shouldImportAsOriginalWorkflow || (isCallFormModelJson && shouldImportAsOriginalWorkflow && shouldClearAnimationCurves)) { animationClip.ClearCurves(); } diff --git a/Assets/Live2D/Cubism/NOTICE.ja.md b/Assets/Live2D/Cubism/NOTICE.ja.md index 07c4234c..3c532aca 100644 --- a/Assets/Live2D/Cubism/NOTICE.ja.md +++ b/Assets/Live2D/Cubism/NOTICE.ja.md @@ -4,16 +4,6 @@ # お知らせ -## [注意事項] Apple Silicon版 Unity Editor での動作について (2023-01-26) - -Apple Silicon版Unity Editorでの動作につきまして、macOS向けのCubism Coreを利用するには `Assets/Live2D/Cubism/Plugins/macOS` 以下にある `Live2DCubismCore.bundle` をインスペクタから操作する必要があります。 -手順は以下の通りとなります。 - -1. `Live2DCubismCore.bundle` を選択状態にし、インスペクタを表示する。 -1. `Platform settings` の `Editor` を選択し、`Apple Silicon` または `Any CPU` を選択する。 -1. Unity Editorを再起動する。 - - ## [注意事項] Windows 11の対応状況について (2021-12-09) Windows 11対応につきまして、Windows 11上にて成果物の動作を確認しております。 diff --git a/Assets/Live2D/Cubism/NOTICE.md b/Assets/Live2D/Cubism/NOTICE.md index 741f950c..d655f903 100644 --- a/Assets/Live2D/Cubism/NOTICE.md +++ b/Assets/Live2D/Cubism/NOTICE.md @@ -4,16 +4,6 @@ # Notices -## [Caution] Operation on the Apple Silicon version of Unity Editor (2023-01-26) - -To use Cubism Core for macOS on the Apple Silicon version of the Unity Editor, you need to modify the `Live2DCubismCore.bundle` under `Assets/Live2D/Cubism/Plugins/macOS` from the inspector. -The procedure is as follows: - -1. Select `Live2DCubismCore.bundle` and display the inspector. -1. Go to `Platform Settings` > `Editor` and select `Apple Silicon` or `Any CPU`. -1. Restart the Unity Editor. - - ## [Caution] Support for Windows 11 (2021-12-09) Regarding Windows 11 compatibility, we have confirmed that the deliverables work on Windows 11. diff --git a/Assets/Live2D/Cubism/Plugins/macOS/Live2DCubismCore.bundle.meta b/Assets/Live2D/Cubism/Plugins/macOS/Live2DCubismCore.bundle.meta index c58cef03..9d291f56 100644 --- a/Assets/Live2D/Cubism/Plugins/macOS/Live2DCubismCore.bundle.meta +++ b/Assets/Live2D/Cubism/Plugins/macOS/Live2DCubismCore.bundle.meta @@ -5,11 +5,14 @@ PluginImporter: serializedVersion: 2 iconMap: {} executionOrder: {} + defineConstraints: [] isPreloaded: 0 isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 platformData: - first: - '': Any + : Any second: enabled: 0 settings: @@ -40,7 +43,7 @@ PluginImporter: second: enabled: 1 settings: - CPU: x86_64 + CPU: AnyCPU DefaultValueInitialized: true OS: OSX - first: @@ -66,7 +69,7 @@ PluginImporter: second: enabled: 0 settings: - CPU: x86_64 + CPU: AnyCPU - first: Standalone: OSXUniversal second: @@ -91,7 +94,7 @@ PluginImporter: enabled: 0 settings: CPU: AnyCPU - DontProcess: False + DontProcess: false PlaceholderPath: SDK: AnySDK ScriptingBackend: AnyScriptingBackend @@ -100,6 +103,8 @@ PluginImporter: second: enabled: 0 settings: + AddToEmbeddedBinaries: false + CPU: AnyCPU CompileFlags: FrameworkDependencies: userData: diff --git a/Assets/Live2D/Cubism/README.ja.md b/Assets/Live2D/Cubism/README.ja.md index 41ca5787..e5a33930 100644 --- a/Assets/Live2D/Cubism/README.ja.md +++ b/Assets/Live2D/Cubism/README.ja.md @@ -54,9 +54,9 @@ Unity Editor拡張機能は、`./Assets/Live2D/Cubism/Editor`にあります。 | Unity | バージョン | | --- | --- | -| Latest | 2023.1.14f1 (*1) | -| LTS | 2022.3.10f1 | -| LTS | 2021.3.30f1 | +| Latest | 2023.1.19f1 (*1) | +| LTS | 2022.3.12f1 | +| LTS | 2021.3.31f1 | *1 ARMv7のAndroidは非対応です。 @@ -87,9 +87,9 @@ https://docs.unity3d.com/ja/2018.4/Manual/CSharpCompiler.html | iOS | 16.6.1 | | iPadOS | 16.6.1 | | Ubuntu | 20.04.6 | -| macOS | 13.6 | +| macOS | 14.1.1 | | Windows 10 | 22H2 | -| Google Chrome | 115.0.5790.171 | +| Google Chrome | 119.0.6045.106 | | Chrome OS 64bit (x86_64) | 116.0.5845.210 | | Chrome OS 32bit (ARMv8) (*3) | 115.0.5790.160 | diff --git a/Assets/Live2D/Cubism/README.md b/Assets/Live2D/Cubism/README.md index 65bb7b6f..4df8ef9c 100644 --- a/Assets/Live2D/Cubism/README.md +++ b/Assets/Live2D/Cubism/README.md @@ -55,9 +55,9 @@ Resources like shaders and other assets are located in `./Assets/Live2D/Cubism/R | Unity | Version | | --- | --- | -| Latest | 2023.1.14f1 (*1) | -| LTS | 2022.3.10f1 | -| LTS | 2021.3.30f1 | +| Latest | 2023.1.19f1 (*1) | +| LTS | 2022.3.12f1 | +| LTS | 2021.3.31f1 | *1 ARMv7 Android is not supported. @@ -88,9 +88,10 @@ https://docs.unity3d.com/ja/2018.4/Manual/CSharpCompiler.html | iOS | 16.6.1 | | iPadOS | 16.6.1 | | Ubuntu | 20.04.6 | -| macOS | 13.6 | +| macOS | 14.1.1 | | Windows 10 | 22H2 | | Google Chrome | 115.0.5790.171 | +| Google Chrome | 119.0.6045.106 | | Chrome OS 64bit (x86_64) | 116.0.5845.210 | | Chrome OS 32bit (ARMv8) (*3) | 115.0.5790.160 | diff --git a/Assets/Live2D/Cubism/Rendering/CubismRenderController.cs b/Assets/Live2D/Cubism/Rendering/CubismRenderController.cs index 37b95757..5faa5c0c 100644 --- a/Assets/Live2D/Cubism/Rendering/CubismRenderController.cs +++ b/Assets/Live2D/Cubism/Rendering/CubismRenderController.cs @@ -513,11 +513,31 @@ public CubismRenderer[] Renderers [HideInInspector] public bool HasUpdateController { get; set; } + /// + /// s backing field. + /// + private bool _isInitialized = false; + + /// + /// Is renderers initialized. + /// + [HideInInspector] + public bool IsInitialized + { + get + { + return _isInitialized; + } + private set + { + _isInitialized = value; + } + } /// /// Makes sure all s have s attached to them. /// - private void TryInitializeRenderers() + public void TryInitializeRenderers() { // Try get renderers. var renderers = Renderers; @@ -530,12 +550,10 @@ private void TryInitializeRenderers() .FindCubismModel() .Drawables; - renderers = drawables.AddComponentEach(); // Store renderers. Renderers = renderers; - } if (renderers == null) @@ -549,12 +567,13 @@ private void TryInitializeRenderers() renderers[i].TryInitialize(this); } - // Initialize sorting layer. // We set the backing field here directly because we pull the sorting layer directly from the renderer. _sortingLayerId = renderers[0] .MeshRenderer .sortingLayerID; + + IsInitialized = true; } diff --git a/Assets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/Materials/UnlitMaskedInverted.mat b/Assets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/Materials/UnlitMaskedInverted.mat index 323a23fd..2531effd 100644 --- a/Assets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/Materials/UnlitMaskedInverted.mat +++ b/Assets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/Materials/UnlitMaskedInverted.mat @@ -2,14 +2,17 @@ %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: - serializedVersion: 6 + serializedVersion: 8 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: UnlitMaskedInverted m_Shader: {fileID: 4800000, guid: b6ac6b89a3f2a5d4ba21b017d47b480c, type: 3} - m_ShaderKeywords: CUBISM_INVERT_ON + m_ValidKeywords: + - CUBISM_INVERT_ON + - CUBISM_MASK_ON + m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 @@ -27,6 +30,7 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + m_Ints: [] m_Floats: - _Cull: 0 - _DstAlpha: 10 @@ -39,3 +43,6 @@ Material: m_Colors: - cubism_MaskTile: {r: 0, g: 0, b: 0, a: 0} - cubism_MaskTransform: {r: 0, g: 0, b: 0, a: 0} + - cubism_MultiplyColor: {r: 1, g: 1, b: 1, a: 1} + - cubism_ScreenColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion.meta b/Assets/Live2D/Cubism/Samples/HarmonicMotion.meta new file mode 100644 index 00000000..52d71bd0 --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6ec929194d0e0c54c891271e6b0d85db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md new file mode 100644 index 00000000..950e33d2 --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md @@ -0,0 +1,9 @@ +[English](Description.md) / [日本語](Description.ja.md) + +--- + +# Harmonic Motion + +このサンプルは、Harmonic Motion機能を示しています。 +Harmonic Motionは手動で設定する必要がありますが、設定はそれほど面倒ではありません。 +モデルのGameObjectに`CubismHarmonicMotionController`コンポーネントを追加し、Harmonic Motionに使用にしたいParameterに`CubismHarmonicMotionParameter`を追加します。 diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md.meta b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md.meta new file mode 100644 index 00000000..e663b69a --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.ja.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1ac0d911068b94a49af6d9e627851721 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md new file mode 100644 index 00000000..58fe85e3 --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md @@ -0,0 +1,9 @@ +[English](Description.md) / [日本語](Description.ja.md) + +--- + +# Harmonic Motion + +This sample demonstrates the Harmonic Motion functionality. +Harmonic Motion must be set up manually, but setting it up isn't too cumbersome. +Add a `CubismHarmonicMotionController` component to the game object model and add `CubismHarmonicMotionController` to the parameters you want to make harmonic motion. diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md.meta b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md.meta new file mode 100644 index 00000000..21c072a1 --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion/Description.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 701965191fdf5d8409afc9db46800ed4 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity b/Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity new file mode 100644 index 00000000..c221346c --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity @@ -0,0 +1,17370 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 3 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!43 &4328932 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_15 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 210 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 47 + localAABB: + m_Center: {x: -0.000600256, y: -0.09664392, z: 0} + m_Extent: {x: 0.15646628, y: 0.17076588, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 1500050016001600170015001700140015001800130014001700180014001300180019001900110012001300190012001a001000110019001a0011001a001b0010001b000f0010001c000e000f001b001c000f001d000d000e001c001d000e001e000c000d001d001e000d001e001d001f001f000b000c001e001f000c001f0020000b0020000a000b00210009000a00200021000a002200080009002100220009002300070008002200230008002400010000000600240000002400060007002300240007002200250023002300250024002500010024002200210026002200260025002000270021002700260021001d001c002800280027002000280020001f001d0028001f00290027002800290028001c001b0029001c002a001a00190018002a0019002a0029001b001a002a001b002b002a00180017002b0018002b00270029002a002b0029002c002b00170016002c0017002c00260027002b002c002700010025002d002d00250026002d0026002c0016002d002c002d0016000500040003002e002e002d00050004002e0005002d002e00010001002e0002002e0003000200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 47 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1692 + _typelessdata: e0fcbebc42cd973d000000000000803f0000803f0000803f0000803fec16d83e70427f3f6dcb4cbb60711b3d000000000000803f0000803f0000803f0000803fce8cde3ed478793f2dae923c245b943d000000000000803f0000803f0000803f0000803f9c47e53e86fd7e3f4f805d3dbf20833d000000000000803f0000803f0000803f0000803fd4daf03ef6a47d3f6553a93dc501373d000000000000803f0000803f0000803f0000803fd601fa3e7a8c7a3fd646bc3dd8f5f4bb000000000000803f0000803f0000803f0000803fe0f7fc3e3434723f85c36cbd0abe8b3d000000000000803f0000803f0000803f0000803f860dcd3e3e517e3fd910aabdd7ab2c3d000000000000803f0000803f0000803f0000803f2afac43e1c257a3f26d9b7bd007443ba000000000000803f0000803f0000803f0000803fded2c23ed947733f8dcccabdb41d3dbd000000000000803f0000803f0000803f0000803fd4dcbf3e39036c3f4241edbd215fc9bd000000000000803f0000803f0000803f0000803f987aba3ef4aa633f164d0bbe268217be000000000000803f0000803f0000803f0000803fb404b43e0bba5b3f0cd620be16485dbe000000000000803f0000803f0000803f0000803fe849ad3e1bd3503fd1f600be9b6675be000000000000803f0000803f0000803f0000803fa63fb73e570e4d3f6373a1bdc5be83be000000000000803f0000803f0000803f0000803fb852c63ec33a4a3f1a9258bca27b88be000000000000803f0000803f0000803f0000803fde51db3ebfbf483ffa9a373df0e988be000000000000803f0000803f0000803f0000803fcce4ed3e4a9d483f4266d43df6d878be000000000000803f0000803f0000803f0000803f525e003f84844c3f579b1f3e86015fbe000000000000803f0000803f0000803f0000803f97b6083f328e503f138c133e7cc42ebe000000000000803f0000803f0000803f0000803f35d4063fbb17583fef74013eaf55fbbd000000000000803f0000803f0000803f0000803fa200043fbac35f3fee9fe53da006a0bd000000000000803f0000803f0000803f0000803fe1b6013fe5e5663f440a8c3d3b0563bd000000000000803f0000803f0000803f0000803f546ef53e35886a3f64aab33df727d7bd000000000000803f0000803f0000803f0000803f4e9ffb3e4d97623fa666d43d15d11bbe000000000000803f0000803f0000803f0000803f525e003fc40d5b3f2e3eee3d03e346be000000000000803f0000803f0000803f0000803f2863023ff752543fff35913df1dd5fbe000000000000803f0000803f0000803f0000803f103df63ebd6b503f14901b3ca7826ebe000000000000803f0000803f0000803f0000803f7e96e23efc214e3fa5f420bdfe336abe000000000000803f0000803f0000803f0000803f96f9d23e45ce4e3f3e2ca3bdc89661be000000000000803f0000803f0000803f0000803fd00dc63ed426503fcbeae2bd6f1552be000000000000803f0000803f0000803f0000803f1018bc3e0993523ffa15e8bdeeaf3bbe000000000000803f0000803f0000803f0000803f5449bb3ee512563f555ac7bd7b080ebe000000000000803f0000803f0000803f0000803fa866c03e0f355d3f7cba9fbd83a3a8bd000000000000803f0000803f0000803f0000803fa497c63e9d39663ffc9b87bd92a0e2bc000000000000803f0000803f0000803f0000803f685cca3e41f96e3f871977bd3e7f913c000000000000803f0000803f0000803f0000803fca3ecc3ee13d763fa29f16bd20e63d3d000000000000803f0000803f0000803f0000803f52c8d33e64d17a3f9e39efbc422b193c000000000000803f0000803f0000803f0000803f8834d63e52e5743fb5f201bdd40463bd000000000000803f0000803f0000803f0000803fcc65d53e35886a3fad1339bd3571f4bd000000000000803f0000803f0000803f0000803f3417d13e8d4d603fe41877bdbea02fbe000000000000803f0000803f0000803f0000803fca3ecc3e47f5573fa89415bb21223fbe000000000000803f0000803f0000803f0000803fb8d1de3e1289553f844a6b3d8d6137be000000000000803f0000803f0000803f0000803f7aeef13e2cbf563f1af4603daf080ebe000000000000803f0000803f0000803f0000803fbe1ff13e0f355d3fb45d073deaceadbd000000000000803f0000803f0000803f0000803f0620ea3e3fd2653fc57dde3c9064b2bc000000000000803f0000803f0000803f0000803fa43de83e72ea6f3f8227343d1863983c000000000000803f0000803f0000803f0000803fe29fed3e5660763f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.000600256, y: -0.09664392, z: 0} + m_Extent: {x: 0.15646628, y: 0.17076588, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &119071952 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_04 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 93 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 24 + localAABB: + m_Center: {x: 0.23675421, y: 0.3538015, z: 0} + m_Extent: {x: 0.11008864, y: 0.12722152, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 03000700040007000600040002000800030008000700030001000900020009000800020000000a0001000a00090001000b000c00050005000c0006000c00040006000d00030004000c000d0004000e00020003000d000e0003000f00010002000e000f0002001000000001000f00100001001100000010000f00120010001200110010000e0013000f00130012000f000d0014000e00140013000e000c0015000d00150014000d000b0016000c00160015000c000b0017001600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 24 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 864 + _typelessdata: 52280c3ee971ee3e000000000000803f0000803f0000803f0000803f4c665e3fcd167c3f11541d3e852ed63e000000000000803f0000803f0000803f0000803f2215613fbe81743fe437353e394ebb3e000000000000803f0000803f0000803f0000803fbcd0643fa51b6c3fcad3533e082da13e000000000000803f0000803f0000803f0000803f1899693f46f1633f5432703ea6e9883e000000000000803f0000803f0000803f0000803fde076e3f375c5c3f8f5c903eb4c3683e000000000000803f0000803f0000803f0000803fec9c753fc8f1553f95b0713e9504683e000000000000803f0000803f0000803f0000803f97436e3febd3553fd9e1473e3da58c3e000000000000803f0000803f0000803f0000803f4bbb673fd6865d3f6c422c3ea0e8a43e000000000000803f0000803f0000803f0000803f626a633fe61b653fe3e30f3e9ce7c03e000000000000803f0000803f0000803f0000803f9cfb5e3f94db6d3f9fb4013eecc7db3e000000000000803f0000803f0000803f0000803f3ac45c3fad41763fdfe7a13eb5c3683e000000000000803f0000803f0000803f0000803f76187b3fc8f1553f5a3a923e9b8d853e000000000000803f0000803f0000803f0000803f3c32763f744f5b3fc329853eadef9e3e000000000000803f0000803f0000803f0000803f0d1d723f1a3e633fc0766c3e384ebb3e000000000000803f0000803f0000803f0000803f8e726d3fa51b6c3fdada4d3ed70fd53e000000000000803f0000803f0000803f0000803f32aa683f2728743f8dfa323e787ce53e000000000000803f0000803f0000803f0000803f2577643f1a4a793f73e5443ea648f63e000000000000803f0000803f0000803f0000803fd843673fe9897e3fd6be5c3ebe4ce13e000000000000803f0000803f0000803f0000803f4e1d6b3f8cc1793fa5617e3e54b7ce3e000000000000803f0000803f0000803f0000803f403f703f7e2c723ff7a08c3e4255b53e000000000000803f0000803f0000803f0000803f4d72743fd83d6a3f8fb1993e7b78973e000000000000803f0000803f0000803f0000803f7c87783fdae8603f0a03a63eec6e843e000000000000803f0000803f0000803f0000803ff2607c3fdef55a3f6395b13e05fa703e000000000000803f0000803f0000803f0000803faefe7f3f443a573f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.23675421, y: 0.3538015, z: 0} + m_Extent: {x: 0.11008864, y: 0.12722152, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &137011386 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_33 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 66 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 19 + localAABB: + m_Center: {x: -0.10843746, y: 0.24484374, z: 0} + m_Extent: {x: 0.007794544, y: 0.009656981, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000200030004000000010003000400010001000000050006000200010005000600010008000900070009000a00070007000a0000000a000b000c000a000c0000000c00050000000b000d000c000d0005000c0004000e00000010000f000e00040010000e000f0011000e000e0011000000110007000000120008000700110012000700 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 19 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 684 + _typelessdata: 1ea5debd387f7b3e000000000000803f0000803f0000803f00000000ff9fa93e0090093f1ea5debdd5737f3e000000000000803f0000803f0000803f00000000ff9fa93e00500b3fca35dfbdeb4d823e000000000000803f0000803f0000803f000000000060a93e00980d3f6003e4bde792803e000000000000803f0000803f0000803f000000000040a73e00100c3f33b8e4bdc7af7d3e000000000000803f0000803f0000803f0000000000f0a63e00880a3f0c92d8bd1cf87d3e000000000000803f0000803f0000803f000000000150ac3e00a80a3f0744dabd50ed803e000000000000803f0000803f0000803f000000000090ab3e00600c3fcc5cdebdccd5763e000000000000803f0000803f0000803f0000000000c0a93e0080073fa65fddbdccd4703e000000000000803f0000803f0000803f000000000030aa3e00d8043fdf46d9bd54b7743e000000000000803f0000803f0000803f000000000100ac3e0090063f12e0d6bdddc0773e000000000000803f0000803f0000803f00000000ff0fad3e00e8073fe01dcebd56df793e000000000000803f0000803f0000803f0000000000f0b03e00d8083f12e0d6bdc0397a3e000000000000803f0000803f0000803f00000000ff0fad3e0000093fce5ad2bd37587c3e000000000000803f0000803f0000803f000000000010af3e00f0093f83d9e5bd14827a3e000000000000803f0000803f0000803f000000000070a63e0020093f0c0beebdc0397a3e000000000000803f0000803f0000803f0000000000d0a23e0000093f24f5e8bd617c7c3e000000000000803f0000803f0000803f000000000010a53e00000a3f33b8e4bddcc0773e000000000000803f0000803f0000803f0000000000f0a63e00e8073f3d2de2bdc138743e000000000000803f0000803f0000803f00000000ff0fa83e0058063f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.10843746, y: 0.24484374, z: 0} + m_Extent: {x: 0.007794544, y: 0.009656981, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!1 &171548085 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1680841081438398, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} +--- !u!114 &171548087 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 171548085} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: aef61b2310c3336498fc218c4dffb25e, type: 3} + m_Name: + m_EditorClassIdentifier: + Channel: 0 + Direction: 2 + NormalizedOrigin: 0.5 + NormalizedRange: 0.5 + Duration: 3 +--- !u!43 &173482838 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_09 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 123 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 30 + localAABB: + m_Center: {x: -0.084218726, y: 0.26976562, z: 0} + m_Extent: {x: 0.034374997, y: 0.00976561, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0600070008000800090006000900050006000a000400050009000a0005000a000b0004000b00030004000c00020003000b000c0003000d00010002000c000d0002000e00000001000d000e000100010000000f001000020001000f001000010011000300020010001100020012000400030011001200030013000500040012001300040014000600050013001400050015000700060014001500060016000700150015001700160017001500140013001800140018001700140012001900130019001800130011001a0012001a001900120010001b0011001b001a0011000f001c0010001c001b0010001d001c000f0000001d000f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 30 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1080 + _typelessdata: 44e1f2bdb81e893e000000000000803f0000803f0000803f0000803f0040c13d0020c73e265cdfbdc2f58a3e000000000000803f0000803f0000803f0000803f0480d03d0090c83e588fcabd7a148c3e000000000000803f0000803f0000803f0000803f04c0e03d0070c93ec9ccb4bde07a8c3e000000000000803f0000803f0000803f0000803f00c0f13d00c0c93e64669ebd703d8c3e000000000000803f0000803f0000803f0000803f00a0013e0090c93ec0f588bd285c8b3e000000000000803f0000803f0000803f0000803f02000a3e00e0c83e2d3373bd50b88a3e000000000000803f0000803f0000803f0000803f0000103e0060c83e205c4fbdd6a3883e000000000000803f0000803f0000803f0000803f0000173e00c0c63e42e15abdfeff8b3e000000000000803f0000803f0000803f0000803f00c0143e0060c93e215c7fbd14ae8d3e000000000000803f0000803f0000803f0000803f00a00d3e00b0ca3e969991bdd6a38e3e000000000000803f0000803f0000803f0000803f00a0063e0070cb3e07d7a3bdb71e8f3e000000000000803f0000803f0000803f0000803f0000ff3d00d0cb3e3033c3bdc2f58e3e000000000000803f0000803f0000803f0000803f0080e63d00b0cb3e588fdabdf5288e3e000000000000803f0000803f0000803f0000803f0440d43d0010cb3ef228ecbd65668c3e000000000000803f0000803f0000803f0000803f0480c63d00b0c93e4eb8e6bdf628883e000000000000803f0000803f0000803f0000803ffcbfca3d0060c63e82ebd1bd1e85893e000000000000803f0000803f0000803f0000803ffcffda3d0070c73ea170bdbd703d8a3e000000000000803f0000803f0000803f0000803f0000eb3d0000c83ed4a3a8bd7a148a3e000000000000803f0000803f0000803f0000803f0040fb3d00e0c73e82eb91bdae47893e000000000000803f0000803f0000803f0000803ffe7f063e0040c73e959981bd5b8f883e000000000000803f0000803f0000803f0000803f00e00c3e00b0c63ee45168bd3233873e000000000000803f0000803f0000803f0000803f0220123e00a0c53ef1284cbdb81e853e000000000000803f0000803f0000803f0000803f00a0173e0000c43ec6cc7cbd1e85853e000000000000803f0000803f0000803f0000803f00200e3e0050c43edf7a8cbde07a863e000000000000803f0000803f0000803f0000803f00a0083e0010c53ee751a0bdb81e873e000000000000803f0000803f0000803f0000803ffedf003e0090c53e6266b6bd9899873e000000000000803f0000803f0000803f0000803f0080f03d00f0c53e4fb8c6bdb81e873e000000000000803f0000803f0000803f0000803ffcbfe33d0090c53e44e1dabdffff853e000000000000803f0000803f0000803f0000803f0000d43d00b0c43e3b0aefbdb81e853e000000000000803f0000803f0000803f0000803f0040c43d0000c43e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.084218726, y: 0.26976562, z: 0} + m_Extent: {x: 0.034374997, y: 0.00976561, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &240671476 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_04 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.13629957, y: 0.17466223, z: 0} + m_Extent: {x: 0.010762289, y: 0.0102415085, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 030002000100000004000100040003000100000001000500020006000100060005000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 014e073e68573d3e000000000000803f0000803f0000803f0000803ff0b4783e26b6973e1b370b3e2b63333e000000000000803f0000803f0000803f0000803f0cc37b3ebed2933e31200f3ee85d283e000000000000803f0000803f0000803f0000803f26d17e3eb0848f3ef1d0043ef8352b3e000000000000803f0000803f0000803f0000803f3cc3763e16a1903ed88c003e3074343e000000000000803f0000803f0000803f0000803f086e733e643d943e44f8113e4ec9393e000000000000803f0000803f0000803f0000803ffa84803ea452963e6297163e1b41313e000000000000803f0000803f0000803f0000803f2053823e70fd923e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.13629957, y: 0.17466223, z: 0} + m_Extent: {x: 0.010762289, y: 0.0102415085, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &251023504 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_38 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: -0.076710194, y: 0.18187985, z: 0} + m_Extent: {x: 0.022891838, y: 0.021687008, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020001000600020006000300030006000400060005000400060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 9899b6bdd573503e000000000000803f0000803f0000803f0000803f00608d3c40eda03e3b8a88bdd573503e000000000000803f0000803f0000803f0000803ff8a70e3d40eda03ea2705cbdd6e33b3e000000000000803f0000803f0000803f0000803f00c8373d00e5983efe3f85bd9909243e000000000000803f0000803f0000803f0000803f00cc133dc0938f3e7af4b4bd9809243e000000000000803f0000803f0000803f0000803f1084923cc0938f3e26fccbbd9899383e000000000000803f0000803f0000803f0000803f0018153c009c973e984f9ebd0dc83a3e000000000000803f0000803f0000803f0000803f4047d93c2676983e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.076710194, y: 0.18187985, z: 0} + m_Extent: {x: 0.022891838, y: 0.021687008, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &278778031 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_68 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 150 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 36 + localAABB: + m_Center: {x: 0.0015016869, y: 0.35276312, z: 0} + m_Extent: {x: 0.2297928, y: 0.16230245, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 04000500030006000200030005000600030007000100020006000700020008000000010007000800010009000400030002000a0003000a000900030001000b0002000b000a0002000e000f000d00100007000c0010000c000d000f0010000d001100080007001000110007000800110012000f00130010001000130011001300120011000e0014000f00140013000f001500120013001400150013001200160008001600120015001e000b00010000001e0001001f001d000b001e001f000b001a001b00200020001d001f001a0020001f0020001b001c001d0020001c001a001f00210019001a00210021001f001e001e00000022001800220017001e0022002100210022001900220018001900000008002300230017002200000023002200230008001600170023001600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 36 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1296 + _typelessdata: 51591ebd08ced73e000000000000803f0000803f0000803f0000803fe9b63e3ffce9673f54baddbc1abcb63e000000000000803f0000803f0000803f0000803fc491403f60945d3fcb8dd0bbb716963e000000000000803f0000803f0000803f0000803fb7e1433fb060533f6678783c5084723e000000000000803f0000803f0000803f0000803f9653473f435e4a3f9befa43c1e08433e000000000000803f0000803f0000803f0000803f181f483fdaf2423ff3235a3d9fdc5f3e000000000000803f0000803f0000803f0000803fd06b4d3f1074473f99e6893d692f8d3e000000000000803f0000803f0000803f0000803f6bac4f3f6898503ff8aa783d308fac3e000000000000803f0000803f0000803f0000803f149d4e3f58665a3fe18eef3c30fdd33e000000000000803f0000803f0000803f0000803f3194493fb8b8663ff314f2bc1c14593e000000000000803f0000803f0000803f0000803f022c403fb864463f9c7185bd5e637e3e000000000000803f0000803f0000803f0000803f88793a3f1d394c3f9168bdbd66b89d3e000000000000803f0000803f0000803f0000803f3d1a363f36c3553f812bc03dcb6c913e000000000000803f0000803f0000803f0000803fcce9533f97eb513fc412233ec28d853e000000000000803f0000803f0000803f0000803f53615e3fe2354e3f039b683e0019883e000000000000803f0000803f0000803f0000803f9a3e693f65014f3fa54b433e18d79f3e000000000000803f0000803f0000803f0000803f356a633fce6c563fa2540b3e9ac6a53e000000000000803f0000803f0000803f0000803f9eab5a3fa847583fe86ecf3da0abbc3e000000000000803f0000803f0000803f0000803f0f1b553f3b6f5f3f5817073e6be4dc3e000000000000803f0000803f0000803f0000803f07025a3f0081693f197d313e3ff1bd3e000000000000803f0000803f0000803f0000803feea1603ffcd45f3f77d86c3eaf22ac3e000000000000803f0000803f0000803f0000803f31e8693f6e445a3ff0c45a3e5618d93e000000000000803f0000803f0000803f0000803fa357643f7a1e673f0ab2de3d90fefa3e000000000000803f0000803f0000803f0000803f534c563f2ee9723f284a9abb56db033f000000000000803f0000803f0000803f0000803f8d25443fb9e2763f2260f5bd44ad003f000000000000803f0000803f0000803f0000803ff2ba313ff4e5743f18b953be2038e63e000000000000803f0000803f0000803f0000803f8dd1233f326b6c3f26c569be2d1aaf3e000000000000803f0000803f0000803f0000803fae5f203fda315b3fc4cf58bece35743e000000000000803f0000803f0000803f0000803f0b06233f19a24a3f2f9b1cbe4ebb6b3e000000000000803f0000803f0000803f0000803f396e2c3feb4e493fe2dc04beb26c913e000000000000803f0000803f0000803f0000803fed23303f97eb513f2bd9d6bde5e8c03e000000000000803f0000803f0000803f0000803f781d343f69c2603f0ebc10be7e22ac3e000000000000803f0000803f0000803f0000803f13492e3f6e445a3f0bfb3bbec6f7933e000000000000803f0000803f0000803f0000803f4287273f19b7523f543235be3426c53e000000000000803f0000803f0000803f0000803f9996283f9715623feb74d3bd0786e43e000000000000803f0000803f0000803f0000803f4e61343f86e36b3f1c9e8e3ad683f23e000000000000803f0000803f0000803f0000803ffa12453fd242703f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.0015016869, y: 0.35276312, z: 0} + m_Extent: {x: 0.2297928, y: 0.16230245, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &286676139 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_20 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 66 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 19 + localAABB: + m_Center: {x: 0.16807853, y: 0.18071102, z: 0} + m_Extent: {x: 0.026100472, y: 0.061847527, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0700050006000800040005000700080005000900030004000800090004000a000200030009000a0003000b00010002000a000b0002000c00000001000b000c000100010000000d000e00020001000d000e0001000f00030002000e000f0002001000040003000f0010000300110005000400100011000400120006000500110012000500 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 19 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 684 + _typelessdata: 8ab43e3e4461783e000000000000803f0000803f0000803f0000803f86bec63e0003023f1de5383e420b643e000000000000803f0000803f0000803f0000803f8079c43e6814fc3ef280323e89204f3e000000000000803f0000803f0000803f0000803f5efac13eb8e8f33e0a882b3e0aa1393e000000000000803f0000803f0000803f0000803f2441bf3eea82eb3edc23253e9321243e000000000000803f0000803f0000803f0000803f02c2bc3e1e1de33ef52a1e3e9f780d3e000000000000803f0000803f0000803f0000803fc808ba3e1e43da3e865b183eb36ef33d000000000000803f0000803f0000803f0000803fc0c3b73ea08bd23e414d263ed744013e000000000000803f0000803f0000803f0000803f3636bd3ef67ed53e2e462d3e94dc133e000000000000803f0000803f0000803f0000803f72efbf3e3ec2dc3e153f343e87852a3e000000000000803f0000803f0000803f0000803faca8c23e409ce53e41a33a3e0605403e000000000000803f0000803f0000803f0000803fd027c53e0a02ee3ef2dd3f3ec042573e000000000000803f0000803f0000803f0000803fbc32c73e2616f73edcd6463e3e6f6a3e000000000000803f0000803f0000803f0000803ff8ebc93e8893fe3e49ec313e44fd713e000000000000803f0000803f0000803f0000803f42c0c13e70c3003f1d882b3e87125d3e000000000000803f0000803f0000803f0000803f2441bf3e2c5bf93ef023253e89bc483e000000000000803f0000803f0000803f0000803f02c2bc3e9669f13e4c961d3ed0d1333e000000000000803f0000803f0000803f0000803facceb93ee23de93ea908163e24941c3e000000000000803f0000803f0000803f0000803f58dbb63ec829e03eb262113e544f0c3e000000000000803f0000803f0000803f0000803f840ab53ee8ced93e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.16807853, y: 0.18071102, z: 0} + m_Extent: {x: 0.026100472, y: 0.061847527, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &292320882 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_22 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.10211294, y: 0.21501684, z: 0} + m_Extent: {x: 0.059751697, y: 0.06908018, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 040005000600040006000300060002000300060005000000060000000100020006000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 3f84ce3d2a75913e000000000000803f0000803f0000803f0000803f1cf6e13e2c84c43e24b4363d4731883e000000000000803f0000803f0000803f0000803f808fcb3ed8f1bf3efb822d3da48c443e000000000000803f0000803f0000803f0000803f6ea5ca3eacc5a13ebfdebb3d6b70153e000000000000803f0000803f0000803f0000803fe2c2de3e54078f3ed8bf253effe8373e000000000000803f0000803f0000803f0000803f6e55fb3e50be9c3eb9471e3e624c813e000000000000803f0000803f0000803f0000803fb85cf83e7475ba3e8382c83dc6ad5c3e000000000000803f0000803f0000803f0000803f9046e13e5c5fab3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.10211294, y: 0.21501684, z: 0} + m_Extent: {x: 0.059751697, y: 0.06908018, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &304687531 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_31 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 24 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 9 + localAABB: + m_Center: {x: -0.12308395, y: 0.14093748, z: 0} + m_Extent: {x: 0.062504396, y: 0.04843748, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 010003000200000004000300040005000300050002000300010006000300030006000700080000000300070008000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 9 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 324 + _typelessdata: ca2f16be82eb413e000000000000803f0000803f0000803f000000003433c03ecdcc283fb61ec5bda370bd3d000000000000803f0000803f0000803f000000006666d13ecd4c173fa3701dbe0000c03d000000000000803f0000803f0000803f000000000000bf3e0080173fe951f8bd52b8163e000000000000803f0000803f0000803f000000006666c93ecd0c203fdf0a3ebe36e9313e000000000000803f0000803f0000803f00000000cccfb43e704c243f7ab03bbe50b2f53d000000000000803f0000803f0000803f000000000c8cb53eeeb11b3fc99883bd3994f73d000000000000803f0000803f0000803f0000000054a3db3e95d71b3f422278bd21cb333e000000000000803f0000803f0000803f0000000086d0dc3ebd97243f0b6dc0bd36d93f3e000000000000803f0000803f0000803f00000000b2aad23ece57283f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.12308395, y: 0.14093748, z: 0} + m_Extent: {x: 0.062504396, y: 0.04843748, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &351024316 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_24 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.093497165, y: 0.21957517, z: 0} + m_Extent: {x: 0.04820215, y: 0.065030105, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020003000100040000000100030004000100010000000500050006000100060002000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 5ab8b63dc8b7913e000000000000803f0000803f0000803f0000803f0260503e9697c33e9e39ba3d732e633e000000000000803f0000803f0000803f0000803f80be513e247eaa3ecebabd3d0f411e3e000000000000803f0000803f0000803f0000803ff81c533e68918f3ea019113ec71f393e000000000000803f0000803f0000803f0000803f045c7a3e6a109a3e86ee0f3e6d7c803e000000000000803f0000803f0000803f0000803f5c72793e3421b63e4487393dab31803e000000000000803f0000803f0000803f0000803f683c2d3ed0e6b53e428c473d9f613e3e000000000000803f0000803f0000803f0000803f60f92f3e221e9c3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.093497165, y: 0.21957517, z: 0} + m_Extent: {x: 0.04820215, y: 0.065030105, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &396808777 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_85 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 111 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 26 + localAABB: + m_Center: {x: -0.095256254, y: -0.04519408, z: 0} + m_Extent: {x: 0.07463767, y: 0.09415522, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 06000500040003000700040007000600040002000800030008000700030001000900020009000800020000000a0001000a0009000100000001000b0002000c0001000c000b00010003000d0002000d000c00020004000e0003000e000d000300050006000f001000070008000900110008001100100008000a001200090012001100090013000600070010001300070014000f0006001300140006000f001500050016000e00040016000400050015001600050013001000170017001000110012001800110018001700110019000a0000000a0019001200190018001200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 26 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 936 + _typelessdata: 231a46bd0ad2453d000000000000803f0000803f0000803f0000803f38300d3f081c6f3ede3298bd51b2a63c000000000000803f0000803f0000803f0000803f2c57113f24395d3e9cb5cebd860390bc000000000000803f0000803f0000803f0000803f6399153ff0f2443ea097f7bd7c4850bd000000000000803f0000803f0000803f0000803f0bcb183fe0a72f3e727f14bede26aebd000000000000803f0000803f0000803f0000803ffb841c3fc882193ef1770bbe020eefbd000000000000803f0000803f0000803f0000803fea3d1b3fcc7e053e2f9dd9bd9ac7f1bd000000000000803f0000803f0000803f0000803f6d73163fc0a4043eb4d1b4bdcd30a8bd000000000000803f0000803f0000803f0000803f8893133fe4a31b3efc499cbd3e7a3abd000000000000803f0000803f0000803f0000803ff1a8113f0c10333e899d7cbd741928bc000000000000803f0000803f0000803f0000803f53510f3f2ca2493efa6525bdf6e4903c000000000000803f0000803f0000803f0000803f28e90b3f0c855b3eb5d0b4bd7a8b483d000000000000803f0000803f0000803f0000803f8893133f0c896f3e3fb0ecbd5a89803c000000000000803f0000803f0000803f0000803f00f1173ffc3d5a3eb9df0ebe7445abbc000000000000803f0000803f0000803f0000803f30c61b3fd4d1423e31ff23bea61666bd000000000000803f0000803f0000803f0000803f1a131f3fb83f2c3e679c02be95b10ebe000000000000803f0000803f0000803f0000803f99db193f2808ee3d4be579bd5dc093bd000000000000803f0000803f0000803f0000803f12360f3f3407223e748f4bbdb80c17bd000000000000803f0000803f0000803f0000803fbb660d3f5499383eb2391dbd5c9f5ebc000000000000803f0000803f0000803f0000803f64970b3f1081473efc9099bd66fadbbd000000000000803f0000803f0000803f0000803f6e72113f18750b3e725cbebd2e550dbe000000000000803f0000803f0000803f0000803f5352143f40bcef3d6f2f1dbebd6e02be000000000000803f0000803f0000803f0000803f8d021e3fe85cfd3dacf82dbeba2dcebd000000000000803f0000803f0000803f0000803f6708203f3c700e3e96d61cbd876581bd000000000000803f0000803f0000803f0000803f78930b3fbcc3273e888dddbc1af707bd000000000000803f0000803f0000803f0000803fdec6093fccf43a3e4ce8a8bc6052d33a000000000000803f0000803f0000803f0000803fabbf083f743b513e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.095256254, y: -0.04519408, z: 0} + m_Extent: {x: 0.07463767, y: 0.09415522, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &430822692 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_32 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.11195567, y: 0.13674444, z: 0} + m_Extent: {x: 0.06467293, y: 0.054677535, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020005000600020006000100060000000100060005000400060004000300000006000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: f242e23d1f04443e000000000000803f0000803f0000803f00000000ccefc93e95ef153f8aab413db7e6363e000000000000803f0000803f0000803f0000000000fbb53e735a113fc3f15f3dba21ca3d000000000000803f0000803f0000803f000000007c58b83e0a91043fc5652b3e9fa4373e000000000000803f0000803f0000803f00000000bebedd3e3289123f21de343ee722ed3d000000000000803f0000803f0000803f00000000035fdf3e224d073f1c27f93db112a83d000000000000803f0000803f0000803f00000000b6c7cd3edde7013f0004ea3d337a123e000000000000803f0000803f0000803f00000000386acb3e7ea90b3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.11195567, y: 0.13674444, z: 0} + m_Extent: {x: 0.06467293, y: 0.054677535, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &493097426 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_03 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 99 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 25 + localAABB: + m_Center: {x: 0.08239584, y: 0.26822913, z: 0} + m_Extent: {x: 0.03489582, y: 0.010729179, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 05000400060003000700040007000600040008000700030002000800030001000900020009000800020000000a0001000a000900010000000b000a000a000b000c000d0009000a000c000d000a000e00080009000d000e0009000f00070008000e000f0008001000060007000f0010000700100011000600120005000600110012000600050012001300140004000500130014000500150003000400140015000400160002000300150016000300170001000200160017000200180000000100170018000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 25 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 900 + _typelessdata: f1174b3dfc62893e000000000000803f0000803f0000803f0000803fac2a233e5655c83e1ae8743de2178b3e000000000000803f0000803f0000803f0000803f56552b3eaaaac93ea60d943d905f8c3e000000000000803f0000803f0000803f0000803f5655353ea8aaca3e1711b13de07a8c3e000000000000803f0000803f0000803f0000803faaaa403e00c0ca3eba81ce3d814e8b3e000000000000803f0000803f0000803f0000803fac2a4c3e58d5c93e0dd7e33dd2068a3e000000000000803f0000803f0000803f0000803f0280543e56d5c83e92c2d53d25bf883e000000000000803f0000803f0000803f0000803f00004f3e56d5c73e3696bc3d34d0893e000000000000803f0000803f0000803f0000803fac2a453eacaac83e5e8fa23dbe588a3e000000000000803f0000803f0000803f0000803f00003b3e5615c93ec6f5883d5d2c893e000000000000803f0000803f0000803f0000803f0000313ea82ac83e6c66663d285c873e000000000000803f0000803f0000803f0000803f0080283e00c0c63e628f423d5355853e000000000000803f0000803f0000803f0000803ffe7f213eaa2ac53e42d0693da50d843e000000000000803f0000803f0000803f0000803fac2a293eaa2ac43e9cfc823ddddd853e000000000000803f0000803f0000803f0000803facaa2e3e5495c53e2cbf983da0d3863e000000000000803f0000803f0000803f0000803fac2a373e5655c63ed0ccac3d50b8863e000000000000803f0000803f0000803f0000803f00003f3e0040c63ecf69c33df28b853e000000000000803f0000803f0000803f0000803f54d5473e5655c53e2222e23d09d7833e000000000000803f0000803f0000803f0000803f54d5533e0000c43e9c36f03d7677873e000000000000803f0000803f0000803f0000803f5455593e54d5c63ebc81ee3dce698b3e000000000000803f0000803f0000803f0000803facaa583eaceac93efa28dc3d1ae88c3e000000000000803f0000803f0000803f0000803f0080513e5815cb3e2222c23d64668e3e000000000000803f0000803f0000803f0000803f5455473e0040cc3eb147a13da0d38e3e000000000000803f0000803f0000803f0000803ffe7f3a3e5695cc3ed069833dc82f8e3e000000000000803f0000803f0000803f0000803f54d52e3e5615cc3e78035d3de07a8c3e000000000000803f0000803f0000803f0000803facaa263e00c0ca3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.08239584, y: 0.26822913, z: 0} + m_Extent: {x: 0.03489582, y: 0.010729179, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &680429282 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_28 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 99 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 24 + localAABB: + m_Center: {x: -0.10201324, y: 0.16298902, z: 0} + m_Extent: {x: 0.063575916, y: 0.025934376, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0500040006000300070004000700060004000200080003000800070003000100090002000900080002000a000900010000000a0001000b000a00000009000a001200110012000c0011001000130013000800090013000900120011001300120010000f0014001400070008001400080013001000140013000600070015000f001500140015000700140015000f000e000e000d0016001600060015000e001600150016000d0005000600160005000b000c0017000a000b0017000a001700120017000c001200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 24 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 864 + _typelessdata: b40c1dbe2375413e000000000000803f0000803f0000803f0000803f284b313eac6d903e706c0fbee947383e000000000000803f0000803f0000803f0000803ffec93b3eece48c3ef235f9bdaf2c2e3e000000000000803f0000803f0000803f0000803ffea3483e2ca58a3efc71cbbde9fc293e000000000000803f0000803f0000803f0000803f7eb4583e40e5893e8810a0bd6dfb2c3e000000000000803f0000803f0000803f0000803f8069693e6cf78a3e5ad047bd636e373e000000000000803f0000803f0000803f0000803f80677b3e006e8d3e2eaa78bd2ae2283e000000000000803f0000803f0000803f0000803f7e68723e168a873eda0cafbd889a233e000000000000803f0000803f0000803f0000803f58ea613e400a863e2f71e8bd18ac233e000000000000803f0000803f0000803f0000803f2cda4e3ec0ae863e80ba0dbec3a02c3e000000000000803f0000803f0000803f0000803fd8923e3e5625893e70b619be36c7353e000000000000803f0000803f0000803f0000803f2add333e2aee8b3e004929be9c3b3f3e000000000000803f0000803f0000803f0000803f80de273e56928f3e349029be74602a3e000000000000803f0000803f0000803f0000803fa8a7273e168a873e75701dbdfcab253e000000000000803f0000803f0000803f0000803f8085823e80ee883e38e578bd40e9163e000000000000803f0000803f0000803f0000803f58557a3eec0a803e0bf5b7bd0e580c3e000000000000803f0000803f0000803f0000803f286a633e28f2773e0976eebd53ae0f3e000000000000803f0000803f0000803f0000803f806c4e3e28847a3ef1a511be6c30173e000000000000803f0000803f0000803f0000803f58133a3e5426803e35fc14bea082263e000000000000803f0000803f0000803f0000803f5481373e2cca863e003701bec4e31d3e000000000000803f0000803f0000803f0000803f5836483e4078833eee4ecbbd68cc173e000000000000803f0000803f0000803f0000803f80fd593e00dd813e92129cbde0691b3e000000000000803f0000803f0000803f0000803fd8d66c3e6c41833e1ee958bd6462243e000000000000803f0000803f0000803f0000803f2843793e54dc873ee7c621bef270323e000000000000803f0000803f0000803f0000803f02a72d3e2ca58a3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.10201324, y: 0.16298902, z: 0} + m_Extent: {x: 0.063575916, y: 0.025934376, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &717309730 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_81 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 33 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 12 + localAABB: + m_Center: {x: 0.24942203, y: -0.31636032, z: 0} + m_Extent: {x: 0.0917062, y: 0.1315681, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200020001000300030004000200050004000300050006000400070006000500070005000800050003000a0005000a0008000a0009000800060007000b00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 12 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 432 + _typelessdata: 60984c3e2c3a3dbe000000000000803f0000803f0000803f000000004d27153f1acba03e9459313ec09170be000000000000803f0000803f0000803f00000000dad11c3f1288aa3ee1e96f3e15fe79be000000000000803f0000803f0000803f00000000c70c153f8cc1b63ea4f74f3e3ae999be000000000000803f0000803f0000803f000000000fdb1d3fb887c13eaa0e8d3e4f6ea1be000000000000803f0000803f0000803f0000000042f2143fdc11d13ea0c47e3e01b5bfbe000000000000803f0000803f0000803f0000000075561d3f564bdd3e20a2a63e6b0ac9be000000000000803f0000803f0000803f00000000171e143fd07dee3e9112973ee056e5be000000000000803f0000803f0000803f0000000054b71c3ff40ef93eea7a6f3ea63be5be000000000000803f0000803f0000803f000000000c36253ffc51ef3e4280213e56a6d5be000000000000803f0000803f0000803f0000000034652d3fd6ceda3eb0a33d3e94c6bebe000000000000803f0000803f0000803f00000000370a263f34bad23e5ca8ae3e85d5d9be000000000000803f0000803f0000803f000000002d88143f2a18fa3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.24942203, y: -0.31636032, z: 0} + m_Extent: {x: 0.0917062, y: 0.1315681, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &745836263 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_02 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 120 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 29 + localAABB: + m_Center: {x: 0.1313542, y: 0.24680984, z: 0} + m_Extent: {x: 0.029895816, y: 0.027981758, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 06000500070008000700050004000800050003000900040009000800040002000a0003000a000900030001000b0002000b000a0002000c000b00010000000c0001000d000c0000000e000b000c000f000a000b000e000f000b00100009000a000f0010000a001100080009001000110009001100120008001200070008001300070012001300140007001400060007001400130015001200160013001600150013001100170012001700160012001000180011001800170011000f00190010001900180010000e001a000f001a0019000f001b001a000e000d001b001c000c000d001c000c001c000e001c001b000e00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 29 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1044 + _typelessdata: 22e8d43d7cb18c3e000000000000803f0000803f0000803f0000803fac2a603eaa2ac93e0e3aed3db9bb8b3e000000000000803f0000803f0000803f0000803faaaa693eaa6ac83e87eb013e1011893e000000000000803f0000803f0000803f0000803ffe7f723e5455c63ebebb0b3e2af9853e000000000000803f0000803f0000803f0000803fac2a7a3ea8eac33eba1e153e2022823e000000000000803f0000803f0000803f0000803f00c0803eaaeac03ea5701d3e45e17a3e000000000000803f0000803f0000803f0000803f0000843e0040bd3eb91e253e023a6d3e000000000000803f0000803f0000803f0000803f0000873eaceab73e965f1c3ec5926f3e000000000000803f0000803f0000803f0000803f5695833e56d5b83ef28b153e1c857b3e000000000000803f0000803f0000803f0000803faaea803e0080bd3ececc0c3ed306823e000000000000803f0000803f0000803f0000803f02007b3e56d5c03e96fc023ea270853e000000000000803f0000803f0000803f0000803f5455733e0080c33ea60df43d4e1b883e000000000000803f0000803f0000803f0000803f52556c3e5895c53e0200e03d34d0893e000000000000803f0000803f0000803f0000803f0280643eaceac63e69c9cf3d13ae873e000000000000803f0000803f0000803f0000803fae2a5e3e0040c53e18aee73d8b25873e000000000000803f0000803f0000803f0000803f0080673e56d5c43e4ae1fa3dcccc843e000000000000803f0000803f0000803f0000803f00006f3e0000c33e723d063e9899813e000000000000803f0000803f0000803f0000803f00e0753e0080c03e16ae0d3e265c7d3e000000000000803f0000803f0000803f0000803f00b07b3e0038be3e2a5c153e265c733e000000000000803f0000803f0000803f0000803f00d8803e0050ba3e87eb1b3e265c673e000000000000803f0000803f0000803f0000803f0068833e00a0b53e3e0a233e7714663e000000000000803f0000803f0000803f0000803f0030863e0020b53e7c141c3e7814603e000000000000803f0000803f0000803f0000803f0078833e00c8b23ea470153e64666a3e000000000000803f0000803f0000803f0000803f00e0803e00d0b63e67660e3e46e1743e000000000000803f0000803f0000803f0000803f02407c3e00e8ba3e2a5c073e265c7d3e000000000000803f0000803f0000803f0000803f00c0763e0038be3ec4f5fc3dcbcc813e000000000000803f0000803f0000803f0000803f00d06f3e00a8c03eef51ec3dea51843e000000000000803f0000803f0000803f0000803f0050693e00a0c23efa28dc3dcbcc853e000000000000803f0000803f0000803f0000803f0000633e00c8c33eb047dd3d09d7873e000000000000803f0000803f0000803f0000803f0070633e0060c53e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.1313542, y: 0.24680984, z: 0} + m_Extent: {x: 0.029895816, y: 0.027981758, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &753160522 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_51 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.15322566, y: -0.29090518, z: 0} + m_Extent: {x: 0.016932636, y: 0.014437839, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200020003000000040000000300040005000000060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 4b4d1e3ed2da92be000000000000803f0000803f0000803f0000000000004b3f34332f3ef4941f3eeb559cbe000000000000803f0000803f0000803f000000009a194e3f9899273efa3d2e3ee01498be000000000000803f0000803f0000803f0000000066664e3f6866353e6fc22c3e208d8dbe000000000000803f0000803f0000803f0000000033f34a3fcccc3d3eae8b1c3edcb58dbe000000000000803f0000803f0000803f000000003333493f9899323e66900b3ec9be8fbe000000000000803f0000803f0000803f0000000033f3473f3433253e967a0f3e4c039bbe000000000000803f0000803f0000803f0000000066e64b3fcccc1d3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.15322566, y: -0.29090518, z: 0} + m_Extent: {x: 0.016932636, y: 0.014437839, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &769597061 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_73 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 114 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 27 + localAABB: + m_Center: {x: 0.16965735, y: -0.17835876, z: 0} + m_Extent: {x: 0.055173807, y: 0.0429093, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000002000100010002000300020004000300070006000500090008000a000b0009000a000b000a000c000d000b000c000d000e000f000e0010000f00100011000f00120000000100110012001300110013000f000c0014000d0014000e000d00050006001500050015000400150003000400150006001600160001000300150016000300010016001200160013001200130016001700130017000f00170009000b0017000b000d000f0017000d00060007001800180017001600060018001600070019001800080009001a0018001a0017001a000900170008001a0019001a0018001900 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 27 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 972 + _typelessdata: 5a76ea3d94d62dbe000000000000803f0000803f0000803f0000803f0895343f2c433a3e4171023e830833be000000000000803f0000803f0000803f0000803f6794363fb467363e1a44ef3dfbfc41be000000000000803f0000803f0000803f0000803f4db8343fa0962d3ea33d073eb0a749be000000000000803f0000803f0000803f0000803fd60f373ff413283e09aaf83da24a57be000000000000803f0000803f0000803f0000803fbc33353f7c16203ed201183e23b460be000000000000803f0000803f0000803f0000803f6067393f9cec183ec44f273ea2bc52be000000000000803f0000803f0000803f0000803fcff33b3f14ea203ea0ff333e199462be000000000000803f0000803f0000803f0000803f47be3d3fd071163e4cfc543ef89b54be000000000000803f0000803f0000803f0000803f0c0c433fb09b1d3e6a2a513e673d3fbe000000000000803f0000803f0000803f0000803fe2b3423fd41b2b3ee2f7633e5e803cbe000000000000803f0000803f0000803f0000803f1eaa453f6cef2b3e4e0d583e860531be000000000000803f0000803f0000803f0000803f48f1433f60a6333e243a663e79892bbe000000000000803f0000803f0000803f0000803f3037463fb467363ebf4f583ef0db22be000000000000803f0000803f0000803f0000803f2f26443f74773c3ee8a55b3e2d7714be000000000000803f0000803f0000803f0000803f84d6443f8848453e80274c3e910c1abe000000000000803f0000803f0000803f0000803fb75b423f3087423e648e4a3e44b30abe000000000000803f0000803f0000803f0000803f154a423fdc2b4c3e0b0a323e2ede0dbe000000000000803f0000803f0000803f0000803f9c6e3e3f44584b3e5f34143e1ebd16be000000000000803f0000803f0000803f0000803fe8ad393f4436473ece9a2a3e0d8c20be000000000000803f0000803f0000803f0000803ff20d3d3f640c403eb110613e904720be000000000000803f0000803f0000803f0000803f1c8b453f2caa3d3e4c30103e2ef050be000000000000803f0000803f0000803f0000803fdf5e383f5c1e233e1d941d3ef0283bbe000000000000803f0000803f0000803f0000803f68b63a3f7011303e7c7d3e3ed40e32be000000000000803f0000803f0000803f0000803f8cf23f3f7033343eb674383e264d4dbe000000000000803f0000803f0000803f0000803f00b03e3f0080233e4a71433ecf095cbe000000000000803f0000803f0000803f0000803ff739403f68cc193eee15463ebcdd47be000000000000803f0000803f0000803f0000803f00e0403f0040263e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.16965735, y: -0.17835876, z: 0} + m_Extent: {x: 0.055173807, y: 0.0429093, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &805319388 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_82 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 24 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 10 + localAABB: + m_Center: {x: 0.19053628, y: -0.21212041, z: 0} + m_Extent: {x: 0.027205199, y: 0.019537278, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000002000100030001000200020004000300050003000400040006000500050006000700060008000700070008000900 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 10 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 360 + _typelessdata: 20b7283ead376dbe000000000000803f0000803f0000803f0000803f7913143fa4e7973e4340273e31bb5ebe000000000000803f0000803f0000803f0000803fd000143f2c979d3e725a363e527465be000000000000803f0000803f0000803f0000803f94d8163f6c879a3ef0cc333e9c6c57be000000000000803f0000803f0000803f0000803ff08d163fa211a03ec00a413e97495ebe000000000000803f0000803f0000803f0000803f6508193fe2019d3e4370413e42a94fbe000000000000803f0000803f0000803f0000803f0a53193f68b1a23e245d4e3ef24b57be000000000000803f0000803f0000803f0000803fd7ba1b3f04579f3ef8f54f3eecb349be000000000000803f0000803f0000803f0000803f773d1c3f9896a43efb405c3e0ce252be000000000000803f0000803f0000803f0000803ff27f1e3feca6a03e9ff75e3e843445be000000000000803f0000803f0000803f0000803f8d3a1f3f7ce6a53e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.19053628, y: -0.21212041, z: 0} + m_Extent: {x: 0.027205199, y: 0.019537278, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &817439800 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_40 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 111 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 26 + localAABB: + m_Center: {x: 0.09483953, y: -0.045194075, z: 0} + m_Extent: {x: 0.074221, y: 0.09415522, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 06000500040003000700040007000600040002000800030008000700030001000900020009000800020000000a0001000a0009000100000001000b0002000c0001000c000b00010003000d0002000d000c00020004000e0003000e000d000300050006000f001000070008000900110008001100100008000a001200090012001100090013000600070010001300070014000f0006001300140006000f001500050016000e00040016000400050015001600050013001000170017001000110012001800110018001700110019000a0000000a0019001200190018001200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 26 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 936 + _typelessdata: 151a463d0cd2453d000000000000803f0000803f0000803f0000803f38300d3f081c6f3ed732983d54b2a63c000000000000803f0000803f0000803f0000803f2c57113f24395d3e94b5ce3d830390bc000000000000803f0000803f0000803f0000803f6399153ff0f2443e9997f73d7a4850bd000000000000803f0000803f0000803f0000803f0bcb183fe0a72f3efaa4133edc26aebd000000000000803f0000803f0000803f0000803ffb841c3fc882193eee770b3e010eefbd000000000000803f0000803f0000803f0000803fea3d1b3fcc7e053e289dd93d99c7f1bd000000000000803f0000803f0000803f0000803f6d73163fc0a4043eaed1b43dcc30a8bd000000000000803f0000803f0000803f0000803f8893133fe4a31b3ef5499c3d3c7a3abd000000000000803f0000803f0000803f0000803ff1a8113f0c10333e7b9d7c3d6e1928bc000000000000803f0000803f0000803f0000803f53510f3f2ca2493eec65253df8e4903c000000000000803f0000803f0000803f0000803f28e90b3f0c855b3eaed0b43d7c8b483d000000000000803f0000803f0000803f0000803f8893133f0c896f3e38b0ec3d5e89803c000000000000803f0000803f0000803f0000803f00f1173ffc3d5a3eb6df0e3e7145abbc000000000000803f0000803f0000803f0000803f30c61b3fd4d1423e8a8e263ea21666bd000000000000803f0000803f0000803f0000803f1a131f3fb83f2c3e649c023e95b10ebe000000000000803f0000803f0000803f0000803f99db193f2808ee3d3de5793d5cc093bd000000000000803f0000803f0000803f0000803f12360f3f3407223e668f4b3db60c17bd000000000000803f0000803f0000803f0000803fbb660d3f5499383ea4391d3d569f5ebc000000000000803f0000803f0000803f0000803f64970b3f1081473ef590993d65fadbbd000000000000803f0000803f0000803f0000803f6e72113f18750b3e6a5cbe3d2e550dbe000000000000803f0000803f0000803f0000803f5352143f40bcef3d6c2f1d3ebd6e02be000000000000803f0000803f0000803f0000803f8d021e3fe85cfd3d341e2d3e8b97d1bd000000000000803f0000803f0000803f0000803f6708203f3c700e3e88d61c3d866581bd000000000000803f0000803f0000803f0000803f78930b3fbcc3273e6c8ddd3c18f707bd000000000000803f0000803f0000803f0000803fdec6093fccf43a3e30e8a83c9052d33a000000000000803f0000803f0000803f0000803fabbf083f743b513e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.09483953, y: -0.045194075, z: 0} + m_Extent: {x: 0.074221, y: 0.09415522, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &844051775 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_26 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 111 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 27 + localAABB: + m_Center: {x: 0.10808189, y: 0.16358641, z: 0} + m_Extent: {x: 0.059170708, y: 0.025703125, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 07000600050004000800050008000700050003000900040009000800040002000a0003000a000900030001000b0002000b000a00020000000c0001000c000b0001000d000c0000001200130014001100120015000800150007000700150014001500120014001000110016000900160008000800160015001600110015000f001000170017000a000b001700100016001700160009000a00170009000e000f00180018000b000c000b001800170018000f0017000d000e0019000c000d0019000c001900180019000e001800140013001a001a000600070014001a000700 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 27 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 972 + _typelessdata: 2c1c733d829b393e000000000000803f0000803f0000803f0000803f00ee7d3dc2c08e3eb021913dc2cf2f3e000000000000803f0000803f0000803f0000803f4862943dd4b78c3e3950b33d64102c3e000000000000803f0000803f0000803f0000803fb816ab3d14c18b3ed449d13d6a2a2b3e000000000000803f0000803f0000803f0000803fb081c33d941c8b3e6686ed3dd0632d3e000000000000803f0000803f0000803f0000803ffc10de3daca58b3eaf170a3ea0dd363e000000000000803f0000803f0000803f0000803f08c5f73d94ae8d3ee227163e1ed5413e000000000000803f0000803f0000803f0000803f284f053e40f7913e49a4133e7a44353e000000000000803f0000803f0000803f0000803f5818053ec02e8c3e32f3053ed4bd2a3e000000000000803f0000803f0000803f0000803f50a1ef3dd6dc883e3210e03d8478253e000000000000803f0000803f0000803f0000803f5437ce3d6c78873e58d5bf3d26ac233e000000000000803f0000803f0000803f0000803fa85eb53d40af873e6a069f3d48fe263e000000000000803f0000803f0000803f0000803f043d9b3d00a6883e67e6813dd4732d3e000000000000803f0000803f0000803f0000803f50d1883d40418a3e1857483d8dd5303e000000000000803f0000803f0000803f0000803ff0835c3d6a538b3e402d5d3dd08f1f3e000000000000803f0000803f0000803f0000803f50cb6c3d2c94843ef7df933d07ad123e000000000000803f0000803f0000803f0000803f0887933d28177f3ec4e6cc3d47310d3e000000000000803f0000803f0000803f0000803f5014c03d7cce7a3ec0b8083e4a94113e000000000000803f0000803f0000803f0000803fa8a0f53dd83b7e3e0093203ef334213e000000000000803f0000803f0000803f0000803fd8720d3eac38853e44442b3e8bfa3a3e000000000000803f0000803f0000803f0000803f58cd153ed4498f3ec4481d3eb27a323e000000000000803f0000803f0000803f0000803fd4e00a3eeaf78b3e5df2103e297f243e000000000000803f0000803f0000803f0000803f543d013eac81863ef882ea3d3a5a1a3e000000000000803f0000803f0000803f0000803f5836d73d408b823e029db83d597f193e000000000000803f0000803f0000803f0000803fb03ab03d140b843e5a588b3dd8c0213e000000000000803f0000803f0000803f0000803fb0878d3d54ef863e2c1c733de1fa293e000000000000803f0000803f0000803f0000803f00ee7d3d00a6883efc3b1e3eb0353f3e000000000000803f0000803f0000803f0000803fe09e0b3ef4f0903e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.10808189, y: 0.16358641, z: 0} + m_Extent: {x: 0.059170708, y: 0.025703125, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &847039480 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_23 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: -0.10277484, y: 0.21857241, z: 0} + m_Extent: {x: 0.06600246, y: 0.06257375, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020000000100020003000000040000000300010000000500060005000000040006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: a168d5bdf25a5e3e000000000000803f0000803f0000803f0000803f90d1ad3e86dbaa3e8179eabd64f28f3e000000000000803f0000803f0000803f0000803f44b4a93e6075c43e59bb28be119d7b3e000000000000803f0000803f0000803f0000803fd096953e5a49b63ef5d32cbeca51383e000000000000803f0000803f0000803f0000803f33fd933ef6ff9b3e36e0cabd1dbe1f3e000000000000803f0000803f0000803f0000803f36e0af3e4466923ee45d30bdaa37893e000000000000803f0000803f0000803f0000803fd446c63e7e33bf3ea29e16bd7244423e000000000000803f0000803f0000803f0000803f82cac83ebce29f3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.10277484, y: 0.21857241, z: 0} + m_Extent: {x: 0.06600246, y: 0.06257375, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &847997664 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_48 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 66 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 19 + localAABB: + m_Center: {x: -0.08791423, y: 0.22726622, z: 0} + m_Extent: {x: 0.0052640326, y: 0.0065218285, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000200030004000000010003000400010001000000050006000200010005000600010008000900070009000a00070007000a0000000a000b000c000a000c0000000c00050000000b000d000c000d0005000c0004000e00000010000f000e00040010000e000f0011000e000e0011000000110007000000120008000700110012000700 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 19 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 684 + _typelessdata: 116eb4bdce3e693e000000000000803f0000803f0000803f00000000ff9fa93e0090093f116eb4bdabea6b3e000000000000803f0000803f0000803f00000000ff9fa93e00500b3fc4cfb4bd22666f3e000000000000803f0000803f0000803f000000000060a93e00980d3f2c0eb8bdc20f6d3e000000000000803f0000803f0000803f000000000040a73e00100c3f4c88b8bd60b96a3e000000000000803f0000803f0000803f0000000000f0a63e00880a3fdc53b0bd39ea6a3e000000000000803f0000803f0000803f000000000150ac3e00a80a3ff078b1bde0896d3e000000000000803f0000803f0000803f000000000090ab3e00600c3f3a3db4bdd418663e000000000000803f0000803f0000803f0000000000c0a93e0080073f4292b3bdd10a623e000000000000803f0000803f0000803f000000000030aa3e00d8043ffacdb0bd79aa643e000000000000803f0000803f0000803f000000000100ac3e0090063fc52eafbd94b7663e000000000000803f0000803f0000803f00000000ff0fad3e00e8073f8244a9bdf025683e000000000000803f0000803f0000803f0000000000f0b03e00d8083fc52eafbdff62683e000000000000803f0000803f0000803f00000000ff0fad3e0000093f3721acbd5ad1693e000000000000803f0000803f0000803f000000000010af3e00f0093fae4bb9bdd793683e000000000000803f0000803f0000803f000000000070a63e0020093f3fd4bebdff62683e000000000000803f0000803f0000803f0000000000d0a23e0000093f0065bbbdc6e9693e000000000000803f0000803f0000803f000000000010a53e00000a3f4c88b8bd94b7663e000000000000803f0000803f0000803f0000000000f0a63e00e8073faad0b6bdfd54643e000000000000803f0000803f0000803f00000000ff0fa83e0058063f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.08791423, y: 0.22726622, z: 0} + m_Extent: {x: 0.0052640326, y: 0.0065218285, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &854331590 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_53 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 15 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.27617818, y: -0.20191544, z: 0} + m_Extent: {x: 0.01856865, y: 0.023646347, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 010000000200020003000100030002000400050003000400050004000600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: d4da873eabf966be000000000000803f0000803f0000803f000000007f952d3f20db6a3d66e5833ed03f5fbe000000000000803f0000803f0000803f00000000c6c42c3f18818b3d8d3e8d3e36be5abe000000000000803f0000803f0000803f00000000e247303fa8008b3d5a33883ede584fbe000000000000803f0000803f0000803f0000000046762e3f8819a73d3eb0933ec32647be000000000000803f0000803f0000803f000000008d29323f3898a53d962c903e2c8c36be000000000000803f0000803f0000803f00000000d437303f182dbd3d0fe9963efe2f3abe000000000000803f0000803f0000803f000000000dba323f502bbb3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.27617818, y: -0.20191544, z: 0} + m_Extent: {x: 0.01856865, y: 0.023646347, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &879301368 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_78 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 168 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 36 + localAABB: + m_Center: {x: 0.0022386592, y: 0.12719275, z: 0} + m_Extent: {x: 0.04460281, y: 0.023296457, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 07000800050008000900040009000a0003000a000b0002000b000c0001000d000e0001000f001000030010001100040011001200050013000700060014000d0000001500140000000600190013001300190018001a001900060012001a000600170016001b000b001b000c001b00160015001b00150000000c001b0000001b000b000a00090008001c001c0017001b001c001b000a0009001c000a001c001300180017001c00180013001c0007001c00080007000d0001001d0000000d001d0000001d000c001d0001000c0001000e001e000e0002001e001e0002000b0001001e000b0002000f001f000a0002001f000a001f0003001f000f00030003001000200009000300200009002000040020001000040005000800210008000400210021000400110005002100110007000500220006000700220006002200120022000500120023000f0002000e0023000200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 36 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1296 + _typelessdata: b41ee3bc3964f23d000000000000803f0000803f0000803f0000803ff29cd43e62a8fd3eca40b7bc2af9e73d000000000000803f0000803f0000803f0000803f4acad63e20a9fb3ef65b59bc48d8e03d000000000000803f0000803f0000803f0000803f8774da3e0855fa3e54c2c2ba2433df3d000000000000803f0000803f0000803f0000803f1d2cdf3ed817fa3ecfa9283c62d8e03d000000000000803f0000803f0000803f0000803fd4e0e33e247ffa3efa0eac3c9af9e73d000000000000803f0000803f0000803f0000803f1c23e83ea4f6fb3e84d3e93c6650f43d000000000000803f0000803f0000803f0000803fcefaea3e48ccfe3e1746a33c77aff53d000000000000803f0000803f0000803f0000803f7ea9e73e08a2fe3e10475d3c8133f03d000000000000803f0000803f0000803f0000803f601ce53e6e84fd3e5c81873baa5cec3d000000000000803f0000803f0000803f0000803f4b60e13eccb3fc3e2054b4bbd843eb3d000000000000803f0000803f0000803f0000803f6686dd3ebe6bfc3e58777cbc9001ee3d000000000000803f0000803f0000803f0000803fbe8dd93e1ae3fc3e117caebcf795f43d000000000000803f0000803f0000803f0000803fed2cd73e8821fe3eeab1e9bcb0aee43d000000000000803f0000803f0000803f0000803fab56d43ea4f9fa3efd4fa1bc7743da3d000000000000803f0000803f0000803f0000803f5fe8d73e9800f93ea270fabb95c7d43d000000000000803f0000803f0000803f0000803fb8bedc3e0004f83e5e4fdf3b76e0d53d000000000000803f0000803f0000803f0000803f0986e23eac54f83e8ab79c3ce62ad93d000000000000803f0000803f0000803f0000803f2470e73e280ff93e9016e53c140ae33d000000000000803f0000803f0000803f0000803f21f0ea3e5e0cfb3e79fcf63c7de5043e000000000000803f0000803f0000803f0000803f164ae93e56cb013f448c27bd3e54f23d000000000000803f0000803f0000803f0000803f8b80d13ec0ecfd3e09862dbda08d033e000000000000803f0000803f0000803f0000803f0aadd03ea926013f95d3c8bc8b3e133e000000000000803f0000803f0000803f0000803f6fb8d53e29ed033fa4fc27bbd8191a3e000000000000803f0000803f0000803f0000803f4c74de3e6e57053f421f0c3d08f9123e000000000000803f0000803f0000803f0000803fa432e93ef06a043fd8dc3f3d0ae3f93d000000000000803f0000803f0000803f0000803f3c3eee3ebf08013fbac30b3ddc9ee93d000000000000803f0000803f0000803f0000803fe260ed3e5460fc3e6666a9bcbf7a063e000000000000803f0000803f0000803f0000803f9456d93e468c013f1d50b33bea3e023e000000000000803f0000803f0000803f0000803f4dd4e13e2bb6003f8279cdbc3940ed3d000000000000803f0000803f0000803f0000803ff3afd53e1eacfc3ededa90bc824de43d000000000000803f0000803f0000803f0000803f64add83e00fafa3e07cae6bbcbf9df3d000000000000803f0000803f0000803f0000803f76f2dc3eb434fa3e09dd9d3b8814e03d000000000000803f0000803f0000803f0000803fbfb0e13e1e4ffa3e80cb873c1e07e53d000000000000803f0000803f0000803f0000803f6b60e63e6e5bfb3e5095c33cf8a3ed3d000000000000803f0000803f0000803f0000803f3e44e93ef616fd3ec0c967bc74bdd73d000000000000803f0000803f0000803f0000803f3422da3e5c8cf83e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.0022386592, y: 0.12719275, z: 0} + m_Extent: {x: 0.04460281, y: 0.023296457, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &881661699 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_06 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 96 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 24 + localAABB: + m_Center: {x: 0.069651514, y: -0.41452765, z: 0} + m_Extent: {x: 0.06791435, y: 0.18340437, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 010000000b00020001000c000c0001000b00030002000d000d0002000c00040003000e000e0003000d00050004000f000f0004000e0005000f0006000f00070006000f000e00100007000f0010000700100008000900080011000d0011000e000e00110010001100080010000a00090012000c0012000d000b0013000c000c001300120013000a001200000014000b00150013000b00140015000b0016000a0013001500160013000d00120017001200090017001700090011000d0017001100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 24 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 864 + _typelessdata: f2380b3e978982be000000000000803f0000803f0000803f0000803fcdb6443e00d46c3e11de0c3e7904aabe000000000000803f0000803f0000803f0000803f00be453e687a3b3e261c073e5a7fd1be000000000000803f0000803f0000803f0000803fcd24423ecc200a3e59ff023e3cfaf8be000000000000803f0000803f0000803f0000803fcd923f3e688eb13d6cbde63d8f3a10bf000000000000803f0000803f0000803f0000803f66ce353e60b61d3db4beb33d131219bf000000000000803f0000803f0000803f0000803fcdde253e60968a3ce391493d131219bf000000000000803f0000803f0000803f0000803f00320d3e60968a3c90590e3da29c0fbf000000000000803f0000803f0000803f0000803f33f1033ea0e1233dd67a043deabd05bf000000000000803f0000803f0000803f0000803f6666023e684a833de028c73cf400e4be000000000000803f0000803f0000803f0000803fcd84fa3d98fde53d2e66703c1386bcbe000000000000803f0000803f0000803f0000803f662eee3d6858243e0367da3d084796be000000000000803f0000803f0000803f0000803f66f3313e3427543e5fc6ca3de9c1bdbe000000000000803f0000803f0000803f0000803f33112d3e98cd223ea8e7c03dca3ce5be000000000000803f0000803f0000803f0000803f9afb293e00e8e23d3388ad3d769c05bf000000000000803f0000803f0000803f0000803fc3ed233ea8f1833d25a69d3d3e0612bf000000000000803f0000803f0000803f0000803f20f71e3e80c10b3d80bb8e3d47ad0abf000000000000803f0000803f0000803f0000803fcd4d1a3e303b553da837833d64bef7be000000000000803f0000803f0000803f0000803f9ab4163e00a4b43deb88653d8443d0be000000000000803f0000803f0000803f0000803f9a90113e98ab0b3e6bd4353da2c8a8be000000000000803f0000803f0000803f0000803f661c0a3e34053d3e6f66bd3d96ab6cbe000000000000803f0000803f0000803f0000803f38e3283ec0147c3e4b7f123d2d9c80be000000000000803f0000803f0000803f0000803f1897043ec83c6f3ea2b1e33a362e99be000000000000803f0000803f0000803f0000803fa69fdd3d3886503e6b05763d250ce4be000000000000803f0000803f0000803f0000803f0e24143ea0e1e53d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.069651514, y: -0.41452765, z: 0} + m_Extent: {x: 0.06791435, y: 0.18340437, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &936677229 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_00 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 15 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.06656252, y: 0.27960932, z: 0} + m_Extent: {x: 0.017343748, y: 0.011015594, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000002000100030001000200020004000300030004000500040006000500 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: a099493d1e85893e000000000000803f0000803f0000803f0000803f00e0223e00f0c93e763d4a3dcbcc903e000000000000803f0000803f0000803f0000803f0000233e00a0cf3ed3cc7c3dc1f58c3e000000000000803f0000803f0000803f0000803f00e02c3e00a0cc3ec6f5803d13ae933e000000000000803f0000803f0000803f0000803f00e02d3e00e0d13e2185933d50b88e3e000000000000803f0000803f0000803f0000803f0020353e0000ce3e0dd79b3dcacc943e000000000000803f0000803f0000803f0000803f0060383e00c0d23e0dd7ab3da2708f3e000000000000803f0000803f0000803f0000803f00a03e3e0090ce3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.06656252, y: 0.27960932, z: 0} + m_Extent: {x: 0.017343748, y: 0.011015594, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &958946004 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_74 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 27 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 9 + localAABB: + m_Center: {x: 0.002382042, y: 0.10660471, z: 0} + m_Extent: {x: 0.053175606, y: 0.025949802, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 050004000700070004000300020007000300060005000800080005000700080007000200010008000200080001000000060008000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 9 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 324 + _typelessdata: ea0c50bd25fdef3d000000000000803f0000803f0000803f0000803fbd6eca3e72dff23e96ded3bc5fbc073e000000000000803f0000803f0000803f0000803fa287d63e9645f73e899f9c3c6c0f043e000000000000803f0000803f0000803f0000803fca65e63e0896f73e6b90633d9f42f93d000000000000803f0000803f0000803f0000803f1939f43e028ff23ecb981f3d2b79ac3d000000000000803f0000803f0000803f0000803fe835ec3ea48fe73e136e893b672ea53d000000000000803f0000803f0000803f0000803f746de03e0c43e43ed791f5bc4e71b03d000000000000803f0000803f0000803f0000803f5ec2d23e1c76e63e365db63cce18df3d000000000000803f0000803f0000803f0000803f8aa7e73ed692ef3e08bd81bc06afdc3d000000000000803f0000803f0000803f0000803f426ad83e2e1aef3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.002382042, y: 0.10660471, z: 0} + m_Extent: {x: 0.053175606, y: 0.025949802, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &967173388 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_11 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 297 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 64 + localAABB: + m_Center: {x: 0.19980794, y: -0.22582881, z: 0} + m_Extent: {x: 0.09919345, y: 0.07758252, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0700090006000a000500060009000a0006000b00040005000a000b0005000c00030004000b000c0004000d00020003000c000d0003000e00010002000d000e0002000e000f0001000f0000000100100000000f0011000100000008001800070018000900070016001b00170017001b0019001b001a0019001c001a001b0016001d001b001d001c001b001e001c001d001f001e001d0020001e001f00150014002100150021001f00210020001f002200200021001400230021002300220021002400220023001400250023002500240023002600240025002700260025002800260027001300120029001300290027002900280027002a00280029002b002a00290012002b0029002c002a002b0012002d002b002d002c002b002e002c002d002e002d002f0030002e002f002f003100300011003200310032003000310031002f0033002d0012003400340033002f002d0034002f003300340002001f001d00350035001d0016001f0035001500330002003600020001003600330036003100310036001100360001001100030002003700370002003400120037003400040003003800050004003900390014001500390004003800060005003a003a00150035003a000500390015003a003900080007003b003c0008003b003c003b00170019003c001700390038003d0025003d00270027003d0013003d00380013003d002500140039003d0014003b0007003e003e000700060016003e00350035003e003a003e0006003a003e00160017003b003e001700120013003f0012003f0037003f000300370003003f0038003f0013003800 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 64 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2304 + _typelessdata: e2e2db3d227f87be000000000000803f0000803f0000803f0000000055d52a3fc0aa3a3ce82f053e1e4d89be000000000000803f0000803f0000803f0000000055152e3fa0aa923c7118203e092088be000000000000803f0000803f0000803f000000000040313fa0aaea3cacee393e6b9383be000000000000803f0000803f0000803f00000000abaa333f50552d3d749e553e92c378be000000000000803f0000803f0000803f0000000055d5353fb0aa723d70256e3e7b6b67be000000000000803f0000803f0000803f000000005555373fa8aa9c3d8639813e29ac53be000000000000803f0000803f0000803f000000005515383f5855bf3dea15893ef6453bbe000000000000803f0000803f0000803f0000000055d5373f5855e33d639f8f3ea14c1ebe000000000000803f0000803f0000803f0000000055d5363f0000053ed4b47c3eb99b3bbe000000000000803f0000803f0000803f00000000ab2a353f5855d33d20826c3e560251be000000000000803f0000803f0000803f000000005515353f0000b23d95f7573ede4163be000000000000803f0000803f0000803f00000000ab2a343fa8aa903dd6b33d3e1c5773be000000000000803f0000803f0000803f000000005555323fb0aa5a3d80f8273eac177ebe000000000000803f0000803f0000803f000000005595303f5055253d3c46123e301d82be000000000000803f0000803f0000803f00000000ab6a2e3fa0aaf23cce2af73d81d780be000000000000803f0000803f0000803f0000000055552b3fa0aaba3cfa0ece3d86aa82be000000000000803f0000803f0000803f000000005515293f0000603c7d2f013e711b96be000000000000803f0000803f0000803f00000000abea2f3f0000803b6cbc323e3a3691be000000000000803f0000803f0000803f000000000040353f0000d83c7ab3513efdde8bbe000000000000803f0000803f0000803f00000000ab2a383fb0aa2e3ded89733e7c4482be000000000000803f0000803f0000803f00000000abaa3a3f5855833d41e3843e6add70be000000000000803f0000803f0000803f00000000abaa3b3f5855a73d362c8f3e53b352be000000000000803f0000803f0000803f0000000000803b3fa8aad43dc420933e0eed3bbe000000000000803f0000803f0000803f00000000ab6a3a3f5855f13d9e09873ee0cd17be000000000000803f0000803f0000803f000000005515343f0000023ea131973ecc333abe000000000000803f0000803f0000803f0000000000483b3f0000f93db616993ef39e4cbe000000000000803f0000803f0000803f0000000000703d3f0040e93d32be923e0b1651be000000000000803f0000803f0000803f0000000000403c3f0080db3df65d953e435b5cbe000000000000803f0000803f0000803f0000000000f03d3f0000d43d3c3a8f3e0ee25ebe000000000000803f0000803f0000803f0000000000a03c3f0080c83db21e913eaad36bbe000000000000803f0000803f0000803f0000000000483e3f0040be3d9d858a3e63ee6ebe000000000000803f0000803f0000803f0000000000e83c3f0080b13d98e78b3e349f7dbe000000000000803f0000803f0000803f0000000000983e3f00c0a43d7e22853e0cbf7cbe000000000000803f0000803f0000803f0000000000d03c3f00c09b3d9c8a853eb96086be000000000000803f0000803f0000803f0000000000603e3f00408c3d9ef07d3eb27784be000000000000803f0000803f0000803f0000000000603c3f0080863d2cd87a3eb30d8bbe000000000000803f0000803f0000803f0000000000303d3f00006e3d43f36f3ef5f688be000000000000803f0000803f0000803f0000000000703b3f0080663d4d526c3e963b8fbe000000000000803f0000803f0000803f0000000000203c3f0000483d9a4c5f3e189c8ebe000000000000803f0000803f0000803f0000000000603a3f0080373d07f25a3e04dd94be000000000000803f0000803f0000803f0000000000f83a3f0000183d63c54d3e68f291be000000000000803f0000803f0000803f0000000000c8383f0080103d98ee463ebd8a98be000000000000803f0000803f0000803f000000000020393f0000d83c76fa393ea3f594be000000000000803f0000803f0000803f0000000000d8363f0000cf3cbd62353edf019abe000000000000803f0000803f0000803f000000000030373f0000993cfcd72a3e324e96be000000000000803f0000803f0000803f000000000030353f0000983c0e85243ebb589bbe000000000000803f0000803f0000803f000000000050353f00003a3c24391e3e89f296be000000000000803f0000803f0000803f0000000000b8333f00005c3cab4c163eee089bbe000000000000803f0000803f0000803f000000000078333f0000d83b388a113eb79395be000000000000803f0000803f0000803f0000000000e0313f0000283c3cbc073eafbb98be000000000000803f0000803f0000803f000000000038313f0000703b151a1a3e749792be000000000000803f0000803f0000803f000000000068323f0000853c6949243e6a0592be000000000000803f0000803f0000803f00000000fd94333fe050a73c36bd893ef4a262be000000000000803f0000803f0000803f000000008b963b3f80b7bc3deaa8133e838c8fbe000000000000803f0000803f0000803f00000000ab0a313fa0aa8a3cdd662d3ed41e8dbe000000000000803f0000803f0000803f0000000055d5333f6055e93cd4384f3ecbab84be000000000000803f0000803f0000803f00000000ab8a363f0000483db8b76b3ed0357bbe000000000000803f0000803f0000803f0000000055d5383f0000873deda0813e667c68be000000000000803f0000803f0000803f0000000055153a3f0000ab3d74988f3e28c839be000000000000803f0000803f0000803f000000005555393f5855ee3d3dd8933efcdb2dbe000000000000803f0000803f0000803f000000004e50393f9042003e29fa623ec8f786be000000000000803f0000803f0000803f000000006d71393f90985b3dba128e3e9a7b48be000000000000803f0000803f0000803f00000000ab4a3a3f5855dd3dd8b7413eea8b8abe000000000000803f0000803f0000803f00000000abea353fb0aa1c3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.19980794, y: -0.22582881, z: 0} + m_Extent: {x: 0.09919345, y: 0.07758252, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &967339147 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_14 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 90 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 23 + localAABB: + m_Center: {x: 0.0018323138, y: -0.26053834, z: 0} + m_Extent: {x: 0.20736063, y: 0.08796151, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0e000d00000001000e0000000e0001000f000f000100020003000f0002000f000300040010000c000d000e0010000d000b0011000a00090012000800120007000800110012000a00120009000a00040005001300040013000f000f0013000e00130010000e000500060014000500140013001400060015001500060007001200150007001500120011001400150011000b000c00160016000c0010001600100013001400160013000b0016001100160014001100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 23 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 828 + _typelessdata: e3ab07befab730be000000000000803f0000803f0000803f0000803f16a7ae3e7456483f579625be122562be000000000000803f0000803f0000803f0000803fd24da53e699d403f047652be683d92be000000000000803f0000803f0000803f0000803fec47973e0240363f7cc81dbe1826a3be000000000000803f0000803f0000803f0000803f26bea73e4bf7303fe8949bbd926eb2be000000000000803f0000803f0000803f0000803f88bdc03ea5302c3fd4855e3c926eb2be000000000000803f0000803f0000803f0000803f6a65dd3ea5302c3f88cec83d1d7bb0be000000000000803f0000803f0000803f0000803f126df83ebacc2c3f8ab0283e9919a5be000000000000803f0000803f0000803f0000803ffce1063f355b303fad36563ed15c8dbe000000000000803f0000803f0000803f0000803ff2fe0d3f37c6373f4718333eacff67be000000000000803f0000803f0000803f0000803f3482083f49b33f3f5a6fff3d349f34be000000000000803f0000803f0000803f0000803f1e7b003f5fba473fda51633d1e8638be000000000000803f0000803f0000803f0000803f3ccfea3e4a1e473f84ad8fbc85133dbe000000000000803f0000803f0000803f0000803f1070d33e3268463f12fb98bd859236be000000000000803f0000803f0000803f0000803f9825c13e556c473fae37dfbdabe45ebe000000000000803f0000803f0000803f0000803f1a2cb63e7b1f413fbf790fbe4d698bbe000000000000803f0000803f0000803f0000803fc236ac3e4c62383f98e42fbd260c66be000000000000803f0000803f0000803f0000803ff64ecb3e5401403fefcaae3d4f3e5ebe000000000000803f0000803f0000803f0000803f865cf43e7e39413ff1f90f3ec0ee83be000000000000803f0000803f0000803f0000803f7605033f9db83a3f5c5161bd60d794be000000000000803f0000803f0000803f0000803f7272c73ee66f353fac824e3d61d794be000000000000803f0000803f0000803f0000803f022fe93ee66f353f3304db3dfa4990be000000000000803f0000803f0000803f0000803f7645fb3e17dc363fa654733c16a668be000000000000803f0000803f0000803f0000803f78cddd3e46993f3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.0018323138, y: -0.26053834, z: 0} + m_Extent: {x: 0.20736063, y: 0.08796151, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &973592248 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_46 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 243 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 57 + localAABB: + m_Center: {x: 0.0021558255, y: 0.4759184, z: 0} + m_Extent: {x: 0.25829732, y: 0.10671133, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000300020002000300040005000400030004000500060007000600050006000700080009000800070009000a0008000b000a0009000b000c000a000d000c000b000d000e000c000f000e000d0010001c000e000e001c000c001c001b000c0008000a001d001a001d001b001b001d000c001d000a000c00190018001e0006001e0004001e000600080019001e001a001a001e001d001e0008001d00170016001f001f0002000400160015002000200002001f00160020001f00180017002100210017001f00040021001f00210004001e00180021001e0010000e0022000e000f00220010002200110022000f001100000028002a0001002a0029002a002800290000002a002b0000002b0020002b000200200002002b0001002b002a00010020002c00000000002c0028002c0027002800260027002d002d0027002c00250026002e0012002e0013002e0026002d00240025002f0012002f002e002f0025002e002f00300024003000230024002300310024002300320031003300250024003100330024003400260025003300340025003500270026003400350026002700350036003600290028002700360028002d002c00370014003700150015003700200037002c0020003700140013002e002d00380013002e00380013003800370038002d003700 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 57 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2052 + _typelessdata: 9c8c83bd0445053f000000000000803f0000803f0000803f0000803f45ccac3ecc347b3e7efdecbcb9fff53e000000000000803f0000803f0000803f0000803f781bb83ecc80613e123f27bc1168053f000000000000803f0000803f0000803f0000803fcd1abe3e888c7b3ea6d5483cf28bf63e000000000000803f0000803f0000803f0000803f334dc53e4430623e02601b3d8409043f000000000000803f0000803f0000803f0000803fcc86cd3e341f783e7d1a5d3dd5cef33e000000000000803f0000803f0000803f0000803fccaad23eecc25e3e220aa23db0fb013f000000000000803f0000803f0000803f0000803f8ab8da3e34fb723e3f3cbb3d810eee3e000000000000803f0000803f0000803f0000803f76a9de3e8890573e7a02f23d7cd8fc3e000000000000803f0000803f0000803f0000803fcc3ae73e20126a3e54ac003e1108e83e000000000000803f0000803f0000803f0000803ff0a0e93e6806503e69fd203ed3cef33e000000000000803f0000803f0000803f0000803f10bdf33eecc25e3e7fba233ea413dd3e000000000000803f0000803f0000803f0000803f6698f43e1451423ef054473e4a94e83e000000000000803f0000803f0000803f0000803fbdbbff3ee0b5503e22e1473ec07dd33e000000000000803f0000803f0000803f0000803f9ae7ff3e6852363e1c636a3ea213dd3e000000000000803f0000803f0000803f0000803f9a59053f1451423e74be683e3943c83e000000000000803f0000803f0000803f0000803fcd17053f5445283e1e5a853eab49ce3e000000000000803f0000803f0000803f0000803fab670a3f78cf2f3eaeca813eb608bd3e000000000000803f0000803f0000803f0000803f884a093f44381a3eb51260becc10003f000000000000803f0000803f0000803f0000803f9a8d763eec2e6e3ee24d40be8fe9063f000000000000803f0000803f0000803f0000803f1137853e98517f3ecc6313be4fc20d3f000000000000803f0000803f0000803f0000803f2244933e223a883efc15acbdd997113f000000000000803f0000803f0000803f0000803f3375a63e66068d3e83c5f5bc8c5f133f000000000000803f0000803f0000803f0000803fbbc3b73eaa408f3edcfff43c3927153f000000000000803f0000803f0000803f0000803fccf4ca3ef07a913e42f0a03d6319133f000000000000803f0000803f0000803f0000803faa8cda3ef0e88e3e0656ea3dd7430f3f000000000000803f0000803f0000803f0000803fbc07e63eaa1c8a3eff9a1c3ebf0f0a3f000000000000803f0000803f0000803f0000803f225ef23ebc99833e63424c3ecc33003f000000000000803f0000803f0000803f0000803f45a3003fac866e3e85d6693eb526ef3e000000000000803f0000803f0000803f0000803fab43053f78ef583ed03f1e3e2306013f000000000000803f0000803f0000803f0000803fbde1f23e1495703ea753bc3d713d093f000000000000803f0000803f0000803f0000803f56d5de3e8a92823e4609403c62080e3f000000000000803f0000803f0000803f0000803f5521c53ede91883eb00789bd1abf0a3f000000000000803f0000803f0000803f0000803feff0ab3e1075843ee501493d30cd0b3f000000000000803f0000803f0000803f0000803f9c18d13e1ac7853eb047753e2357cb3e000000000000803f0000803f0000803f0000803fc80d073f481f2c3efb2483bee0bec83e000000000000803f0000803f0000803f0000803fa6a45e3e84e0283ebae867becb31d73e000000000000803f0000803f0000803f0000803fb2a6713e2cf53a3e16d345be2a88e43e000000000000803f0000803f0000803f0000803f137d833ecca54b3ea48d1ebe75a5ef3e000000000000803f0000803f0000803f0000803f34c68f3e508e593e3514edbd0e2bf83e000000000000803f0000803f0000803f0000803fab4a9c3e0838643ee04e8cbd8c7dfe3e000000000000803f0000803f0000803f0000803f556dab3e88206c3e9b755dbdb6e7f43e000000000000803f0000803f0000803f0000803fbb0db03ee021603eb0353fbdf129003f000000000000803f0000803f0000803f0000803f9a6bb23e946d6e3e2b650cbd7458053f000000000000803f0000803f0000803f0000803ffe64b63e70657b3ec616c3bd2d5a033f000000000000803f0000803f0000803f0000803f00dca23e8868763e804b12be9bf0fd3e000000000000803f0000803f0000803f0000803fde9b933e14716b3e5dbb39be5542f33e000000000000803f0000803f0000803f0000803f7845873e78135e3ec81260be49a9e63e000000000000803f0000803f0000803f0000803f9a8d763ebc4f4e3ef3327ebe8b6bd83e000000000000803f0000803f0000803f0000803f44b4633e987d3c3ebf4a68be1de4c63e000000000000803f0000803f0000803f0000803f9a69713eac8e263ebc9081be1339bf3e000000000000803f0000803f0000803f0000803faa9e603e20f61c3e1d1249bec2dbd43e000000000000803f0000803f0000803f0000803f3379823e1409383eb57725bef6bae13e000000000000803f0000803f0000803f0000803f889c8d3e8824483e71f502be9238ea3e000000000000803f0000803f0000803f0000803f2268983e44c4523e0f15acbda2cbf03e000000000000803f0000803f0000803f0000803f3375a63ee0fd5a3e54c400be3217063f000000000000803f0000803f0000803f0000803f9a17993e34437d3e658f26be27e3003f000000000000803f0000803f0000803f0000803fcd448d3e543d703e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.0021558255, y: 0.4759184, z: 0} + m_Extent: {x: 0.25829732, y: 0.10671133, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!1 &977033772 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 977033776} + - component: {fileID: 977033775} + - component: {fileID: 977033774} + - component: {fileID: 977033773} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &977033773 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 977033772} + m_Enabled: 1 +--- !u!124 &977033774 +Behaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 977033772} + m_Enabled: 1 +--- !u!20 &977033775 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 977033772} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.39215687, g: 0.70980394, b: 0.9647059, a: 1} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 1 + orthographic size: 0.8 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &977033776 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 977033772} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!43 &981421708 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_50 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.28006676, y: -0.20516506, z: 0} + m_Extent: {x: 0.018260181, y: 0.022670783, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200020003000000040000000300040005000000060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: ce648e3e4bc44fbe000000000000803f0000803f0000803f0000000000004b3f34332f3e5d58973e93f95cbe000000000000803f0000803f0000803f000000009a194e3f9899273e4fbe983e967d49be000000000000803f0000803f0000803f0000000066664e3f6866353e82c78e3ec7df3abe000000000000803f0000803f0000803f0000000033f34a3fcccc3d3ec628893e598b49be000000000000803f0000803f0000803f000000003333493f9899323e830b863e1c845cbe000000000000803f0000803f0000803f0000000033f3473f3433253eb86f903ecc4d69be000000000000803f0000803f0000803f0000000066e64b3fcccc1d3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.28006676, y: -0.20516506, z: 0} + m_Extent: {x: 0.018260181, y: 0.022670783, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1003780357 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_66 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: -0.13556717, y: 0.17181867, z: 0} + m_Extent: {x: 0.010442331, y: 0.009380437, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020000000100020003000000040000000300040005000000060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 1fd20abe074e303e000000000000803f0000803f0000803f0000000036e5953e723f0b3fbaa30abe428c393e000000000000803f0000803f0000803f00000000cebf953e30f90e3fba2000be90bf333e000000000000803f0000803f0000803f0000000080468d3ec3a20c3fe49301bec3df283e000000000000803f0000803f0000803f00000000b8718e3eb640083f19ba0bbe3556263e000000000000803f0000803f0000803f0000000038a0963ee53a073f848315be18ae2c3e000000000000803f0000803f0000803f00000000e8839e3e6dc9093fbb2615be4abc373e000000000000803f0000803f0000803f000000001c399e3e2e3e0e3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.13556717, y: 0.17181867, z: 0} + m_Extent: {x: 0.010442331, y: 0.009380437, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1007450576 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_54 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 57 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 21 + localAABB: + m_Center: {x: 0.19085804, y: -0.20293716, z: 0} + m_Extent: {x: 0.088654734, y: 0.067294545, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 010000000200010002000300020004000300030004000500060005000400060007000500070006000800080009000700090008000a000a000b0009000b000a000c000c000d000b000d000c000e000e000f000d000f000e00100011000f001000110010001200110012001300140000000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 21 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 756 + _typelessdata: a448f83dab9782be000000000000803f0000803f0000803f0000000089282c3fc0bb213dd8b3d13de96682be000000000000803f0000803f0000803f0000000011b1293f0000063d3a8bee3dc27375be000000000000803f0000803f0000803f0000000077172a3f40443a3df64fd13d53cd6bbe000000000000803f0000803f0000803f00000000bc5b273f2022383dc6b6fd3dd05265be000000000000803f0000803f0000803f00000000ef8e293f0000663d4614f63d328b50be000000000000803f0000803f0000803f000000008928273f2022853d7ac60f3e876550be000000000000803f0000803f0000803f0000000022c2293f9899943d1376113e11b737be000000000000803f0000803f0000803f0000000011b1273fc0bbae3d164d273e3cb93ebe000000000000803f0000803f0000803f0000000077172b3fd0ccb73d606c293e04e426be000000000000803f0000803f0000803f000000008928293f6866d13d7b863b3e4a642fbe000000000000803f0000803f0000803f000000009a392c3f3033d63d74643f3ee8f31abe000000000000803f0000803f0000803f0000000033d32a3fa8aaed3d78da503e663727be000000000000803f0000803f0000803f0000000089282e3f3033ee3d73b8543ef8c612be000000000000803f0000803f0000803f0000000022c22c3f54d5023e4b7e653e4f891ebe000000000000803f0000803f0000803f0000000055f52f3f9819033e2f106e3ee5e50abe000000000000803f0000803f0000803f000000009a392f3fac2a103e50d37a3e144c1ebe000000000000803f0000803f0000803f0000000000a0323f98190b3ed003843e0eff0cbe000000000000803f0000803f0000803f0000000011b1323f34b3183ef8e8863e4ab122be000000000000803f0000803f0000803f00000000cd6c353f68e60f3e4c1c8f3e432124be000000000000803f0000803f0000803f0000000000a0373fbc3b153e27eee83dcf5b8abe000000000000803f0000803f0000803f0000000000a02c3f2022ee3c + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.19085804, y: -0.20293716, z: 0} + m_Extent: {x: 0.088654734, y: 0.067294545, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1013943958 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_69 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 45 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 13 + localAABB: + m_Center: {x: -0.002536688, y: 0.4580902, z: 0} + m_Extent: {x: 0.06962101, y: 0.053450897, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 060003000400050006000400030006000200060001000200060007000100070000000100080001000000080009000100090002000100020009000a0002000a0003000b00040003000a000b0003000b000c00040004000c000500 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 13 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 468 + _typelessdata: 624d2ebd5bf4023f000000000000803f0000803f0000803f0000803ffad06e3f2a09803f591c11bd4462f33e000000000000803f0000803f0000803f0000803fe4f46f3f4f487a3f928789bc886be13e000000000000803f0000803f0000803f0000803f59f0723f34ab743fe21b0a3c460dde3e000000000000803f0000803f0000803f0000803f45f9763fbf9d733f1e773d3d1e3ae43e000000000000803f0000803f0000803f0000803fa6067d3fc18b753f37e2653dbc8af23e000000000000803f0000803f0000803f0000803fd69a7e3ff2047a3fd8e88c3c701af33e000000000000803f0000803f0000803f0000803f8c60783fdb317a3f24ced0bb9891003f000000000000803f0000803f0000803f0000803ffe9a743f98947e3f6ac793bd55edfc3e000000000000803f0000803f0000803f0000803f6b146a3fc6437d3f997954bd7b59e53e000000000000803f0000803f0000803f0000803f3f536d3f92e5753f148789bce12ccf3e000000000000803f0000803f0000803f0000803f59f0723fa5f76e3f360c153d8f98d73e000000000000803f0000803f0000803f0000803f77727b3f4a99713f8163893da3c1e63e000000000000803f0000803f0000803f0000803ff72d803fd855763f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.002536688, y: 0.4580902, z: 0} + m_Extent: {x: 0.06962101, y: 0.053450897, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1034174428 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_10 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: -0.138417, y: 0.1736415, z: 0} + m_Extent: {x: 0.009786807, y: 0.010136329, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020003000100040000000100030004000100010000000500060002000100050006000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: a77109be41303c3e000000000000803f0000803f0000803f0000803f683e883dd882973ecb180ebe943d333e000000000000803f0000803f0000803f0000803f3cf9803d0e04943e705111bee66d273e000000000000803f0000803f0000803f0000803f80e1773dee668f3e84a707bead702c3e000000000000803f0000803f0000803f0000803f440a8b3d045c913ea2b703befabe353e000000000000803f0000803f0000803f0000803f1031913d9afe943e327713be1e663a3e000000000000803f0000803f0000803f0000803f782b713de4cf963ebdc217be7473313e000000000000803f0000803f0000803f0000803f70bf633d1851933e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.138417, y: 0.1736415, z: 0} + m_Extent: {x: 0.009786807, y: 0.010136329, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1037745095 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_30 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 138 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 33 + localAABB: + m_Center: {x: -0.0011010021, y: 0.3345998, z: 0} + m_Extent: {x: 0.20960885, y: 0.14174834, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0400050006000400060003000a000700080009000a0008000b0007000a000b000c00070007000c0006000c000300060003000c000d000e00020003000d000e0003000f00010002000e000f0002000000010010000f00110001001100100001000f000e0012000f00120011000d0013000e00130012000e000c0014000d00140013000d000b0015000c00150014000c000b000a0016000b00160015000a00090017000a001700160019001700090018001900090008001a0009001a00180009001a0008001b0005001b00060006001b0007001b000800070005001c001b001d001c0005001d0005001e001e00050004001e0004001f001f000400030002001f00030001000000200020001f000200010020000200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 33 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1188 + _typelessdata: 16c83fbef4d0583e000000000000803f0000803f0000803f0000803f60e48d3c1acefa3efe2d34beb7f58a3e000000000000803f0000803f0000803f0000803fcde6c73c30f3063fa48b06bef3e5a93e000000000000803f0000803f0000803f0000803f4609563d439e103f6b9e9abd1676bc3e000000000000803f0000803f0000803f0000803f2d90b23d4d6b163fa4b6c5bccf1b983e000000000000803f0000803f0000803f0000803fad4ef43d170f0b3f88b76b3ca3ad813e000000000000803f0000803f0000803f0000803fc6ce123eaa0c043fb2760e3dd700a13e000000000000803f0000803f0000803f0000803f1edc1f3eadd60d3f2c98a53df497b83e000000000000803f0000803f0000803f0000803f1a593d3eeb35153f6cc0023ebb339b3e000000000000803f0000803f0000803f0000803fd2515b3e99060c3fdcfc3b3ea677933e000000000000803f0000803f0000803f0000803f9a177f3ed59b093fd9b4323ee85db93e000000000000803f0000803f0000803f0000803f8d4a793ecc73153f8564073e1169cf3e000000000000803f0000803f0000803f0000803f58385e3e49571c3f67a7143d2188d73e000000000000803f0000803f0000803f0000803fa2d3203efee01e3ff6855bbdb42cdc3e000000000000803f0000803f0000803f0000803fe399ce3d4154203f58300bbec3eecb3e000000000000803f0000803f0000803f0000803f2d6f4a3dd7401b3fa22e34be8a50af3e000000000000803f0000803f0000803f0000803fcde6c73c664f123fa37155becbe8803e000000000000803f0000803f0000803f0000803f336e863bc9ce033f53c457be9a9fa03e000000000000803f0000803f0000803f0000803fcd0b303bbdb70d3f42ac43be5090cb3e000000000000803f0000803f0000803f0000803f731c753ce6211b3fbabafdbde634e83e000000000000803f0000803f0000803f0000803f6d5f693d5813243fad5db4bce7e3f33e000000000000803f0000803f0000803f0000803f3335f73d7fb3273fcd39a53d9e0cf03e000000000000803f0000803f0000803f0000803f1a593d3e1d7e263f3537393e1a6bdc3e000000000000803f0000803f0000803f0000803f16207e3e6016203f1583553ec682a93e000000000000803f0000803f0000803f0000803fbb85873e527f103fe87e443ee73e6f3e000000000000803f0000803f0000803f0000803f7234823e43e8003f0fbd543eab0a9a3e000000000000803f0000803f0000803f0000803fdb47873ec8a90b3f8172113e8ead813e000000000000803f0000803f0000803f0000803f2681643eaa0c043ffe679f3daa478d3e000000000000803f0000803f0000803f0000803f156a3b3ed0ac073feb564c3d00c75f3e000000000000803f0000803f0000803f0000803f3287293efefafc3e5446083ddb7a453e000000000000803f0000803f0000803f0000803f9ee41e3e30c3f43edee304bd1e6b643e000000000000803f0000803f0000803f0000803f1aace93d406efe3e962eadbdc4b1923e000000000000803f0000803f0000803f0000803f16f6a63df45d093f13b3efbdb406893e000000000000803f0000803f0000803f0000803f8dc67a3d7e58063f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.0011010021, y: 0.3345998, z: 0} + m_Extent: {x: 0.20960885, y: 0.14174834, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1067342718 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_00 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 285 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 60 + localAABB: + m_Center: {x: 0.0022461265, y: 0.44547483, z: 0} + m_Extent: {x: 0.30683106, y: 0.16104618, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0100000016001700020001001600170001001700180002001800030002001800190003001900040003001a000500040019001a0004001b00060005001a001b0005001c00070006001b001c0006001d00080007001c001d0007001d001e0008001e00090008001e001f0009001f000a00090020000b000a001f0020000a0021000c000b00200021000b00210022000c0022000d000c0023000e000d00220023000d0024000f000e00230024000e00240025000f00250010000f00260011001000250026001000260027001100270012001100270028001200280013001200150014002900150029002a0015002a0000002a001600000016002a002b002b002a0029002c00170016002b002c0016002d00190018002d00180017002c002d0017002e00280027002e002700260025002e0026002f002b0029002e002f00290030002c002b002f0030002b00300031002c0031002d002c0032002d0031002d00320019001b0033001c001c0033001d001d0033001e0033001f001e0033001b001a0033001a0019003200330019002f002e00340034002e002500240034002500350034002400230035002400350030002f00340035002f00310030003600360030003500360035002300220036002300320031003700370031003600370036002200210037002200330032003800380032003700380037002100200038002100380020001f00330038001f003900130028002e0039002800130039003a00290014003b0039003b003a003b0014003a0029003b002e003b0039002e00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 60 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2160 + _typelessdata: bad5a4bdf5441b3f000000000000803f0000803f0000803f0000803f9afea53e3479543efc98bdbbf5441b3f000000000000803f0000803f0000803f0000803f00e6bd3e3479543e97228d3df6441b3f000000000000803f0000803f0000803f0000803f66cdd53e3479543e600f133e84f3163f000000000000803f0000803f0000803f0000803fcdb4ed3e98ad493e758d5f3e093b0b3f000000000000803f0000803f0000803f0000803f1ace023f68602c3e168e933ee072f13e000000000000803f0000803f0000803f0000803f66fc0d3fd038fc3d5d3f9e3efd87de3e000000000000803f0000803f0000803f0000803fcd53113f98edcc3d5c3f9e3ed433cb3e000000000000803f0000803f0000803f0000803fcd53113f309b9c3daec79b3ef348b83e000000000000803f0000803f0000803f0000803f668e103f00a05a3d35eb8a3ecbf4a43e000000000000803f0000803f0000803f0000803f80490b3f60f6f33c5058493eb626963e000000000000803f0000803f0000803f0000803f9aabfe3e40d33f3c7bb4f93da2a0913e000000000000803f0000803f0000803f0000803f34c4e63e00b3ca3ba870413da3a0913e000000000000803f0000803f0000803f0000803fccdcce3e00b3ca3b4a0fe1bca3a0913e000000000000803f0000803f0000803f0000803f66f5b63e00b3ca3bfe3fd1bda3a0913e000000000000803f0000803f0000803f0000803f000e9f3e00b3ca3b141e35be9881943e000000000000803f0000803f0000803f0000803f9a26873ec0ec1e3c13ce80be7105a03e000000000000803f0000803f0000803f0000803f687e5e3ec09cc23cad4f93be14a6af3e000000000000803f0000803f0000803f0000803f685c473ea0712f3d8ef29bbe3efac23e000000000000803f0000803f0000803f0000803fcc903c3e300b883d796c97be4839e93e000000000000803f0000803f0000803f0000803f6838423ed0a8e73d96396cbe8587073f000000000000803f0000803f0000803f0000803f00dc6b3e981f233e81bb1fbec219153f000000000000803f0000803f0000803f0000803f66d58d3e340d453e47af30bda474133f000000000000803f0000803f0000803f0000803f4cf2b13e68f0403e1049013d0040133f000000000000803f0000803f0000803f0000803fb4d9c93ecc6c403e52e7d03d5007113f000000000000803f0000803f0000803f0000803f2464e03e14df3a3e871f343e0856093f000000000000803f0000803f0000803f0000803fd809f83ee0a3273e568b6d3eae81f93e000000000000803f0000803f0000803f0000803fc5fd043fe82e083e1e6d8a3ec82fe33e000000000000803f0000803f0000803f0000803f19220b3f1091d83de4348e3e08d8d33e000000000000803f0000803f0000803f0000803f88500c3fb835b23daf5b8c3e64bec13e000000000000803f0000803f0000803f0000803fa6bc0b3f98f5843d5868873e3356b83e000000000000803f0000803f0000803f0000803f9b300a3f40e25a3db33a6b3e9ab7ad3e000000000000803f0000803f0000803f0000803f2da1043f40c9253d4b19233e125ea53e000000000000803f0000803f0000803f0000803fe6b7f23e4013f83c6836ad3d7848a23e000000000000803f0000803f0000803f0000803f80d0da3e403bd93ce7d1213ca20ca13e000000000000803f0000803f0000803f0000803f1ae9c23ec0e4cc3ce5c184bd7848a23e000000000000803f0000803f0000803f0000803fb401ab3e403bd93c0adf0ebecdf4a43e000000000000803f0000803f0000803f0000803f4c1a933e60f6f33c1c5d5bbea454ab3e000000000000803f0000803f0000803f0000803fcc65763e60da193d9d7783be4b40b43e000000000000803f0000803f0000803f0000803f782a5b3ea074463d836f89beedb8bc3e000000000000803f0000803f0000803f0000803f98b4533ed0cf703d1d598dbec219d63e000000000000803f0000803f0000803f0000803f98d04e3e00dab73dccfb36beac73083f000000000000803f0000803f0000803f0000803f5091863ef86d253e4407e3bddfa3103f000000000000803f0000803f0000803f0000803fdc469c3e7ce6393ea859b2bd443a033f000000000000803f0000803f0000803f0000803ffee1a33e785e183eb45ef8bbf2ec023f000000000000803f0000803f0000803f0000803f1253bd3e289d173eaa75993dd85f033f000000000000803f0000803f0000803f0000803f62bad73e6cbc183e4cb35cbeda81d33e000000000000803f0000803f0000803f0000803ff08f753e405eb13dd40a06be1771e33e000000000000803f0000803f0000803f0000803f9edc953e5834d93d7a4f52bdd757e43e000000000000803f0000803f0000803f0000803fca51af3e3075db3dd46cf23c0026e43e000000000000803f0000803f0000803f0000803f4038c93ea0f8da3de8e1f13d9043e33e000000000000803f0000803f0000803f0000803f4c8be53e88c2d83d1134623ebca4d63e000000000000803f0000803f0000803f0000803f2238033f7835b93de6a122bee41cc23e000000000000803f0000803f0000803f0000803f68ed8c3ed8e1853d845ec0bd1754c33e000000000000803f0000803f0000803f0000803f3ab1a13ed0eb883d94d794bc70d5c23e000000000000803f0000803f0000803f0000803f94efb93e30af873d9a5e7c3d93d9c13e000000000000803f0000803f0000803f0000803f6277d33e9039853dfa31153e5685bd3e000000000000803f0000803f0000803f0000803f9e5fee3ef0cd743db9dc83be08bbe93e000000000000803f0000803f0000803f0000803f18ac5a3e30ede83d827588be7d38fa3e000000000000803f0000803f0000803f0000803f18ed543e6813093e2ddb67bee8c2fb3e000000000000803f0000803f0000803f0000803f04976e3e70000b3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.0022461265, y: 0.44547483, z: 0} + m_Extent: {x: 0.30683106, y: 0.16104618, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1073459821 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_79 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 63 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 18 + localAABB: + m_Center: {x: 0.18810707, y: -0.2081821, z: 0} + m_Extent: {x: 0.033027627, y: 0.02202209, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000010002000300020001000100040003000300040005000400060005000500060007000600080009000700060009000a000800060004000b0006000b000a00060001000c0004000c000b00040000000d0001000d000c00010002000f0000000f000e00000010000d0011000d0000001100110000000e00100011000e00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 18 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 648 + _typelessdata: 141b2a3ee8c15bbe000000000000803f0000803f0000803f0000803f3e08013f6abbb33e7007343e366a54be000000000000803f0000803f0000803f0000803f17aa023f98c9b53e2329273e3d664ebe000000000000803f0000803f0000803f0000803fdcba003fbaf6b73ededa343eec9b45be000000000000803f0000803f0000803f0000803f78f7023fc461ba3ee4c4403e8e694ebe000000000000803f0000803f0000803f0000803f46b8043ff85bb73e0bed453ed17140be000000000000803f0000803f0000803f0000803fe3af053f4897bb3e7ecc503ed0e04abe000000000000803f0000803f0000803f0000803f4342073fae15b83ec4c1533ebaa03ebe000000000000803f0000803f0000803f0000803f05dd073f30d5bb3ed2f05f3ededb45be000000000000803f0000803f0000803f0000803f4cad093f324bb93e96e1583e4aab41be000000000000803f0000803f0000803f0000803f49a0083fd0c3ba3e2371623e6d7952be000000000000803f0000803f0000803f0000803f34eb093fca4db53e4d954e3e40af56be000000000000803f0000803f0000803f0000803f74c6063f2075b43e7e36403e55a55bbe000000000000803f0000803f0000803f0000803f5e7a043f9a3fb33e297d353e21a962be000000000000803f0000803f0000803f0000803f91b9023f6050b13eb1fc213ec87466be000000000000803f0000803f0000803f0000803f9848ff3eaa96b03e26cd1e3e5e0e5bbe000000000000803f0000803f0000803f0000803fe08efe3e3837b43e58692e3ea5ba6bbe000000000000803f0000803f0000803f0000803f0c84013f70a7ae3eadb92c3ec35d64be000000000000803f0000803f0000803f0000803fe356013fecfcb03e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.18810707, y: -0.2081821, z: 0} + m_Extent: {x: 0.033027627, y: 0.02202209, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1104479310 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_49 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 66 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 19 + localAABB: + m_Center: {x: 0.09895836, y: 0.22830725, z: 0} + m_Extent: {x: 0.004773006, y: 0.005913466, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000200030004000000010003000400010001000000050006000200010005000600010008000900070009000a00070007000a0000000a000b000c000a000c0000000c00050000000b000d000c000d0005000c0004000e00000010000f000e00040010000e000f0011000e000e0011000000110007000000120008000700110012000700 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 19 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 684 + _typelessdata: 1a52ca3d2e436a3e000000000000803f0000803f0000803f00000000ff9fa93e0090093f1a52ca3d3eaf6c3e000000000000803f0000803f0000803f00000000ff9fa93e00500b3f84f9c93d8ed76f3e000000000000803f0000803f0000803f000000000060a93e00980d3f9308c73dfeb86d3e000000000000803f0000803f0000803f000000000040a73e00100c3fd899c63d6d9a6b3e000000000000803f0000803f0000803f0000000000f0a63e00880a3f590ace3db8c66b3e000000000000803f0000803f0000803f000000000150ac3e00a80a3f9b00cd3db8276e3e000000000000803f0000803f0000803f000000000090ab3e00600c3f637eca3d6068673e000000000000803f0000803f0000803f0000000000c0a93e0080073f6719cb3d32bb633e000000000000803f0000803f0000803f000000000030aa3e00d8043f9f9bcd3d321c663e000000000000803f0000803f0000803f000000000100ac3e0090063f1814cf3d53f8673e000000000000803f0000803f0000803f00000000ff0fad3e00e8073f1c71d43d8144693e000000000000803f0000803f0000803f0000000000f0b03e00d8083f1814cf3dde7b693e000000000000803f0000803f0000803f00000000ff0fad3e0000093fc0d8d13d0dc86a3e000000000000803f0000803f0000803f000000000010af3e00f0093fafe8c53d28a8693e000000000000803f0000803f0000803f000000000070a63e0020093f40e4c03dde7b693e000000000000803f0000803f0000803f0000000000d0a23e0000093f7c01c43d31de6a3e000000000000803f0000803f0000803f000000000010a53e00000a3fd999c63d52f8673e000000000000803f0000803f0000803f0000000000f0a63e00e8073f7828c83db0ce653e000000000000803f0000803f0000803f00000000ff0fa83e0058063f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.09895836, y: 0.22830725, z: 0} + m_Extent: {x: 0.004773006, y: 0.005913466, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1106834246 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_71 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 102 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 26 + localAABB: + m_Center: {x: -0.18970372, y: 0.28697383, z: 0} + m_Extent: {x: 0.058367535, y: 0.10963991, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 04000600050003000700040007000600040002000800030008000700030001000900020009000800020000000a0001000a000900010001000b00000002000c0001000c000b00010003000d0002000d000c00020004000e0003000e000d0003000f000e00040005000f00040012000f001000110012001000110013001200120013000f0013000e000f0014000d000e00130014000e0015000c000d00140015000d0016000b000c00150016000c00000017000a000b0018000000180017000000160019000b00190018000b00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 26 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 936 + _typelessdata: 634959be8dd5b83e000000000000803f0000803f0000803f0000803fbbbf263fde6bcc3e3acd64be2a1ca83e000000000000803f0000803f0000803f0000803f22f3243f00f8c13e12ee6bbe5ad2933e000000000000803f0000803f0000803f0000803f00d6233fde49b53e97bc69bee914803e000000000000803f0000803f0000803f0000803fbb2d243f78f3a83eb79b62be2ef95b3e000000000000803f0000803f0000803f0000803fde4a253f44a49d3e668350be63863a3e000000000000803f0000803f0000803f0000803fab1e283f6630933ed6a368bec1d8433e000000000000803f0000803f0000803f0000803f9a59243f221a963e46fe77bee53a6a3e000000000000803f0000803f0000803f0000803f78f3213fcc18a23e067a7dbe1321893e000000000000803f0000803f0000803f0000803f2218213f109bae3e64067ebe33569f3e000000000000803f0000803f0000803f0000803f3302213f447cbc3ecb6971bebfb8b43e000000000000803f0000803f0000803f0000803fabfa223fded9c93e646327be96acab3e000000000000803f0000803f0000803f0000803fab8b2e3f4432c43ebd1835be5335983e000000000000803f0000803f0000803f0000803f55672c3fbc07b83ed3e643bee377843e000000000000803f0000803f0000803f0000803f22172a3f54b1ab3e6e5a43bea1f0663e000000000000803f0000803f0000803f0000803f112d2a3f9a11a13e8fff44bedc7d453e000000000000803f0000803f0000803f0000803f45eb293fbc9d963e039d2fbe0697353e000000000000803f0000803f0000803f0000803fab422d3f9aa5913e0d7422bec6af363e000000000000803f0000803f0000803f0000803f11512f3f56fd913ea27333be78f1443e000000000000803f0000803f0000803f0000803f22a92c3fde71963ee79429beae01513e000000000000803f0000803f0000803f0000803fef332e3ff0369a3e05d726be124b763e000000000000803f0000803f0000803f0000803f9aa12e3fdedda53ef16b1cbe5c0c8b3e000000000000803f0000803f0000803f0000803f5542303f22ceaf3efe7c06be50989c3e000000000000803f0000803f0000803f0000803fabaf333f9ac5ba3e07f74fbef510cb3e000000000000803f0000803f0000803f0000803f9a34283f00d1d73e4e4027bed523bf3e000000000000803f0000803f0000803f0000803f26912e3fcc5cd03e44490bbe11dead3e000000000000803f0000803f0000803f0000803fc0ef323f3491c53e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.18970372, y: 0.28697383, z: 0} + m_Extent: {x: 0.058367535, y: 0.10963991, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1126542094 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_17 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 10 + localAABB: + m_Center: {x: 0.17151076, y: 0.17819402, z: 0} + m_Extent: {x: 0.05687365, y: 0.06922497, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 030002000800080002000100000008000100080000000700080007000900090007000600090006000500040009000500090004000300080009000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 10 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 360 + _typelessdata: 52cd123e5497673e000000000000803f0000803f0000803f0000803f3418e73e8f9b263fb4a0393e675b7d3e000000000000803f0000803f0000803f0000803fc642f63edcdb2a3faf195e3e83b56b3e000000000000803f0000803f0000803f0000803f0441023f7569273f9add693e0000353e000000000000803f0000803f0000803f0000803f498d043f02ba1c3f05ec3e3e3ce0f73d000000000000803f0000803f0000803f0000803f3854f83ee894113f7d270b3e292bdf3d000000000000803f0000803f0000803f0000803f701be43e382b0f3fdcc6ea3d62d2153e000000000000803f0000803f0000803f0000803fd99adb3e18a3163f66f4ff3d2a003f3e000000000000803f0000803f0000803f0000803fbebddf3e09ae1e3fddcd3a3e3ec4543e000000000000803f0000803f0000803f0000803f6cb8f63e55ee223f5da0253e4e96213e000000000000803f0000803f0000803f0000803fa872ee3e5def183f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.17151076, y: 0.17819402, z: 0} + m_Extent: {x: 0.05687365, y: 0.06922497, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1184128650 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_08 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 114 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 28 + localAABB: + m_Center: {x: -0.13322917, y: 0.24624999, z: 0} + m_Extent: {x: 0.03052082, y: 0.028125003, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 06000500070004000800050008000700050003000900040009000800040002000a0003000a000900030001000b0002000b000a0002000c000b00010000000c00010007000d0006000e000d00070008000f0007000f000e00070009001000080010000f0008000a00110009001100100009000b0012000a00120011000a00130012000b000c0013000b00000014000c00140013000c000000010015000200160001001600150001000300170002001700160002000400180003001800170003000500190004001900180004001a001900050006001a0005001a0006001b001b0006000d00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 28 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1008 + _typelessdata: 7fb124be9ed3663e000000000000803f0000803f0000803f0000803f5055433daceab63eac4721be74da703e000000000000803f0000803f0000803f0000803f00004e3d56d5ba3e37d019be7f4e7b3e000000000000803f0000803f0000803f0000803f5055653daaeabe3ee5b411be85eb813e000000000000803f0000803f0000803f0000803fb0aa7e3d0040c23eb1e407bef28b853e000000000000803f0000803f0000803f0000803fa8aa8e3d5615c53e24bff8bd8688883e000000000000803f0000803f0000803f0000803fa8aaa03daa6ac73eaa47e1bd5b8f8a3e000000000000803f0000803f0000803f0000803ffcffb23d0000c93e6e3deabdd940873e000000000000803f0000803f0000803f0000803f0000ac3daa6ac63e0e1101be3096843e000000000000803f0000803f0000803f0000803f5c55993d5655c43ea7aa0abe5e2c813e000000000000803f0000803f0000803f0000803f5c558a3da8aac13e222212bee5177b3e000000000000803f0000803f0000803f0000803f48557d3d56d5be3eea5118bed169733e000000000000803f0000803f0000803f0000803f00006a3d58d5bb3edbdd1dbe602c693e000000000000803f0000803f0000803f0000803fb8aa583d56d5b73ec058d2bdea51883e000000000000803f0000803f0000803f0000803fa8aabe3d0040c73e44e1dabda370853e000000000000803f0000803f0000803f0000803ffcffb73d0000c53e3133f3bd6ea0833e000000000000803f0000803f0000803f0000803f0000a53d5695c33ee5b401be26bf803e000000000000803f0000803f0000803f0000803f5855983d5655c13ee4170bbe9a99793e000000000000803f0000803f0000803f0000803fa8aa893d0040be3e74da10be94fc723e000000000000803f0000803f0000803f0000803facaa803daaaabb3ec62f16bed1066a3e000000000000803f0000803f0000803f0000803fb0aa703dac2ab83eb2811ebe285c5f3e000000000000803f0000803f0000803f0000803fb0aa563d0000b43e13ae27beb2816e3e000000000000803f0000803f0000803f0000803f00003a3daaeab93ead4721beea51783e000000000000803f0000803f0000803f0000803f00004e3d00c0bd3eb1e417bed406823e000000000000803f0000803f0000803f0000803f50556b3d5655c23e50b80ebe8fc2853e000000000000803f0000803f0000803f0000803f0000843d0040c53edf7a04befd62893e000000000000803f0000803f0000803f0000803f0000943d5615c83e39a7edbdf5288c3e000000000000803f0000803f0000803f0000803f5855a93d0040ca3e25bfd8bde17a8c3e000000000000803f0000803f0000803f0000803fa8aab93d0080ca3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.13322917, y: 0.24624999, z: 0} + m_Extent: {x: 0.03052082, y: 0.028125003, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1204172363 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_91 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 11 + localAABB: + m_Center: {x: -0.19949327, y: -0.22918974, z: 0} + m_Extent: {x: 0.037250206, y: 0.032520667, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0200030001000300040001000400050001000500060001000600000001000100000007000700080001000800090001000a000200010009000a000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 11 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 396 + _typelessdata: 72d03ebe5ab64fbe000000000000803f0000803f0000803f0000803f9af91f3f6866573e66ee4dbe00066ebe000000000000803f0000803f0000803f0000803f0060223fcccc3f3ee6575dbee8fe85be000000000000803f0000803f0000803f0000803fcd6c243f68662c3e52ba6fbed82a7cbe000000000000803f0000803f0000803f0000803f9a79273f6866353ee26c72beb40b60be000000000000803f0000803f0000803f0000803f9a39283fcccc463e50eb65be26d84abe000000000000803f0000803f0000803f0000803f6686263f9899543e58e052be9e6349be000000000000803f0000803f0000803f0000803f0060233f34335a3e508330be3b185abe000000000000803f0000803f0000803f0000803f66c61d3f0000523e0c2326be1e7765be000000000000803f0000803f0000803f0000803f66461c3f0000473e377c29beaea37cbe000000000000803f0000803f0000803f0000803f66861c3f6866383ece213fbe36b085be000000000000803f0000803f0000803f0000803f9ab91f3f34332e3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.19949327, y: -0.22918974, z: 0} + m_Extent: {x: 0.037250206, y: 0.032520667, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1204851946 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_13 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 15 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.21939656, y: -0.26038483, z: 0} + m_Extent: {x: 0.033894427, y: 0.020203173, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 010000000200020003000100030002000400050003000400050004000600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 45f43d3e3ba98fbe000000000000803f0000803f0000803f000000007f952d3f20db6a3dc7f2453efeb586be000000000000803f0000803f0000803f00000000c6c42c3f18818b3d063d5e3efd2b8abe000000000000803f0000803f0000803f00000000e247303fa8008b3d2ddc603e05c37cbe000000000000803f0000803f0000803f0000000046762e3f8819a73da2ef743e66df83be000000000000803f0000803f0000803f000000008d29323f3898a53dfa9d773e2ef275be000000000000803f0000803f0000803f00000000d437303f182dbd3d5baf813edcfb7ebe000000000000803f0000803f0000803f000000000dba323f502bbb3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.21939656, y: -0.26038483, z: 0} + m_Extent: {x: 0.033894427, y: 0.020203173, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!1001 &1208590177 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1086712869052770, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_Name + value: Koharu + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4241975236157844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23052169674498760, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23060778544382570, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23096430592674692, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23110469495468510, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23155986424833396, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23188407727894204, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23243897615234708, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23316221194565780, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23332805240701802, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23380931997502954, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23389591286477398, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23391084279648188, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23422374790266114, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23427703458207322, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23440660812524284, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23474177751868826, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23591263298192594, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23612026258174396, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23708929418976340, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23746424130670164, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23907774184726700, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23928210313124192, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23931333059182700, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23947410062436668, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 23969987823327662, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 33035552461403940, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1340874539} + - target: {fileID: 33061441569320846, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1880211345} + - target: {fileID: 33067703713887910, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1266700574} + - target: {fileID: 33069336616445878, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 137011386} + - target: {fileID: 33093179654890522, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 680429282} + - target: {fileID: 33097285053379518, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 847997664} + - target: {fileID: 33098363697939738, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1003780357} + - target: {fileID: 33116695574991828, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1204851946} + - target: {fileID: 33131278930942768, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1184128650} + - target: {fileID: 33139062871121766, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 936677229} + - target: {fileID: 33152965912086948, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 967339147} + - target: {fileID: 33157259985615364, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1516734555} + - target: {fileID: 33161831981917754, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 240671476} + - target: {fileID: 33173971610449746, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 854331590} + - target: {fileID: 33176732433685560, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1814028550} + - target: {fileID: 33183973173199968, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1282714444} + - target: {fileID: 33185597663051768, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1942524313} + - target: {fileID: 33206611076903088, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1650534905} + - target: {fileID: 33220480721901772, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2142821759} + - target: {fileID: 33225695676849964, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1395445189} + - target: {fileID: 33230303381291246, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 292320882} + - target: {fileID: 33235614861778958, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1034174428} + - target: {fileID: 33241540902745212, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 493097426} + - target: {fileID: 33246984619648090, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 717309730} + - target: {fileID: 33268492555228704, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2068003505} + - target: {fileID: 33280614291839876, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 847039480} + - target: {fileID: 33283812240887740, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1556301919} + - target: {fileID: 33289506585212454, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 119071952} + - target: {fileID: 33295917683307644, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 844051775} + - target: {fileID: 33306710518623216, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1974235658} + - target: {fileID: 33323916465181462, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1923562288} + - target: {fileID: 33327382199732466, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 958946004} + - target: {fileID: 33334797644402032, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1354161867} + - target: {fileID: 33343932771737172, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2096741120} + - target: {fileID: 33356109142955884, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1126542094} + - target: {fileID: 33361944385311670, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 817439800} + - target: {fileID: 33404443527932150, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 967173388} + - target: {fileID: 33411989376012544, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1392776506} + - target: {fileID: 33414123784107122, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1606053789} + - target: {fileID: 33427055897456830, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1073459821} + - target: {fileID: 33429929762102204, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1814909413} + - target: {fileID: 33432750871030430, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1421764578} + - target: {fileID: 33440122397775130, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 753160522} + - target: {fileID: 33460313711579050, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1546336224} + - target: {fileID: 33475202662409200, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1013943958} + - target: {fileID: 33486064386435478, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1600558899} + - target: {fileID: 33488251673931760, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1389351480} + - target: {fileID: 33498627464250158, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 430822692} + - target: {fileID: 33511178028237884, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 278778031} + - target: {fileID: 33515967336284024, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1358915577} + - target: {fileID: 33516670296997548, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 881661699} + - target: {fileID: 33526498363888444, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1274663982} + - target: {fileID: 33535717030838708, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1235005646} + - target: {fileID: 33538621927756992, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1007450576} + - target: {fileID: 33541747838767928, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 769597061} + - target: {fileID: 33556285229205488, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1396717911} + - target: {fileID: 33556622046591994, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1512285234} + - target: {fileID: 33558989459100434, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1352525389} + - target: {fileID: 33566413647309016, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2145569567} + - target: {fileID: 33580050053340910, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 251023504} + - target: {fileID: 33603518966846132, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 4328932} + - target: {fileID: 33605219230292486, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1106834246} + - target: {fileID: 33614709608870664, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1723161460} + - target: {fileID: 33622972490048322, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 879301368} + - target: {fileID: 33631655897611468, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 286676139} + - target: {fileID: 33661529176492868, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 351024316} + - target: {fileID: 33662759131628816, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1244218195} + - target: {fileID: 33670087402263886, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2098970164} + - target: {fileID: 33702365955532636, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 396808777} + - target: {fileID: 33705615849798532, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1067342718} + - target: {fileID: 33736070392371382, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1895571703} + - target: {fileID: 33737779129004464, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1204172363} + - target: {fileID: 33745277654728208, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1740686128} + - target: {fileID: 33750668168467634, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 981421708} + - target: {fileID: 33758182519264406, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1392259022} + - target: {fileID: 33781247331426450, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1725399323} + - target: {fileID: 33797592934238892, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1104479310} + - target: {fileID: 33798764250994332, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1599081579} + - target: {fileID: 33829933567382080, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1641557964} + - target: {fileID: 33832409933224504, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 304687531} + - target: {fileID: 33832506934948468, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1902826293} + - target: {fileID: 33890994497700686, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 973592248} + - target: {fileID: 33906831119943354, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2076888102} + - target: {fileID: 33906832730413348, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 745836263} + - target: {fileID: 33927907134378568, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1242567495} + - target: {fileID: 33931338674624524, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1037745095} + - target: {fileID: 33945809775319812, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1892118676} + - target: {fileID: 33964405108480436, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 805319388} + - target: {fileID: 33994372579907910, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 2143643941} + - target: {fileID: 33998668491259220, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 1711154128} + - target: {fileID: 33999132104546348, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 173482838} + - target: {fileID: 123405412456398560, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590216} + - target: {fileID: 123405412456398560, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590215} + - target: {fileID: 123405412456398560, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590214} + - target: {fileID: 123405412456398560, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590213} + - target: {fileID: 123405412456398560, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590212} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590201} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590200} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590199} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590198} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590197} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[5] + value: + objectReference: {fileID: 1208590196} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[6] + value: + objectReference: {fileID: 1208590195} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[7] + value: + objectReference: {fileID: 1208590194} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[8] + value: + objectReference: {fileID: 1208590193} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[9] + value: + objectReference: {fileID: 1208590192} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[10] + value: + objectReference: {fileID: 1208590191} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[11] + value: + objectReference: {fileID: 1208590190} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[12] + value: + objectReference: {fileID: 1208590189} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[13] + value: + objectReference: {fileID: 1208590188} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[14] + value: + objectReference: {fileID: 1208590187} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[15] + value: + objectReference: {fileID: 1208590186} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[16] + value: + objectReference: {fileID: 1208590185} + - target: {fileID: 751839647715318324, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[17] + value: + objectReference: {fileID: 1208590184} + - target: {fileID: 4036527121534884693, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590223} + - target: {fileID: 4036527121534884693, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590222} + - target: {fileID: 4140992398058670267, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590183} + - target: {fileID: 4140992398058670267, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590182} + - target: {fileID: 4140992398058670267, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590181} + - target: {fileID: 4140992398058670267, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590180} + - target: {fileID: 4140992398058670267, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590179} + - target: {fileID: 4140992398058670267, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[5] + value: + objectReference: {fileID: 1208590178} + - target: {fileID: 4820533257041587318, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590221} + - target: {fileID: 4820533257041587318, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590220} + - target: {fileID: 5262925813218452678, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590231} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590209} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590208} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590207} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590206} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590205} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[5] + value: + objectReference: {fileID: 1208590204} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[6] + value: + objectReference: {fileID: 1208590203} + - target: {fileID: 5372019449964785013, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[7] + value: + objectReference: {fileID: 1208590202} + - target: {fileID: 5793717254177678659, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590217} + - target: {fileID: 6949669213844020156, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590219} + - target: {fileID: 6949669213844020156, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590218} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590247} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590246} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590245} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590244} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590243} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[5] + value: + objectReference: {fileID: 1208590242} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[6] + value: + objectReference: {fileID: 1208590241} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[7] + value: + objectReference: {fileID: 1208590240} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[8] + value: + objectReference: {fileID: 1208590239} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[9] + value: + objectReference: {fileID: 1208590238} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[10] + value: + objectReference: {fileID: 1208590237} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[11] + value: + objectReference: {fileID: 1208590236} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[12] + value: + objectReference: {fileID: 1208590235} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[13] + value: + objectReference: {fileID: 1208590234} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[14] + value: + objectReference: {fileID: 1208590233} + - target: {fileID: 7832241866440976413, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[15] + value: + objectReference: {fileID: 1208590232} + - target: {fileID: 8576982467304293954, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590211} + - target: {fileID: 8576982467304293954, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590210} + - target: {fileID: 8669005244449022466, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590268} + - target: {fileID: 8669005244449022466, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590267} + - target: {fileID: 8669005244449022466, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590266} + - target: {fileID: 8669005244449022466, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590265} + - target: {fileID: 8669005244449022466, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590264} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590230} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590229} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590228} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590227} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590226} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[5] + value: + objectReference: {fileID: 1208590225} + - target: {fileID: 8754394940237179938, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[6] + value: + objectReference: {fileID: 1208590224} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[0] + value: + objectReference: {fileID: 1208590263} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[1] + value: + objectReference: {fileID: 1208590262} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[2] + value: + objectReference: {fileID: 1208590261} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[3] + value: + objectReference: {fileID: 1208590260} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[4] + value: + objectReference: {fileID: 1208590259} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[5] + value: + objectReference: {fileID: 1208590258} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[6] + value: + objectReference: {fileID: 1208590257} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[7] + value: + objectReference: {fileID: 1208590256} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[8] + value: + objectReference: {fileID: 1208590255} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[9] + value: + objectReference: {fileID: 1208590254} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[10] + value: + objectReference: {fileID: 1208590253} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[11] + value: + objectReference: {fileID: 1208590252} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[12] + value: + objectReference: {fileID: 1208590251} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[13] + value: + objectReference: {fileID: 1208590250} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[14] + value: + objectReference: {fileID: 1208590249} + - target: {fileID: 9139623696036976643, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + propertyPath: _childDrawableRenderers.Array.data[15] + value: + objectReference: {fileID: 1208590248} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, type: 3} +--- !u!114 &1208590178 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114789051108496968, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590179 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114964960307640464, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590180 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114298078964543022, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590181 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114479933935797928, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590182 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114174256977198844, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590183 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114300392289929346, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590184 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114753801861013604, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590185 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114067550620033570, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590186 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114444246117674204, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590187 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114831291802757388, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590188 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114030979766511390, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590189 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114482477223079382, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590190 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114217307288852332, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590191 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114106627710893820, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590192 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114373967644653224, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590193 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114307945899539118, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590194 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114144153597023440, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590195 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114903407035391680, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590196 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114611222725701248, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590197 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114068121752854942, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590198 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114074557705957250, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590199 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114684479170001566, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590200 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114357524668869252, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590201 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114019293629218502, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590202 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114033036651651964, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590203 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114922343412042498, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590204 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114279593312540436, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590205 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114576232424247662, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590206 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114176528063836674, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590207 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114100209174387338, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590208 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114099083779454924, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590209 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114934320788824948, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590210 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114320319695284502, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590211 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114404357792838190, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590212 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114320530333345206, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590213 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114370054670294050, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590214 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114992866996873596, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590215 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114106668624715414, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590216 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114976446386631366, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590217 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114437751376291364, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590218 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114509606181190980, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590219 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114274293519482946, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590220 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114355363458674434, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590221 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114757442781226344, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590222 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114992086858021264, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590223 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114198578475729602, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590224 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114309152578422108, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590225 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114860900634538752, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590226 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114714992274949836, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590227 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114567467224455084, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590228 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114004713904576230, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590229 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114880565817907322, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590230 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114308920432559974, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590231 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114126080497949806, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590232 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114464921648752150, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590233 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114609570074903000, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590234 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114811415384127368, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590235 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114242525945858506, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590236 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114315968703085020, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590237 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114265541185734162, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590238 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114626699445421958, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590239 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114588700883175252, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590240 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114477290715407254, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590241 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114825009430447564, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590242 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114841039457645980, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590243 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114600537741386184, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590244 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114728851513572960, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590245 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114441998007479242, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590246 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114204289183692314, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590247 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114293125614850540, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590248 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114136232982006232, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590249 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114356460763988322, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590250 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114641004037550406, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590251 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114093547290251104, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590252 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114591840302167318, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590253 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114958097962682846, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590254 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114435910480686128, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590255 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114723968377995676, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590256 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114186710804456030, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590257 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114116288688884542, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590258 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114970835510429910, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590259 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114756321969534008, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590260 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114206691599648676, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590261 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114035375727516428, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590262 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114011903662551500, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590263 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114682507830659362, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590264 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114995853286465986, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590265 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114757500656584328, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590266 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114447815793656918, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590267 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114832380288557070, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1208590268 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 114425614047908348, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 308e904e3f33207489a2c15b9b0b297b, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!43 &1235005646 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_19 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 273 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 59 + localAABB: + m_Center: {x: -0.004406929, y: 0.26095852, z: 0} + m_Extent: {x: 0.21174215, y: 0.21694103, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0800030004000800040005000600080005000900030008000a000200030009000a0003000b00000001000c000b0001000c000d000b000e000d000c000f000d000e0010000f000e0011000f0010000a0012001000120011001000130012000a00140011001200130014001200150014001300160015001300170015001600180017001600190017001800180009001a0018001a0019001b0019001a001a0009001c001a001c001b001c0007001b00080006001d001d001c00090008001d0009001d00060007001c001d0007000a0009001e0016001e0018001e00090018000a001e0013001e001600130002000a001f000e001f0010001f000a0010001f000e000c001f000c00010002001f000100010020000200220021002000220020000100000022000100210023002000210024002300240025002300240026002500260027002500260028002700280029002700290028002a002a002b0029002b002a002c002c002d002b002d002c002e002e002f002d0030002f002e00300031002f00320031003000320033003100340033003200330034003500340036003500360005003700050004003700250038002300230038002000380002002000380029002b003800250027002900380027002b002d0039002b003900380038003900020039000300020039002d002f0039002f0031003a003500360037003a0036003a00390031003a003100330035003a0033003a00370004003a000400030039003a000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 59 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2124 + _typelessdata: e0c3a53aad4b343d000000000000803f0000803f0000803f0000803f0203343eb28d283f8070a7395a85a93d000000000000803f0000803f0000803f0000803f6a41333e064e303f68d3103b5486363e000000000000803f0000803f0000803f0000803f98c4343e3d66433fb39e103cc7ca963e000000000000803f0000803f0000803f0000803fbc0f3a3e36a75a3fc09e103c3273ce3e000000000000803f0000803f0000803f0000803fbc0f3a3e0165703f8057a53b40aff43e000000000000803f0000803f0000803f0000803f6009373e75547f3f7321bbbd5d5cef3e000000000000803f0000803f0000803f0000803fd8cdd33d14407d3f2e2345be9808db3e000000000000803f0000803f0000803f0000803ff0e3c73c5c4f753fea8357bdb407cc3e000000000000803f0000803f0000803f0000803f38e8083e04736f3f70cfc4bdc578a03e000000000000803f0000803f0000803f0000803fe83dcc3d2d6f5e3fb652b5bd81ea483e000000000000803f0000803f0000803f0000803f6857d83dcdfd463fa42ef5bc4424573d000000000000803f0000803f0000803f0000803f720e1b3e48412a3f002844bd0054af3d000000000000803f0000803f0000803f0000803f30b00c3e37df303fea279cbd39cd823d000000000000803f0000803f0000803f0000803fd000ec3d10862c3fb152b5bd7d4dce3d000000000000803f0000803f0000803f0000803f6857d83d96e5333f0525f7bda374ab3d000000000000803f0000803f0000803f0000803f14eba43d6b7e303f195902be86e4f83d000000000000803f0000803f0000803f0000803fc8549a3d590e383f404223be1ecadd3d000000000000803f0000803f0000803f0000803f00d14d3dc668353f118c1abefc731a3e000000000000803f0000803f0000803f0000803f480a693db0ea3d3fd8082abef35e593e000000000000803f0000803f0000803f0000803f68a4383d92344a3fd2643dbe03a7323e000000000000803f0000803f0000803f0000803ff049f83ca5a4423f9ce14cbecc04643e000000000000803f0000803f0000803f0000803f087e973cf4484c3f3c9e36bec26e833e000000000000803f0000803f0000803f0000803f9051113d4917533f327f58beafc1883e000000000000803f0000803f0000803f0000803f40ca1d3cab2b553f384c40beda4e963e000000000000803f0000803f0000803f0000803fb023e63cd1765a3f2f565dbef7809f3e000000000000803f0000803f0000803f0000803fc095c23b610e5e3f064441bea2a2aa3e000000000000803f0000803f0000803f0000803ff016e03c8a67623ffa7659be8aa3b93e000000000000803f0000803f0000803f0000803fc0b0113ce143683f07bf32beb359c23e000000000000803f0000803f0000803f0000803f086b1d3d0cab6b3f2c04fbbde6bdd43e000000000000803f0000803f0000803f0000803fb4e4a13d2eda723f1a3007be9158783e000000000000803f0000803f0000803f0000803fd8c4923d5041503f10cc30bd86ad133e000000000000803f0000803f0000803f0000803f2678103ee7973c3f49cc273d3102b93d000000000000803f0000803f0000803f0000803fe6c5533e35d1313fa6e98f3dafac863d000000000000803f0000803f0000803f0000803f44376b3edae62c3f5d14013d5b45533d000000000000803f0000803f0000803f0000803ff8354c3ee2102a3fd224a73dd94dce3d000000000000803f0000803f0000803f0000803f604a743e96e5333f8f59dd3d8a85a93d000000000000803f0000803f0000803f0000803f7dbb843e064e303f5e28e33ddd57eb3d000000000000803f0000803f0000803f0000803fe1dd853e90bb363fbc8d103e510cd63d000000000000803f0000803f0000803f0000803f5cf7913e2ea7343f269e0e3eeade0d3e000000000000803f0000803f0000803f0000803fc535913e84753b3f20a82b3ec0ff093e000000000000803f0000803f0000803f0000803fa88d9c3eecb33a3fbe3b1a3e119f333e000000000000803f0000803f0000803f0000803f52bf953e0bd5423fb81c3c3eaf3c3f3e000000000000803f0000803f0000803f0000803f34fba23ed219453f58d9253e67c36b3e000000000000803f0000803f0000803f0000803fe0489a3e23cc4d3f1c894d3e9c50793e000000000000803f0000803f0000803f0000803f8ac9a93eb671503fbe45373e79358a3e000000000000803f0000803f0000803f0000803f3817a13edcbc553faf4f543e5e5f943e000000000000803f0000803f0000803f0000803f1c6fac3e39b5593f2556353e6f919d3e000000000000803f0000803f0000803f0000803fa055a03eca4c5d3f1a60523ed426aa3e000000000000803f0000803f0000803f0000803f84adab3e2437623fbe6e323e98f5af3e000000000000803f0000803f0000803f0000803f3c339f3eea7b643f84994b3e3193bb3e000000000000803f0000803f0000803f0000803ff007a93e7905693ff39f2c3e8e51c33e000000000000803f0000803f0000803f0000803f74ee9c3ed80b6c3f83eb413ea55ad13e000000000000803f0000803f0000803f0000803ffa3fa53e6587713f2c4c183e20efce3e000000000000803f0000803f0000803f0000803fbcfd943e6795703f6428e33d7509ea3e000000000000803f0000803f0000803f0000803fe1dd853eb32b7b3f6cbf653d7a84db3e000000000000803f0000803f0000803f0000803f60df5f3ec17f753f7914a93d00c82e3e000000000000803f0000803f0000803f0000803ff80b753e0de3413fd52ec43d9c148e3e000000000000803f0000803f0000803f0000803f44a27f3e0c40573f6e70bc3d38eebf3e000000000000803f0000803f0000803f0000803fe69b7c3e0eb96a3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.004406929, y: 0.26095852, z: 0} + m_Extent: {x: 0.21174215, y: 0.21694103, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1242567495 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_03 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 243 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 53 + localAABB: + m_Center: {x: -0.11121668, y: 0.049318865, z: 0} + m_Extent: {x: 0.2000571, y: 0.26907706, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0f00010000001000020001000f001000010011000300020010001100020012000500040012000400030011001200030013000600050012001300050014000700060013001400060015000800070014001500070016000900080015001600080017000a000900160017000900170018000a001900180017001c000c000b001b001c000b001d000d000c001c001d000c0000000e001e001d001e000d001e000e000d0000001e000f001e001d000f001f0010000f001f000f001d001b0020001c001c0020001d0020001f001d001f00200021001f002100100013001200220013002200140022001200110022001100100021002200100020001b0023002300240020002400210020001400220025002500220021002400250021001b0026002300240023002700270023002600280025002400270028002400160015002900280029002500250029001400290015001400270026002a002a001a002b002b001a0019002b00280027002a002b002700160029002c0016002c00170017002c0019002c002b0019002c00290028002b002c00280018002d000a0019002e0018002e002d0018001a002f0019002f002e0019002a0030001a0030002f001a00260031002a003200310026000b0033001b001b0033002600330032002600310034002a00340030002a00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 53 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1908 + _typelessdata: 64b620becb04a33e000000000000803f0000803f0000803f0000803f4dd01b3f1acb473f1c05afbdcb04a33e000000000000803f0000803f0000803f0000803f6640273f1acb473f6ec257bc32cb9a3e000000000000803f0000803f0000803f0000803f66d1323f1a39453f0829723df5f0823e000000000000803f0000803f0000803f0000803f66623e3fe6c43d3f9802b13db6de603e000000000000803f0000803f0000803f0000803f00c1423f66fc373ff7f1b53d82db3b3e000000000000803f0000803f0000803f0000803fb323433fe633323ff6f1b53d37aae33d000000000000803f0000803f0000803f0000803fb323433fe6a2263ff4f1b53d1085223d000000000000803f0000803f0000803f0000803fb323433fcd321b3f648fa03d8e9405bd000000000000803f0000803f0000803f0000803f0078413fcda10f3f3a73753d08d7d6bd000000000000803f0000803f0000803f0000803f4d833e3fcd10043f6ebd943c5e9f34be000000000000803f0000803f0000803f0000803f80d4373f6641f13e7a2c84be0a270c3e000000000000803f0000803f0000803f0000803fe69e0b3fb3bf2a3f3c7a7ebe722d563e000000000000803f0000803f0000803f0000803fb3290d3fb350363fe08a79bea4307b3e000000000000803f0000803f0000803f0000803f1aef0d3f33193c3fcabc6abeea19903e000000000000803f0000803f0000803f0000803f4d3f103fb3e1413ff238f8bd65668c3e000000000000803f0000803f0000803f0000803f5a88213f9ab9403f6afd49bdadab873e000000000000803f0000803f0000803f0000803fe6082d3f403f3f3f6748a73cfe39733e000000000000803f0000803f0000803f0000803f3631383faada3a3f57d8243d1c5d4e3e000000000000803f0000803f0000803f0000803f405d3b3f2618353f5a01323d50d8163e000000000000803f0000803f0000803f0000803fdae03b3f666b2c3f4e2a3f3d5d769a3d000000000000803f0000803f0000803f0000803f73643c3fdaea203f646b273d3148123c000000000000803f0000803f0000803f0000803ffe763b3f4e47163f4a61c93cacd08cbd000000000000803f0000803f0000803f0000803fb3db383f4dd9093ff4660dbacca107be000000000000803f0000803f0000803f0000803fb5d6343fa450ff3ece6a8ebcb2742dbe000000000000803f0000803f0000803f0000803fb724323fba7ef33e93a299bd9cc90ebe000000000000803f0000803f0000803f0000803f1aec283f3414fd3e3ab3fdbd82dff2bd000000000000803f0000803f0000803f0000803fcc1a213f23e0013f66ae68bead47ce3d000000000000803f0000803f0000803f0000803f8d91103f33f7243f1efd5dbe3c2a313e000000000000803f0000803f0000803f0000803f403d123f3388303f139656be0aaf683e000000000000803f0000803f0000803f0000803f5a65133ff334393fdee652be57fe863e000000000000803f0000803f0000803f0000803fbaf8133f15093f3f4b8300bed32d5b3e000000000000803f0000803f0000803f0000803f49d8203fc318373f4eae28be0ecd143e000000000000803f0000803f0000803f0000803f90911a3fa4192c3f7c60a9bde844223e000000000000803f0000803f0000803f0000803f43b1273f5e342e3f10b940bb8cc42a3e000000000000803f0000803f0000803f0000803f5974343f50882f3f183035be997b873d000000000000803f0000803f0000803f0000803f499d183f426f1f3fde3deabd68db9e3d000000000000803f0000803f0000803f0000803ff79f223fbe42213fb03a21bdf331a83d000000000000803f0000803f0000803f0000803f82a02e3f81fd213fbf156dbe2400cb3a000000000000803f0000803f0000803f0000803f67e10f3f0a19153f165f16be1e0db83b000000000000803f0000803f0000803f0000803ff16d1d3faabf153f77fa9abdab21fd3b000000000000803f0000803f0000803f0000803f3cd1283f0416163fc769eabbd84ddf3b000000000000803f0000803f0000803f0000803fc8c7333fbcf0153fa08234bebede6dbd000000000000803f0000803f0000803f0000803f64b8183fe68e0b3fc9abd9bd8ac17abd000000000000803f0000803f0000803f0000803f61eb233f0a0e0b3ff9e523bd8e3584bd000000000000803f0000803f0000803f0000803fd1852e3f6b850a3f448022bd4c0861be000000000000803f0000803f0000803f0000803fca932e3f9c60e33e674494bd16a440be000000000000803f0000803f0000803f0000803f7557293fec7fed3eaa06fbbd731128be000000000000803f0000803f0000803f0000803f4850213fc02df53e592033be41ad07be000000000000803f0000803f0000803f0000803fbfef183f104dff3ec69084be4356ccbd000000000000803f0000803f0000803f0000803f8e7f0b3fdde2043f475f9fbeb0bf70bc000000000000803f0000803f0000803f0000803f061f033fbb7f123fd0e095bebc72893d000000000000803f0000803f0000803f0000803f8b16063f90961f3fc35563be109409be000000000000803f0000803f0000803f0000803f6667113ff0b4fe3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.11121668, y: 0.049318865, z: 0} + m_Extent: {x: 0.2000571, y: 0.26907706, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1244218195 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_21 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 54 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 16 + localAABB: + m_Center: {x: -0.17241812, y: 0.1846202, z: 0} + m_Extent: {x: 0.026525334, y: 0.059325702, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 00000100060002000700010007000600010003000800020008000700020004000900030009000800030005000a0004000a000900040004000b00050003000c0004000c000b00040002000d0003000d000c00030001000e0002000e000d00020000000f0001000f000e000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 16 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 576 + _typelessdata: caf442bef4cc793e000000000000803f0000803f0000803f0000803f6298973e084a013ff3b23dbe9ec5643e000000000000803f0000803f0000803f0000803f18a6993e325dfa3efa1a36be98d24c3e000000000000803f0000803f0000803f0000803f769d9c3e4202f13e74ed2dbe044a343e000000000000803f0000803f0000803f0000803f3ecf9f3ee86ce73e7a5526beea2b1b3e000000000000803f0000803f0000803f0000803f9cc6a23e289ddd3ee0fc1cbe334d003e000000000000803f0000803f0000803f0000803f386da63e281ed33ee8ef34be5f74703e000000000000803f0000803f0000803f0000803f4c129d3e76edfe3e64c22cbeb8585e3e000000000000803f0000803f0000803f0000803f1244a03ea8daf73ee09424be77e4423e000000000000803f0000803f0000803f0000803fda75a33e3e21ed3ee6fc1cbe96472d3e000000000000803f0000803f0000803f0000803f386da63ef6afe43eeb6415bec83d113e000000000000803f0000803f0000803f0000803f9864a93e22bcd93e5bc22cbe8cbc0d3e000000000000803f0000803f0000803f0000803f1244a03ea85dd83ee0ef34bef7ee233e000000000000803f0000803f0000803f0000803f4c129d3e5a09e13ee2873cbec3f83f3e000000000000803f0000803f0000803f0000803fe91a9a3e2efdeb3e508a43be926a543e000000000000803f0000803f0000803f0000803ff65d973ea2f9f33ed5b74bbefb9c6a3e000000000000803f0000803f0000803f0000803f2e2c943e52a5fc3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.17241812, y: 0.1846202, z: 0} + m_Extent: {x: 0.026525334, y: 0.059325702, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1266700574 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_25 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: -0.09686699, y: 0.21979655, z: 0} + m_Extent: {x: 0.04665547, y: 0.06382935, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200020003000000040000000300040005000000060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 21ccc5bdd6ac5c3e000000000000803f0000803f0000803f0000803f8478d63d84f3a63e6c85d1bd6a37913e000000000000803f0000803f0000803f0000803fb84fcd3d4c33c23e8df712be9b807d3e000000000000803f0000803f0000803f0000803f2c5d8b3d3cc6b33ea0c20abe46d0343e000000000000803f0000803f0000803f0000803fe42f983d5c61973ee673c3bddeb51f3e000000000000803f0000803f0000803f0000803f784dd83d0a238f3e97aa4dbd276f3c3e000000000000803f0000803f0000803f0000803fb054103e6a5b9a3e22bc5bbd147e853e000000000000803f0000803f0000803f0000803f40950d3e7e0ab93e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.09686699, y: 0.21979655, z: 0} + m_Extent: {x: 0.04665547, y: 0.06382935, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1274663982 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_72 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 42 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 13 + localAABB: + m_Center: {x: -0.2509452, y: -0.31599897, z: 0} + m_Extent: {x: 0.084053054, y: 0.1319933, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0500040003000200060003000600050003000100070002000700060002000000080001000800070001000800000009000a000700080009000a0008000b000a000900060007000c000c0007000a000b000c000a00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 13 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 468 + _typelessdata: e484abbeaa74d8be000000000000803f0000803f0000803f000000005b0f123f52d4fd3eefcc9bbef403bcbe000000000000803f0000803f0000803f000000006644123f3686e93e31f389bef1e999be000000000000803f0000803f0000803f0000000000c9123f5a7dd13eb24774bed3fc77be000000000000803f0000803f0000803f000000001633133f145bbc3e953850befc6b3cbe000000000000803f0000803f0000803f000000000bfe123fac99a63ed29e33be98d974be000000000000803f0000803f0000803f000000005eb40a3fdc5fb13e4dbc58beb42297be000000000000803f0000803f0000803f00000000f9380b3f2cb7c63ec5bd7abe6021b5be000000000000803f0000803f0000803f00000000741e0b3f8843dc3e83bb8fbea87cd3be000000000000803f0000803f0000803f000000007e530b3f046ff23ec3b982be3e5fe5be000000000000803f0000803f0000803f00000000b701053f2607f83e81b964be44bcd1be000000000000803f0000803f0000803f00000000f1a8033ff647e83ec6e52abeef61d7be000000000000803f0000803f0000803f000000005deaf53ebe45e23e161c46be3af4bbbe000000000000803f0000803f0000803f000000004cef023f9cb4d73e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.2509452, y: -0.31599897, z: 0} + m_Extent: {x: 0.084053054, y: 0.1319933, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1282714444 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_02 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 237 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 52 + localAABB: + m_Center: {x: 0.118891336, y: 0.071563624, z: 0} + m_Extent: {x: 0.19666234, y: 0.26197878, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0e00010000000f00020001000e000f0001001000040003001000030002000f001000020011000500040010001100040011001200050012000600050006001200130006001300140008000700150016000900080015001600080016001700090017000a00090018000b000a00170018000a0019000d000c0019000c000b00180019000b000d0019001a001a000e0000000d001a00000018001b00190019001b001a001b000e001a001b00180017001c00120011001c00110010000f001c0010001c000f000e001b001c000e0017001d001b001d001c001b001d001e001c001c001e0012001e001300120015001f00160016001f0017001f001d00170020001e001d001f0020001d00200021001e001e0021001300210014001300220020001f00150022001f00220023002000230021002000240014002100250006001400240025001400240026002500270026002400280026002700290028002700210023002a0027002a00290021002a0024002a002700240023002b002a002b0029002a0029002b002c002d002c002b002d002b00230022002d0023002c002d002e002f002d0022002f0030002d0030002e002d00310030002f0031002f00320007003200150015003200220032002f002200070033003200330031003200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 52 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1872 + _typelessdata: 7ab8d33c12c6aa3e000000000000803f0000803f0000803f0000803f0049523fb3ea473fcc55c73d12c6aa3e000000000000803f0000803f0000803f0000803f1ab95d3fb3ea473f48b12d3e12c6aa3e000000000000803f0000803f0000803f0000803f1a4a693fb3ea473f79b4523ee9b9a13e000000000000803f0000803f0000803f0000803f9a126f3fe616453f51c8723e98a18f3e000000000000803f0000803f0000803f0000803fb315743f4d6f3f3fca5c793ec83c553e000000000000803f0000803f0000803f0000803fe61c753f4dde333f0907823e61360b3e000000000000803f0000803f0000803f0000803f9ac8763f4d4d283fb08741bde6da9bbd000000000000803f0000803f0000803f0000803f1a97463fb35f063fb83e88bd62c379bb000000000000803f0000803f0000803f0000803f8081433fb3f0113f45a19dbdb63e8c3d000000000000803f0000803f0000803f0000803fcdd5413fb3811d3f66469fbdc025103e000000000000803f0000803f0000803f0000803fe6b4413fb312293f66469fbd262c5a3e000000000000803f0000803f0000803f0000803fe6b4413fb3a3343fac6795bd5d2f7f3e000000000000803f0000803f0000803f0000803f4d7a423f336c3a3f683d3ebd4719923e000000000000803f0000803f0000803f0000803f00b8463fb334403fe7437c3dc1658e3e000000000000803f0000803f0000803f0000803f0d01583f9a0c3f3f18ae083e99a18f3e000000000000803f0000803f0000803f0000803f9a81633f4d6f3f3fc3ef373eb8358b3e000000000000803f0000803f0000803f0000803fdee36a3f960d3e3f53a7513e38da733e000000000000803f0000803f0000803f0000803f8ce86e3fe6a6383fd2a3573e9539303e000000000000803f0000803f0000803f0000803f00d86f3fcd152e3f9726573e930ff93d000000000000803f0000803f0000803f0000803f6ec46f3f0502263ff058763eb5d7983d000000000000803f0000803f0000803f0000803f4ca4743fa87d1e3fdcc2d5bbcb370cbd000000000000803f0000803f0000803f0000803f331b4d3fa0120d3f503eabbc1577213d000000000000803f0000803f0000803f0000803f2fce4a3f74db183f99d9e1bc1c45d63d000000000000803f0000803f0000803f0000803f26bd493f334a233f1c0503bdf228353e000000000000803f0000803f0000803f0000803f3308493f33db2e3f85eba9bcc1ad6c3e000000000000803f0000803f0000803f0000803fcdd44a3ff387373f8cac1cbb0bd3823e000000000000803f0000803f0000803f0000803f7ac44d3fc06e3b3f2268d73ca8e2483e000000000000803f0000803f0000803f0000803f6f5b523f38f0313f875a063e6c07563e000000000000803f0000803f0000803f0000803f8c24633ff6fd333f7278973dca80f13d000000000000803f0000803f0000803f0000803fcffb593fdd6a253fff30233eae14f03d000000000000803f0000803f0000803f0000803f0fa6673f6c4e253f7821113d960f203d000000000000803f0000803f0000803f0000803fb5d1533f6acd183f16c7f33def9d293d000000000000803f0000803f0000803f0000803ff431613ff92c193f6561583e7835293d000000000000803f0000803f0000803f0000803f9ff56f3fe428193ff0c6983d9b0b0ebd000000000000803f0000803f0000803f0000803ff1155a3f5a000d3fc45a233ecdb004bd000000000000803f0000803f0000803f0000803f96ac673fe65d0d3f8315893eee68e03c000000000000803f0000803f0000803f0000803f20fd783fdaee163f8ec5973e2c059a3d000000000000803f0000803f0000803f0000803f23947d3f35951e3f4090a13e307b073c000000000000803f0000803f0000803f0000803fbd51803f82df133f67e8863e36c8d2bc000000000000803f0000803f0000803f0000803f0c4f783fe66e0e3f17e0923e88b9b0bd000000000000803f0000803f0000803f0000803f770c7c3f50be043f2d87713e29519fbd000000000000803f0000803f0000803f0000803f8de3733f771a063f62085f3ece44fbbb000000000000803f0000803f0000803f0000803fbaff703fb952113f384e3d3eed6f94bd000000000000803f0000803f0000803f0000803fa3ba6b3f0ff4063fd5d5433ead680abe000000000000803f0000803f0000803f0000803fc0bf6c3fe0d8f93e7dbc043e44f2e4bd000000000000803f0000803f0000803f0000803fa6e3623fdba9003f0fac1c3ecb222cbe000000000000803f0000803f0000803f0000803f11a1663fb04eef3e612ea33da6b401be000000000000803f0000803f0000803f0000803f40e65a3f2e91fc3ecc1ce03d14aa32be000000000000803f0000803f0000803f0000803fc9a85f3f7844ed3e4f1d483d31fc42be000000000000803f0000803f0000803f0000803f33f8553fe42ae83e538f733cc0e103be000000000000803f0000803f0000803f0000803f9787503f1ae3fb3ef39062bcc69331be000000000000803f0000803f0000803f0000803f94f04b3f809bed3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.118891336, y: 0.071563624, z: 0} + m_Extent: {x: 0.19666234, y: 0.26197878, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1340874539 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_77 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 15 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.022500012, y: 0.11431801, z: 0} + m_Extent: {x: 0.0102083385, y: 0.0011505485, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020000000100010003000200040002000300030005000400060004000500 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 5f1be83cc87aec3d000000000000803f0000803f0000803f00000000e50dfa3e40d8043fae36503c35f6eb3d000000000000803f0000803f0000803f00000000a6dbf33e9287033f682cf93c79f1ea3d000000000000803f0000803f0000803f00000000f40afb3e5e25013f0363493cc621ea3d000000000000803f0000803f0000803f000000005ce0f33e6a39fe3e31f9053d7e56e93d000000000000803f0000803f0000803f000000001e1ffc3e1690fa3eeecc4c3c055fe83d000000000000803f0000803f0000803f000000004123f43e58baf53e0a00003d58c4e73d000000000000803f0000803f0000803f0000000079b2fb3e0cf8f23e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.022500012, y: 0.11431801, z: 0} + m_Extent: {x: 0.0102083385, y: 0.0011505485, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1352525389 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_13 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 39 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 15 + localAABB: + m_Center: {x: 0.105006576, y: 0.33014658, z: 0} + m_Extent: {x: 0.06354149, y: 0.028045207, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000020001000100020003000200040003000300040005000400060005000500060007000800070006000700080009000a00090008000a000b0009000c000b000a000c000d000b000e000d000c00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 15 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 540 + _typelessdata: 4dd7293d7059ac3e000000000000803f0000803f0000803f0000803f162c3e3eb225f23e7055403d14fcb43e000000000000803f0000803f0000803f0000803fb290423ec4e4f83e3423723ddb8dad3e000000000000803f0000803f0000803f0000803fe84a4c3eae16f33e461e853dbbcab63e000000000000803f0000803f0000803f0000803fd4ff503e3e4efa3ea165983d785bae3e000000000000803f0000803f0000803f0000803fb887583e56b7f33e6c48ad3dea64b73e000000000000803f0000803f0000803f0000803f48b0603ebcc6fa3e21c2bf3d8ef3ac3e000000000000803f0000803f0000803f0000803fd6e7673e309ef23e0a12db3dc462b53e000000000000803f0000803f0000803f0000803f0893723e1835f93e8287e93d0dbfab3e000000000000803f0000803f0000803f0000803ff238783e34adf13e5839033ebdf8b13e000000000000803f0000803f0000803f0000803f64c2813e4c8af63e893d073e0655a83e000000000000803f0000803f0000803f0000803f0a54833e6802ef3e0c1c183eaa8dad3e000000000000803f0000803f0000803f0000803ff2ea893eae16f33e1d1e1a3e421ba23e000000000000803f0000803f0000803f0000803fc4b38a3e4e25ea3ecc952a3e9db8a53e000000000000803f0000803f0000803f0000803f8022913e44f8ec3edd972c3e08ad9a3e000000000000803f0000803f0000803f0000803f54eb913e3857e43e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.105006576, y: 0.33014658, z: 0} + m_Extent: {x: 0.06354149, y: 0.028045207, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1354161867 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_75 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 10 + localAABB: + m_Center: {x: -0.00023435242, y: 0.12031243, z: 0} + m_Extent: {x: 0.03898435, y: 0.010937877, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 040002000300050001000200040005000200060000000100050006000100010000000700080002000100070008000100090003000200080009000200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 10 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 360 + _typelessdata: cba320bdafccf43d000000000000803f0000803f0000803f0000803f0010e53e0028083fb5cc8cbccc7af43d000000000000803f0000803f0000803f0000803f00e0ed3e0020083f03295c3c7614f63d000000000000803f0000803f0000803f0000803f0020fa3e0048083f52b81e3d8014f63d000000000000803f0000803f0000803f0000803f0020023f0048083f18e0ba3c7b66063e000000000000803f0000803f0000803f0000803f00e0fd3e00800a3fe0dbccbaef7a043e000000000000803f0000803f0000803f0000803f0020f43e00200a3f789ad9bc10d7033e000000000000803f0000803f0000803f0000803f0020ea3e00000a3f6cc1d5bcc4ffdf3d000000000000803f0000803f0000803f0000803f0050ea3e0020063f504b8fba7a47e13d000000000000803f0000803f0000803f0000803f0050f43e0040063ff800e03cd628e43d000000000000803f0000803f0000803f0000803f00b0ff3e0088063f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.00023435242, y: 0.12031243, z: 0} + m_Extent: {x: 0.03898435, y: 0.010937877, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1358915577 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_88 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 114 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 27 + localAABB: + m_Center: {x: -0.16965741, y: -0.1783588, z: 0} + m_Extent: {x: 0.05517381, y: 0.0429093, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000002000100010002000300020004000300070006000500090008000a000b0009000a000b000a000c000d000b000c000d000e000f000e0010000f00100011000f00120000000100110012001300110013000f000c0014000d0014000e000d00050006001500050015000400150003000400150006001600160001000300150016000300010016001200160013001200130016001700130017000f00170009000b0017000b000d000f0017000d00060007001800180017001600060018001600070019001800080009001a0018001a0017001a000900170008001a0019001a0018001900 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 27 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 972 + _typelessdata: 6176eabd94d62dbe000000000000803f0000803f0000803f0000803f0895343f2c433a3e447102be840833be000000000000803f0000803f0000803f0000803f6794363fb467363e2144efbdfcfc41be000000000000803f0000803f0000803f0000803f4db8343fa0962d3ea63d07beb0a749be000000000000803f0000803f0000803f0000803fd60f373ff413283e10aaf8bda24a57be000000000000803f0000803f0000803f0000803fbc33353f7c16203ed50118be24b460be000000000000803f0000803f0000803f0000803f6067393f9cec183ec84f27bea2bc52be000000000000803f0000803f0000803f0000803fcff33b3f14ea203ea4ff33be1a9462be000000000000803f0000803f0000803f0000803f47be3d3fd071163e50fc54bef89b54be000000000000803f0000803f0000803f0000803f0c0c433fb09b1d3e6e2a51be683d3fbe000000000000803f0000803f0000803f0000803fe2b3423fd41b2b3ee5f763be5e803cbe000000000000803f0000803f0000803f0000803f1eaa453f6cef2b3e520d58be860531be000000000000803f0000803f0000803f0000803f48f1433f60a6333e283a66be7a892bbe000000000000803f0000803f0000803f0000803f3037463fb467363ec24f58bef0db22be000000000000803f0000803f0000803f0000803f2f26443f74773c3eeca55bbe2e7714be000000000000803f0000803f0000803f0000803f84d6443f8848453e84274cbe920c1abe000000000000803f0000803f0000803f0000803fb75b423f3087423e688e4abe45b30abe000000000000803f0000803f0000803f0000803f154a423fdc2b4c3e0e0a32be2ede0dbe000000000000803f0000803f0000803f0000803f9c6e3e3f44584b3e633414be1ebd16be000000000000803f0000803f0000803f0000803fe8ad393f4436473ed29a2abe0e8c20be000000000000803f0000803f0000803f0000803ff20d3d3f640c403eb41061be904720be000000000000803f0000803f0000803f0000803f1c8b453f2caa3d3e503010be2ef050be000000000000803f0000803f0000803f0000803fdf5e383f5c1e233e20941dbef0283bbe000000000000803f0000803f0000803f0000803f68b63a3f7011303e807d3ebed40e32be000000000000803f0000803f0000803f0000803f8cf23f3f7033343eba7438be274d4dbe000000000000803f0000803f0000803f0000803f00b03e3f0080233e4e7143bed0095cbe000000000000803f0000803f0000803f0000803ff739403f68cc193ef11546bebcdd47be000000000000803f0000803f0000803f0000803f00e0403f0040263e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.16965741, y: -0.1783588, z: 0} + m_Extent: {x: 0.05517381, y: 0.0429093, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1389351480 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_41 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: -0.0011059493, y: 0.15066281, z: 0} + m_Extent: {x: 0.028112791, y: 0.029317625, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020001000600060005000400060004000300020006000300060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: f3ff7ebcca4c383e000000000000803f0000803f0000803f0000803f808c4f3e00fc693e9bc25a3c3b7a373e000000000000803f0000803f0000803f0000803f82ae663e8057693e743ddd3c12de193e000000000000803f0000803f0000803f0000803ffe9a713e8035523e8beb673cd283f83d000000000000803f0000803f0000803f0000803f0053673e80133b3e04d771bcd383f83d000000000000803f0000803f0000803f0000803f0231503e80133b3e245cefbca2b01a3e000000000000803f0000803f0000803f0000803ffe9f443e00da523e6cf590ba31831b3e000000000000803f0000803f0000803f0000803f7e1d5b3e807e533e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.0011059493, y: 0.15066281, z: 0} + m_Extent: {x: 0.028112791, y: 0.029317625, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1392259022 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_70 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 87 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 23 + localAABB: + m_Center: {x: 0.17819087, y: 0.27622378, z: 0} + m_Extent: {x: 0.06013237, y: 0.10431181, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 03000600040006000500040002000700030007000600030001000800020008000700020009000800010000000900010001000b0000000b000a00000002000c0001000c000b00010003000d0002000d000c0002000e000f0003000f000d00030004001000030010000e0003000500110004001100100004000e0012000f0013000d000f00120013000f0014000c000d00130014000d0015000b000c00140015000c00150016000b0016000a000b00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 23 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 828 + _typelessdata: a4c7033e8d1aaf3e000000000000803f0000803f0000803f0000803f646a233fcea3833e3b65223ed30d9c3e000000000000803f0000803f0000803f0000803f0433283fb0776f3e2120363e409a853e000000000000803f0000803f0000803f0000803f38482b3f3867533ec9d8383ed857603e000000000000803f0000803f0000803f0000803f13b52b3f509d383e8c3c2b3e21cf453e000000000000803f0000803f0000803f0000803fcc94293ff407283ef180173e2729363e000000000000803f0000803f0000803f0000803f987f263f44401e3e68fd1e3e867f573e000000000000803f0000803f0000803f0000803ff2aa273f3416333e964f1e3ed7c0743e000000000000803f0000803f0000803f0000803fbb8f273f005f453eea570f3ea3628b3e000000000000803f0000803f0000803f0000803f0739253fc4a15a3ea8c8f13d04fe983e000000000000803f0000803f0000803f0000803ff8b6213ffca36b3e3bba323e80c0be3e000000000000803f0000803f0000803f0000803f26c02a3f7a6b8d3e3f0e433eb686b33e000000000000803f0000803f0000803f0000803f484d2d3f5c67863e8025583e52c19d3e000000000000803f0000803f0000803f0000803fea98303ff897713ee7965d3ea3e1823e000000000000803f0000803f0000803f0000803fa072313f6000503e7b05523e81924a3e000000000000803f0000803f0000803f0000803ffda32f3ff4012b3ec2965d3ecfd3673e000000000000803f0000803f0000803f0000803fa072313fbc4a3d3e8a9b3d3e2aa53d3e000000000000803f0000803f0000803f0000803f92732c3fb0ed223e0679263eb209303e000000000000803f0000803f0000803f0000803f4cd6283f946c1a3e39846a3e79385a3e000000000000803f0000803f0000803f0000803fb077333fa0c9343e3352713eec27783e000000000000803f0000803f0000803f0000803fd487343f447f473e020b743e3a40953e000000000000803f0000803f0000803f0000803faef4343f94f6663e2a1e673eff76b03e000000000000803f0000803f0000803f0000803f9eef323f827d843ec4aa503e90d5c23e000000000000803f0000803f0000803f0000803f8f6d2f3f9cf88f3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.17819087, y: 0.27622378, z: 0} + m_Extent: {x: 0.06013237, y: 0.10431181, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1392776506 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_37 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.11081422, y: 0.18000484, z: 0} + m_Extent: {x: 0.022891842, y: 0.021687008, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020001000600020006000300030006000400060005000400060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 3573c93d4f884e3e000000000000803f0000803f0000803f0000803f00889d3c40ad8c3e9282f73d4f884e3e000000000000803f0000803f0000803f0000803ff8bb163d40ad8c3e3eea083e4ef8393e000000000000803f0000803f0000803f0000803f00dc3f3d00a5843ecfccfa3d121e223e000000000000803f0000803f0000803f0000803f00e01b3d80a7763e5318cb3d121e223e000000000000803f0000803f0000803f0000803f10aca23c80a7763ea610b43d10ae363e000000000000803f0000803f0000803f0000803f0068353c005c833ee47ae03d068f393e000000000000803f0000803f0000803f0000803f0080e53ce07b843e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.11081422, y: 0.18000484, z: 0} + m_Extent: {x: 0.022891842, y: 0.021687008, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1395445189 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_12 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 12 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 6 + localAABB: + m_Center: {x: 0.2210226, y: -0.2669019, z: 0} + m_Extent: {x: 0.023759104, y: 0.022077546, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020003000100030000000100050000000300040005000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 6 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 216 + _typelessdata: be456c3e92a991be000000000000803f0000803f0000803f000000009a194e3f9899273e0ea87a3e4a3b89be000000000000803f0000803f0000803f0000000066664e3f6866353ee97b703e3eb37abe000000000000803f0000803f0000803f0000000033f34a3fcccc3d3ed0f55c3ea76481be000000000000803f0000803f0000803f000000003333493f9899323e71ff493e5acc87be000000000000803f0000803f0000803f0000000033f3473f3433253e5bb4573e1ef593be000000000000803f0000803f0000803f0000000066e64b3fcccc1d3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.2210226, y: -0.2669019, z: 0} + m_Extent: {x: 0.023759104, y: 0.022077546, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1396717911 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_05 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 90 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 23 + localAABB: + m_Center: {x: -0.23950097, y: 0.35497016, z: 0} + m_Extent: {x: 0.10029417, y: 0.12545985, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0600070004000700030004000800020003000700080003000900010002000800090002000a000000010009000a000100010000000b000c00020001000b000c0001000d00030002000c000d0002000e00040003000d000e0003000e000f00040004000f0006000f0005000600100005000f000e0011000f00110010000f000d0012000e00120011000e000c0013000d00130012000d000b0014000c00140013000c000b001500140015000b000000150000001600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 23 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 828 + _typelessdata: 9ce216be2869e33e000000000000803f0000803f0000803f0000803fca9f263f1004773fb3e52fbe1266ca3e000000000000803f0000803f0000803f0000803f4fb7223f19336f3fb76447bedfbbae3e000000000000803f0000803f0000803f0000803f760b1f3fe98d663fc3e35ebee45f983e000000000000803f0000803f0000803f0000803f9c5f1b3f2a915f3fca6276be106d853e000000000000803f0000803f0000803f0000803fc3b3173f48a5593f6f1193bed00c6e3e000000000000803f0000803f0000803f0000803fc13d103f3625553fa4e080bec1046b3e000000000000803f0000803f0000803f0000803f00ed153ff1ab543f3ac352be4237893e000000000000803f0000803f0000803f0000803fb1441d3f76d45a3f037a37be33d19e3e000000000000803f0000803f0000803f0000803f2288213f9194613f174122be348eb53e000000000000803f0000803f0000803f0000803f07d9243fa1af683f3a8c0ebe2428cb3e000000000000803f0000803f0000803f0000803f49ed273fbc6f6f3f7a5441be14a7e23e000000000000803f0000803f0000803f0000803f01fe1f3f6dc7763f17b665bed53ac63e000000000000803f0000803f0000803f0000803fc04e1a3f9ae56d3f2db97ebe920ca93e000000000000803f0000803f0000803f0000803f4566163f25c7643f089889beb0f6943e000000000000803f0000803f0000803f0000803fb133133f4e805e3f8eb895bef649843e000000000000803f0000803f0000803f0000803f87690f3f544a593fa1f9adbee2d6713e000000000000803f0000803f0000803f0000803f32d5073fcdbc553ff5d09ebe9572933e000000000000803f0000803f0000803f0000803fe8910c3f09075e3f7cd393be7888a73e000000000000803f0000803f0000803f0000803f1e01103fe04d643f0a9889be7c07bf3e000000000000803f0000803f0000803f0000803fb133133f91a56b3fcaa075bebed4db3e000000000000803f0000803f0000803f0000803f15d2173fb5a5743f6c0e3fbed015f43e000000000000803f0000803f0000803f0000803ff558203f0b3a7c3fd3ac1abeecfaf53e000000000000803f0000803f0000803f0000803f3408263fa1d17c3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.23950097, y: 0.35497016, z: 0} + m_Extent: {x: 0.10029417, y: 0.12545985, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1421764578 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_44 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 42 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 13 + localAABB: + m_Center: {x: 0.18725184, y: -0.20945542, z: 0} + m_Extent: {x: 0.0295282, y: 0.020934656, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000020001000100020003000200040003000300040005000400060005000700050006000700080005000900030005000800090005000a000100030009000a0003000b0001000a000b000c0001000c0000000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 13 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 468 + _typelessdata: 4ba22a3e60eb6bbe000000000000803f0000803f0000803f0000803f00a0023f5615bc3e9c0d2c3ebe3b5bbe000000000000803f0000803f0000803f0000803fab0a033f0040c13e5a923b3e0d9369be000000000000803f0000803f0000803f0000803fab4a053faa6abc3eca183d3eb5bd56be000000000000803f0000803f0000803f0000803f00c0053f0040c23ef51c4d3e940861be000000000000803f0000803f0000803f0000803f0020083faaaabe3ee6f54d3e09db4fbe000000000000803f0000803f0000803f0000803f5675083f0000c43e96fb5d3edaab56be000000000000803f0000803f0000803f0000803f00e00a3f0080c13e731c5c3e5be544be000000000000803f0000803f0000803f0000803fabca0a3f5615c73eeec64b3e960b41be000000000000803f0000803f0000803f0000803fab4a083faaaac83e7e003f3eb7f548be000000000000803f0000803f0000803f0000803f5635063f0080c63ee682303e2c664fbe000000000000803f0000803f0000803f0000803f00e0033f56d5c43e4e82213ef82456be000000000000803f0000803f0000803f0000803f5675013f5615c33e5407253e1b8b5ebe000000000000803f0000803f0000803f0000803f89e8013f2262c03e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.18725184, y: -0.20945542, z: 0} + m_Extent: {x: 0.0295282, y: 0.020934656, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1512285234 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_27 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 129 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 31 + localAABB: + m_Center: {x: 0.11101687, y: 0.24976373, z: 0} + m_Extent: {x: 0.06988037, y: 0.062717885, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0700080006000900050006000800090006000a000400050009000a0005000a000b0004000b00030004000b000c0003000c00020003000d00010002000c000d0002000e00000001000d000e00010000000e000f000d0011000e00120011000d000c0012000d000b0013000c00130012000c000a0014000b00140013000b00090015000a00150014000a00080016000900160015000900170008000700180016000800170018000800190015001600180019001600140015001a001a00150019001a001b0014001b00130014001c00120013001b001c0013001d00100011001d00110012001c001d0012000e0011001e00110010001e001e0010000f000e001e000f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 31 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1116 + _typelessdata: dc43533dadab853e000000000000803f0000803f0000803f0000803f40c3473e20eed13e22a58e3d46c1883e000000000000803f0000803f0000803f0000803f8038563e0057d43e5f0fbb3dd693893e000000000000803f0000803f0000803f0000803f0092673e80fbd43e602fe43de0b2863e000000000000803f0000803f0000803f0000803f80a2773ec0bbd23ee28a023e27f8813e000000000000803f0000803f0000803f0000803f403e823ee009cf3ece94123e4541723e000000000000803f0000803f0000803f0000803f2082883e8021c83e86731c3e250c5c3e000000000000803f0000803f0000803f0000803f205d8c3ec074bf3e72ed173ed4ab3f3e000000000000803f0000803f0000803f0000803fc0988a3e205fb43ea470233eb4fe513e000000000000803f0000803f0000803f0000803f0058913e8047bb3ed843243ed4cb683e000000000000803f0000803f0000803f0000803f806a8f3ea06fc43e5348163e9825813e000000000000803f0000803f0000803f0000803f40f4893e6065ce3e2ddcfc3d089b8a3e000000000000803f0000803f0000803f0000803f00a3803e20c9d53e4a61d53d8e4e8e3e000000000000803f0000803f0000803f0000803ffed9713e60add83e0390a13d78ec8e3e000000000000803f0000803f0000803f0000803f409c5d3ec028d93e06e0703d13de8c3e000000000000803f0000803f0000803f0000803fc08b4d3e808dd73ebe7e283d986d8b3e000000000000803f0000803f0000803f0000803fc0683f3ea06dd63e06c0473d5a8f973e000000000000803f0000803f0000803f0000803f8083453e00e8df3e36e3883d3bea953e000000000000803f0000803f0000803f0000803fc0f8533e009fde3e0d87bd3dfec3973e000000000000803f0000803f0000803f0000803fc288683e2011e03e9e09fc3dc079943e000000000000803f0000803f0000803f0000803fe079803e207fdd3eba56183e6fa98c3e000000000000803f0000803f0000803f0000803fe0c18a3e6064d73ed98b2e3e651e803e000000000000803f0000803f0000803f0000803fa06e933ec097cd3e8603313e3a92603e000000000000803f0000803f0000803f0000803f6065943e2039c13e2c0c1e3ef2883f3e000000000000803f0000803f0000803f0000803fc0bc8f3e8091b33eb92e373ee8794e3e000000000000803f0000803f0000803f0000803f40ce963ea027ba3e203d393e4541723e000000000000803f0000803f0000803f0000803fe09b973e8021c83e8703313e986d8b3e000000000000803f0000803f0000803f0000803f6065943ea06dd63eee39143ef3a49a3e000000000000803f0000803f0000803f0000803fa026893ee050e23ed05ce33d97fd9f3e000000000000803f0000803f0000803f0000803f4050773e207ee63e0e67943d64f69e3e000000000000803f0000803f0000803f0000803f4278583e80b0e53e062a633da445913e000000000000803f0000803f0000803f0000803f34de4a3e6afeda3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.11101687, y: 0.24976373, z: 0} + m_Extent: {x: 0.06988037, y: 0.062717885, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1516734555 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_45 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 309 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 63 + localAABB: + m_Center: {x: -0.21287087, y: -0.23114793, z: 0} + m_Extent: {x: 0.12050218, y: 0.11723669, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000150001001500160001001600020001001600170002001800030002001700180002001900040003001800190003001a000500040019001a0004001b00060005001a001b000500070006001c0006001b001c001c001b001d001c001d0007001e00080007001d001e0007001e001f0008001f00090008001f002000090020000a00090021000b000a00200021000a000b00210022000c000b002200220023000c0023000d000c000d00230024000d0024000e0025000f000e00240025000e00260011001000260010000f00250026000f0026002700110028001200110027002800110029001300120028002900120028002a00290029002a0013002a001400130014002a002b00150000002c0015002c00160016002c0017002c00000014002b002c0014002d002b002a002d002a00280027002d0028002d002e002b002b002e002c002e0017002c0026002f0027002f002d0027002f0030002d0030002e002d00300031002e002e00310017001a001900320032001900180032001800170031003200170025003300260033002f002600340030002f00330034002f003400350030003500310030003600320031003500360031001b001a00370036003700320037001a0032003400330038002300380024002400380025003800330025003900350034003800390034003a003600350039003a0035003b001d001b0037003b001b001d003b001e003b00370036003a003b003600230022003c003c003900380023003c0038003c00220021003c0021003d003d00210020003d003a0039003c003d0039003b003a003e003e003a003d0020003e003d003b003e001e001e003e001f003e0020001f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 63 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2268 + _typelessdata: 781164be4d4ae9bd000000000000803f0000803f0000803f0000000000a0563f34b31b3e0ea982beefe2f8bd000000000000803f0000803f0000803f0000000033d35b3f68e6163eae8f8bbe61c91dbe000000000000803f0000803f0000803f0000000000a05e3f9819023ef4249cbe93e73dbe000000000000803f0000803f0000803f0000000033d3633f3033dc3dd9eca7beb9445fbe000000000000803f0000803f0000803f000000006686673f9899b23d5177a9bea14780be000000000000803f0000803f0000803f000000006606683f0000893ddfafaabe9aec90be000000000000803f0000803f0000803f00000000cd6c683fd0cc3e3d6dd59dbe30eb9fbe000000000000803f0000803f0000803f00000000cd6c643f4033e73c62ab90be1f5aacbe000000000000803f0000803f0000803f000000003353603fc0cc543c0b0280be785fb2be000000000000803f0000803f0000803f0000000000205b3f8066b63b60bf5ebec0b6b0be000000000000803f0000803f0000803f00000000cdec553f8066f63bd5743dbe3941b2be000000000000803f0000803f0000803f000000009ab9503f8066b63b2c3b1cbe0884aabe000000000000803f0000803f0000803f0000000066864b3fc0cc743c283afbbdb10f9cbe000000000000803f0000803f0000803f000000009ab9463f3033053d86d1c1bdfc918ebe000000000000803f0000803f0000803f000000009a39423f6066483d6674c8bd42df7bbe000000000000803f0000803f0000803f000000009ab9423fd0cc8d3dca2bbdbd65925abe000000000000803f0000803f0000803f0000000033d3413f6866b73d6dacdebd69453bbe000000000000803f0000803f0000803f00000000cd6c443f9899de3d764b03bed10f1abe000000000000803f0000803f0000803f000000006686473f9819043e6ad020be36c403be000000000000803f0000803f0000803f0000000000204c3f9819123ef81342be545d08be000000000000803f0000803f0000803f000000003353513fcc4c0f3e1fa474be869507be000000000000803f0000803f0000803f000000009a39593f68e60f3ec28280bea44e15be000000000000803f0000803f0000803f00000000c32a5b3fc059073e90b783bee02330be000000000000803f0000803f0000803f00000000132f5c3f4830ed3df7a88cbe8c823dbe000000000000803f0000803f0000803f0000000068fc5e3f508edc3d561e9abee4c858be000000000000803f0000803f0000803f00000000f434633f0095ba3d8cef9abefad06fbe000000000000803f0000803f0000803f000000009a79633fd0cc9d3d345d9fbed46b89be000000000000803f0000803f0000803f00000000d7e0643f301d643dfc079fbe3a4992be000000000000803f0000803f0000803f00000000bac8643fc0c8373d96be92be5fc496be000000000000803f0000803f0000803f0000000012f3603f3029213d14b28bbeeb90a1be000000000000803f0000803f0000803f000000003bc25e3f2015d63cb02c86be84f4a8be000000000000803f0000803f0000803f00000000a60a5d3f00ff8b3c6e196fbe5094a5be000000000000803f0000803f0000803f00000000b477583f203cad3cc02e4ebed81fa6be000000000000803f0000803f0000803f000000003353533f4033a73ce87135beaf63a8be000000000000803f0000803f0000803f0000000058764f3f801c903c3a1a1dbeb6769cbe000000000000803f0000803f0000803f0000000043a54b3fa077033ddde5f4bd5d358ebe000000000000803f0000803f0000803f000000001537463f906f4a3d097ff4bd924b86be000000000000803f0000803f0000803f00000000cd2c463f0000723d76bdecbd453e60be000000000000803f0000803f0000803f00000000618b453f986ab03dd9610cbefa0c42be000000000000803f0000803f0000803f0000000093f7483f2841d63daccb15be7fc42abe000000000000803f0000803f0000803f00000000cd6c4a3f6866f33d67be1abea35b1cbe000000000000803f0000803f0000803f00000000ae304b3f88b7023e175c31bea7621ebe000000000000803f0000803f0000803f000000009ab94e3f0080013ec9844cbe33141dbe000000000000803f0000803f0000803f00000000c4f7523f7460023e25855ebed1c40fbe000000000000803f0000803f0000803f00000000edc5553f48bc0a3e2eb732bed77f39be000000000000803f0000803f0000803f00000000aff34e3f181de13dd3fd59be506f36be000000000000803f0000803f0000803f000000004716553f601ee53d6b4721bef44d5bbe000000000000803f0000803f0000803f00000000073f4c3fb8c7b63d9fae47be4a7958be000000000000803f0000803f0000803f00000000bd3e523f307dba3d16146fbedea557be000000000000803f0000803f0000803f000000007766583f38b2bb3dbaf98abee6585cbe000000000000803f0000803f0000803f00000000067a5e3f98feb53da3c514be27a377be000000000000803f0000803f0000803f00000000c64e4a3f104f933d84c035be2eec77be000000000000803f0000803f0000803f0000000001764f3f4019933db6465bbe980878be000000000000803f0000803f0000803f00000000fb52553f6020933d661180be36757abe000000000000803f0000803f0000803f00000000b4155b3f7842903d3bca8fbeeb127ebe000000000000803f0000803f0000803f00000000f8ff5f3f10e18b3dfe3520be1d108bbe000000000000803f0000803f0000803f00000000a81c4c3f907f5a3db44a49beeffa8abe000000000000803f0000803f0000803f00000000dc87523fd0465b3d86b76dbe94de8bbe000000000000803f0000803f0000803f000000001b39583f6027573d479b89beed738ebe000000000000803f0000803f0000803f00000000ae155e3fe0914a3d70dc3bbe8bb699be000000000000803f0000803f0000803f00000000d172503f607e113d08ef5cbefc4199be000000000000803f0000803f0000803f00000000969d553f5010143d58737dbeb5479bbe000000000000803f0000803f0000803f00000000d3b25a3fa03d0a3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.21287087, y: -0.23114793, z: 0} + m_Extent: {x: 0.12050218, y: 0.11723669, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1546336224 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_16 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 10 + localAABB: + m_Center: {x: -0.0008142572, y: -0.06166668, z: 0} + m_Extent: {x: 0.034393013, y: 0.0861397, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 030004000200050001000200040005000200060000000100050006000100070003000200010008000200080007000200000009000100090008000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 10 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 360 + _typelessdata: 00bf0a39a57bc83c000000000000803f0000803f0000803f0000803f051f0a3f38f77c3fc0c4b63a596ddfbc000000000000803f0000803f0000803f0000803fb7520a3faaaf743fa8be0a397a2cacbd000000000000803f0000803f0000803f0000803f051f0a3f53996b3f001e483a8e5a17be000000000000803f0000803f0000803f0000803fde380a3fa666613f30f4063dc860efbd000000000000803f0000803f0000803f0000803f215f0f3f3759663fe089093d796685bd000000000000803f0000803f0000803f0000803ffa780f3fc5a06e3f1a0ff43c0beaa03b000000000000803f0000803f0000803f0000803fe3dd0e3fecd5793fa8de05bdfd41f3bd000000000000803f0000803f0000803f0000803fe9de043fab0b663f7f3510bdbd7261bd000000000000803f0000803f0000803f0000803f8577043f573e703ffab3cdbc1c7a0e3c000000000000803f0000803f0000803f0000803f1815063f03717a3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.0008142572, y: -0.06166668, z: 0} + m_Extent: {x: 0.034393013, y: 0.0861397, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1556301919 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_34 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 309 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 63 + localAABB: + m_Center: {x: 0.21250004, y: -0.23031248, z: 0} + m_Extent: {x: 0.12062506, y: 0.117187515, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000150001001500160001001600020001001600170002001800030002001700180002001900040003001800190003001a000500040019001a0004001b00060005001a001b000500070006001c0006001b001c001c001b001d001c001d0007001e00080007001d001e0007001e001f0008001f00090008001f002000090020000a00090021000b000a00200021000a000b00210022000c000b002200220023000c0023000d000c000d00230024000d0024000e0025000f000e00240025000e00260011001000260010000f00250026000f0026002700110028001200110027002800110029001300120028002900120028002a00290029002a0013002a001400130014002a002b00150000002c0015002c00160016002c0017002c00000014002b002c0014002d002b002a002d002a00280027002d0028002d002e002b002b002e002c002e0017002c0026002f0027002f002d0027002f0030002d0030002e002d00300031002e002e00310017001a001900320032001900180032001800170031003200170025003300260033002f002600340030002f00330034002f003400350030003500310030003600320031003500360031001b001a00370036003700320037001a0032003400330038002300380024002400380025003800330025003900350034003800390034003a003600350039003a0035003b001d001b0037003b001b001d003b001e003b00370036003a003b003600230022003c003c003900380023003c0038003c00220021003c0021003d003d00210020003d003a0039003c003d0039003b003a003e003e003a003d0020003e003d003b003e001e001e003e001f003e0020001f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 63 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2268 + _typelessdata: 2633633e0faee7bd000000000000803f0000803f0000803f0000000000a0563f34b31b3e6a3d823e310af7bd000000000000803f0000803f0000803f0000000033d35b3f68e6163e2e338b3ec4cc1cbe000000000000803f0000803f0000803f0000000000a05e3f9819023e07d79b3ec0cc3cbe000000000000803f0000803f0000803f0000000033d3633f3033dc3d14aea73e6b145ebe000000000000803f0000803f0000803f000000006686673f9899b23daf47a93e185c7fbe000000000000803f0000803f0000803f000000006606683f0000893d5f8faa3ee35190be000000000000803f0000803f0000803f00000000cd6c683fd0cc3e3d94c29d3e225c9fbe000000000000803f0000803f0000803f00000000cd6c643f4033e73cdda3903e05d7abbe000000000000803f0000803f0000803f000000003353603fc0cc543c0700803e82ebb1be000000000000803f0000803f0000803f0000000000205b3f8066b63b60b85e3eea51b0be000000000000803f0000803f0000803f00000000cdec553f8066f63bb2703d3e85ebb1be000000000000803f0000803f0000803f000000009ab9503f8066b63b02291c3e733daabe000000000000803f0000803f0000803f0000000066864b3fc0cc743c5be1fa3d0ed79bbe000000000000803f0000803f0000803f000000009ab9463f3033053dbe47c13d6c668ebe000000000000803f0000803f0000803f000000009a39423f6066483d1aaec73d29857bbe000000000000803f0000803f0000803f000000009ab9423fd0cc8d3df228bc3d7d3d5abe000000000000803f0000803f0000803f0000000033d3413f6866b73d9a70dd3d52e13abe000000000000803f0000803f0000803f00000000cd6c443f9899de3d528f023ea19919be000000000000803f0000803f0000803f000000006686473f9819043ef4ff1f3e383303be000000000000803f0000803f0000803f0000000000204c3f9819123ea347413e15ae07be000000000000803f0000803f0000803f000000003353513fcc4c0f3e00d7733e4eb806be000000000000803f0000803f0000803f000000009a39593f68e60f3e6c22803e246614be000000000000803f0000803f0000803f00000000c32a5b3fc059073e6c63833e7f352fbe000000000000803f0000803f0000803f00000000132f5c3f4830ed3de45a8c3ee2833cbe000000000000803f0000803f0000803f0000000068fc5e3f508edc3da4dc993eb5b157be000000000000803f0000803f0000803f00000000f434633f0095ba3d52b89a3e44b86ebe000000000000803f0000803f0000803f000000009a79633fd0cc9d3de6359f3e6bdb88be000000000000803f0000803f0000803f00000000d7e0643f301d643dbde89e3e1ab991be000000000000803f0000803f0000803f00000000bac8643fc0c8373d70a3923e6a3f96be000000000000803f0000803f0000803f0000000012f3603f3029213dc2a08b3e5a12a1be000000000000803f0000803f0000803f000000003bc25e3f2015d63c1822863ef67aa8be000000000000803f0000803f0000803f00000000a60a5d3f00ff8b3c28fe6e3e1028a5be000000000000803f0000803f0000803f00000000b477583f203cad3c86144e3e8ec2a5be000000000000803f0000803f0000803f000000003353533f4033a73cd75b353ea311a8be000000000000803f0000803f0000803f0000000058764f3f801c903c82ee1c3ec22f9cbe000000000000803f0000803f0000803f0000000043a54b3fa077033db05af43d30fe8dbe000000000000803f0000803f0000803f000000001537463f906f4a3d14d7f33d7f1486be000000000000803f0000803f0000803f00000000cd2c463f0000723ddbc4eb3dbad35fbe000000000000803f0000803f0000803f00000000618b453f986ab03d0eca0b3e768e41be000000000000803f0000803f0000803f0000000093f7483f2841d63db11e153e763d2abe000000000000803f0000803f0000803f00000000cd6c4a3f6866f33d4f041a3e20d01bbe000000000000803f0000803f0000803f00000000ae304b3f88b7023ecea3303e93c21dbe000000000000803f0000803f0000803f000000009ab94e3f0080013e45cb4b3e6e5b1cbe000000000000803f0000803f0000803f00000000c4f7523f7460023e7ebf5d3eb2fb0ebe000000000000803f0000803f0000803f00000000edc5553f48bc0a3e8d17323e7cde38be000000000000803f0000803f0000803f00000000aff34e3f181de13d585b593e3faa35be000000000000803f0000803f0000803f000000004716553f601ee53d8ec6203e65bc5abe000000000000803f0000803f0000803f00000000073f4c3fb8c7b63d1e2b473ed1c457be000000000000803f0000803f0000803f00000000bd3e523f307dba3dc58f6e3e92cd56be000000000000803f0000803f0000803f000000007766583f38b2bb3dacb98a3e3f5d5bbe000000000000803f0000803f0000803f00000000067a5e3f98feb53d8f5e143eec1c77be000000000000803f0000803f0000803f00000000c64e4a3f104f933da459353ef64777be000000000000803f0000803f0000803f0000000001764f3f4019933de0df5a3e424277be000000000000803f0000803f0000803f00000000fb52553f6020933d1cbe7f3e598d79be000000000000803f0000803f0000803f00000000b4155b3f7842903d82998f3e740e7dbe000000000000803f0000803f0000803f00000000f8ff5f3f10e18b3d9fea1f3ec6c78abe000000000000803f0000803f0000803f00000000a81c4c3f907f5a3d1dff483eeb9f8abe000000000000803f0000803f0000803f00000000dc87523fd0465b3d7e6d6d3efe728bbe000000000000803f0000803f0000803f000000001b39583f6027573d9578893e4af78dbe000000000000803f0000803f0000803f00000000ae155e3fe0914a3daaab3b3e9c6199be000000000000803f0000803f0000803f00000000d172503f607e113d60bd5c3e03de98be000000000000803f0000803f0000803f00000000969d553f5010143d51457d3ef2d49abe000000000000803f0000803f0000803f00000000d3b25a3fa03d0a3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.21250004, y: -0.23031248, z: 0} + m_Extent: {x: 0.12062506, y: 0.117187515, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1599081579 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_67 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.12801756, y: 0.17181864, z: 0} + m_Extent: {x: 0.010442331, y: 0.009380437, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020000000100020003000000040000000300040005000000060001000000050006000000 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 0917033e054e303e000000000000803f0000803f0000803f0000000036e5953e723f0b3fa4e8023e408c393e000000000000803f0000803f0000803f00000000cebf953e30f90e3f48cbf03d8ebf333e000000000000803f0000803f0000803f0000000080468d3ec3a20c3f9cb1f33dc1df283e000000000000803f0000803f0000803f00000000b8718e3eb640083f03ff033e3356263e000000000000803f0000803f0000803f0000000038a0963ee53a073f6ec80d3e16ae2c3e000000000000803f0000803f0000803f00000000e8839e3e6dc9093fa56b0d3e48bc373e000000000000803f0000803f0000803f000000001c399e3e2e3e0e3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.12801756, y: 0.17181864, z: 0} + m_Extent: {x: 0.010442331, y: 0.009380437, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1600558899 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_36 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 123 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 29 + localAABB: + m_Center: {x: 0.19349584, y: -0.20606035, z: 0} + m_Extent: {x: 0.09065351, y: 0.07135069, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000020001000300010002000200040003000500030004000500040006000700050006000700060008000800090007000a00090008000a000b0009000a000d000b0009000b000f000e000f000c000c000f0010000f000b00100010000b000d000c0010000d000e0011000f000f0011000900120011000e0012001300110011001300090013000700090014001300120014001500130013001500070015000500070016001500140016001700150015001700050017000300050016001800170017001800190017001900030019000100030018001a0019001b000000010019001a001c00010019001c0001001c001b001c001a001b00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 29 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1044 + _typelessdata: d26aea3dadc98bbe000000000000803f0000803f0000803f00000000c2c5193f0007813b97cf043ed4fb81be000000000000803f0000803f0000803f0000000070fa193fe05f9d3cbe97153ed2088ebe000000000000803f0000803f0000803f00000000be4c1e3fc0f8573c648f273ebf347dbe000000000000803f0000803f0000803f000000000ac91d3f80e40e3d20763f3e1dc48abe000000000000803f0000803f0000803f000000006a08233f7013003d8203473edcdb70be000000000000803f0000803f0000803f0000000094aa203fe0ae553d5a21613e975681be000000000000803f0000803f0000803f00000000ee9a253f5054573df5e25e3e108861be000000000000803f0000803f0000803f000000000750223f70c48b3d0b6f7d3e145566be000000000000803f0000803f0000803f0000000056a2263fa80d9d3dd5687d3e105844be000000000000803f0000803f0000803f000000001e8c233f18a0bf3db65e8c3eb8d946be000000000000803f0000803f0000803f000000006140273f58e9d03de683843e8b832fbe000000000000803f0000803f0000803f00000000c122233f3842dd3d3942873e5c9a0cbe000000000000803f0000803f0000803f0000000094aa203f8062023e067c913eac6c1ebe000000000000803f0000803f0000803f000000008be2243f0cbd003e081b743e54f109be000000000000803f0000803f0000803f00000000a8101d3f804ef43d437b783e669f1bbe000000000000803f0000803f0000803f00000000cf391f3f787de53d44d2833e299521be000000000000803f0000803f0000803f00000000fcb1213fd06dea3d91f7633e1c2b1dbe000000000000803f0000803f0000803f00000000a2c11c3ff806d53d62f9503e863d11be000000000000803f0000803f0000803f000000000e42193f8061d33d5ce5443ec8fa28be000000000000803f0000803f0000803f0000000019e0193f8074b23d6bff2e3e494222be000000000000803f0000803f0000803f00000000db7a163f8866a93d791f283e1f3d37be000000000000803f0000803f0000803f000000004382173f500f8f3d104d133e92f236be000000000000803f0000803f0000803f0000000068d5143f483e803de37a113ef3e94dbe000000000000803f0000803f0000803f0000000089af163f10194f3daf55f53d04034dbe000000000000803f0000803f0000803f00000000a9b3133f80d12f3d642f023ee25b63be000000000000803f0000803f0000803f0000000089af163f103f0d3d009fd23d3ae269be000000000000803f0000803f0000803f00000000051d143f20b7b73c3de4d33dcef084be000000000000803f0000803f0000803f00000000e618173f0038dd3b3f5ff93d934675be000000000000803f0000803f0000803f000000009a9c173fc097c13c + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.19349584, y: -0.20606035, z: 0} + m_Extent: {x: 0.09065351, y: 0.07135069, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1606053789 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_09 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 120 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 29 + localAABB: + m_Center: {x: 0.30618063, y: -0.28561276, z: 0} + m_Extent: {x: 0.043685824, y: 0.09695345, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0700040005000600070005000800030004000700080004000900020003000800090003000a000100020009000a000200010000000b000c00020001000b000c0001000d00030002000c000d0002000e00040003000d000e0003000e000f0004000f00050004001000060005000f00110005001100100005001200000001000a0012000100130012000a00140013000a00090014000a001500140009000800150009000700160008001600150008000600170007001700160007001800170006001800190017001a001600170019001a0017001b00150016001a001b0016001b001c00150015001c0014001c0013001400 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 29 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1044 + _typelessdata: 42ed8c3ee82f41be000000000000803f0000803f0000803f0000000000c0723f54554a3e4f458e3ea1825cbe000000000000803f0000803f0000803f000000005555733f5455393ef05c903e308f7abe000000000000803f0000803f0000803f00000000ab2a743facaa263e7867923ef8a28dbe000000000000803f0000803f0000803f000000000000753f5455123e2d22933ed1689dbe000000000000803f0000803f0000803f00000000ab6a753f5855fd3d0d4e923e1c0eacbe000000000000803f0000803f0000803f000000005555753fa8aad83d6d0c9b3e0c9abbbe000000000000803f0000803f0000803f000000000040783fa8aab23d0e1b9d3e7fcba1be000000000000803f0000803f0000803f000000005595783f5855f33df42e9a3e058a93be000000000000803f0000803f0000803f000000000080773f54550b3ebf8d963ebcda82be000000000000803f0000803f0000803f00000000ab2a763f0000203edae5933eb83769be000000000000803f0000803f0000803f00000000ab2a753facaa313e7b4a873e36c450be000000000000803f0000803f0000803f000000005515713f5455403eba25893e3c326dbe000000000000803f0000803f0000803f0000000055d5713facaa2e3ea36c8b3ec6c387be000000000000803f0000803f0000803f0000000000c0723f5455193ee89e8b3e628497be000000000000803f0000803f0000803f000000000000733facaa053ee5378a3e4e35a7be000000000000803f0000803f0000803f0000000000c0723f0000e43d261f8d3eb8dfc3be000000000000803f0000803f0000803f000000000000743fa8aa9c3db865863e1a57b7be000000000000803f0000803f0000803f0000000000c0713f5855bb3d159a963e5e894bbe000000000000803f0000803f0000803f0000000055d5753f5455443e59a39e3ea3c565be000000000000803f0000803f0000803f000000000080783f5455343e2eb59b3e896c73be000000000000803f0000803f0000803f00000000abaa773facaa2b3ef540a13ec62289be000000000000803f0000803f0000803f000000005595793facaa183e0029a53e789099be000000000000803f0000803f0000803f0000000000007b3f5455043e0950a93e3989aabe000000000000803f0000803f0000803f0000000000807c3fa8aade3d80fca83e6400babe000000000000803f0000803f0000803f0000000055957c3f0000b83db221b33e26ebb2be000000000000803f0000803f0000803f00000000abaa7f3fa8aaca3d1eaeb03ef1579fbe000000000000803f0000803f0000803f00000000abaa7e3f5855fb3d2009ac3e1c498dbe000000000000803f0000803f0000803f0000000000007d3f0000143e15b7a63e1ee07dbe000000000000803f0000803f0000803f00000000ab2a7b3facaa253e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.30618063, y: -0.28561276, z: 0} + m_Extent: {x: 0.043685824, y: 0.09695345, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!1 &1639220004 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1086712869052770, guid: 6f0e06de47dbcee4c92ffcb3cbd11a22, + type: 3} + m_PrefabInstance: {fileID: 1208590177} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1639220005 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639220004} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdbd2f0b5a84544698d697356f8fea0, type: 3} + m_Name: + m_EditorClassIdentifier: + BlendMode: 0 + ChannelTimescales: + - 1 +--- !u!43 &1641557964 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_87 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 12 + localAABB: + m_Center: {x: -0.08046878, y: -0.03859374, z: 0} + m_Extent: {x: 0.02734374, y: 0.047968753, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200030002000100020003000400050004000300040005000600070006000500060007000800070009000800080009000a0009000b000a00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 12 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 432 + _typelessdata: d0ccdcbd3a5c0f3c000000000000803f0000803f0000803f0000803fcd6c053fcc0cd33e4ce1babdab99193c000000000000803f0000803f0000803f0000803f66c6023f0040d33ec6f5c8bde1ffffbb000000000000803f0000803f0000803f0000803f00e0033f00c0cd3e18aea7bd428fc2bb000000000000803f0000803f0000803f0000803f6646013f9a59ce3e18aeb7bdb01ec5bc000000000000803f0000803f0000803f0000803f6686023fcc8cc83e0fd793bd9a70bdbc000000000000803f0000803f0000803f0000803f3473ff3e9ad9c83e1aaea7bd1a852bbd000000000000803f0000803f0000803f0000803f6646013f9ad9c23edca380bd265c2fbd000000000000803f0000803f0000803f0000803f3473fc3ecc8cc23efc289cbddd7a74bd000000000000803f0000803f0000803f0000803f0060003f6626bd3e7b3d6abd50b87ebd000000000000803f0000803f0000803f0000803f66a6fa3e9a59bc3e050090bdfeff9fbd000000000000803f0000803f0000803f0000803f9ad9fe3e0040b73ea59959bdad47b1bd000000000000803f0000803f0000803f0000803f9a59f93ecc8cb43e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.08046878, y: -0.03859374, z: 0} + m_Extent: {x: 0.02734374, y: 0.047968753, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1650534905 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_42 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 147 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 34 + localAABB: + m_Center: {x: 0.1488602, y: -0.13546878, z: 0} + m_Extent: {x: 0.08288799, y: 0.0928194, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200030002000100030001000400050003000400050004000600070005000600070006000800090007000800090008000a000b0009000a000c00070009000b000c0009000e000c000b000d000e000b000f000e000d000e000f0010000f001100100013001000110012001300110014000e00100013001400100013001500140016001500130012001600130016001700150017001800150017001900180019001a0018001b001a0019001c0002001a001b001c001a001d001c001b001d001e001c001c001e0002001e0000000200150018001f0015001f0014001f0007000c0007001f00050018001a002000200003000500200005001f00180020001f0020001a0002000300200002000c000e0021000e0014002100210014001f000c0021001f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 34 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1224 + _typelessdata: 6f1c873dce3f9ebd000000000000803f0000803f0000803f0000803f005bfa3e1aa9a93efb69a03d3f28e0bd000000000000803f0000803f0000803f0000803f7286fd3e46189f3efeefba3d371eb4bd000000000000803f0000803f0000803f0000803f4916013f44a5a53ebca1d33d3aefedbd000000000000803f0000803f0000803f0000803f03ac023f04599c3eae4fb93de0550ebe000000000000803f0000803f0000803f0000803ff358003fd25f953e426ef23d886418be000000000000803f0000803f0000803f0000803feead043f1492913e409dd23d1e4a2fbe000000000000803f0000803f0000803f0000803facee013ffcce8a3ebc29043e63ba34be000000000000803f0000803f0000803f0000803f8f0d063fec7b883ef234eb3d03864bbe000000000000803f0000803f0000803f0000803f6684033fd4b8813ed0210e3e84114dbe000000000000803f0000803f0000803f0000803f2452073f58aa803e3d03093e462763be000000000000803f0000803f0000803f0000803fa843063f80ce733e6ab7233eb09166be000000000000803f0000803f0000803f0000803f8b620a3ff46c703e0588283e2e704cbe000000000000803f0000803f0000803f0000803f06710b3f283e803ef54c383e60c469be000000000000803f0000803f0000803f0000803ffe8d0d3f98776d3e4c43413e2cae50be000000000000803f0000803f0000803f0000803fc43e0f3f90ae7c3ef2da573ef08a5cbe000000000000803f0000803f0000803f0000803f50a0123fb43a743e06fc543e476a48be000000000000803f0000803f0000803f0000803f376a123f4074803e664f6d3e3c4347be000000000000803f0000803f0000803f0000803ff537163f283e803ef0ab6a3e2c3324be000000000000803f0000803f0000803f0000803ff537163f2e3b8b3e09bb533edabd2ebe000000000000803f0000803f0000803f0000803f4385123fec7b883e74d0413e52f93cbe000000000000803f0000803f0000803f0000803fea8f0f3f1678843e41c4453e686117be000000000000803f0000803f0000803f0000803f659e103f6817903e308e5c3ee4d00abe000000000000803f0000803f0000803f0000803f1751143ff278933e33a04b3eb234f2bd000000000000803f0000803f0000803f0000803ffae2113fa863993ecc612a3ec0c8f1bd000000000000803f0000803f0000803f0000803f9bb50c3f0c3c9a3e7256343efbf7b5bd000000000000803f0000803f0000803f0000803f7a9c0e3f3452a33ea77b163ea42eabbd000000000000803f0000803f0000803f0000803f59f6093f44a5a53e0e52243e9d1f84bd000000000000803f0000803f0000803f0000803f6a490c3fe259ab3eacde0d3ece8a79bd000000000000803f0000803f0000803f0000803f872a083f5c68ac3e89310e3e1cb12ebd000000000000803f0000803f0000803f0000803f0239093f5cf5b23e4189d93d08496cbd000000000000803f0000803f0000803f0000803f8bd5033f86f1ae3ec2af1f3ef0fd1ebe000000000000803f0000803f0000803f0000803fa4980a3fba9c8e3efc08063e48fae6bd000000000000803f0000803f0000803f0000803f0b1c073f34c59c3e2352373e696443be000000000000803f0000803f0000803f0000803f18da0d3f0ab7823e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.1488602, y: -0.13546878, z: 0} + m_Extent: {x: 0.08288799, y: 0.0928194, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1711154128 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_80 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 11 + localAABB: + m_Center: {x: 0.19949321, y: -0.22918972, z: 0} + m_Extent: {x: 0.037250206, y: 0.032520674, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0200030001000300040001000400050001000500060001000600000001000100000007000700080001000800090001000a000200010009000a000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 11 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 396 + _typelessdata: 6ed03e3e5ab64fbe000000000000803f0000803f0000803f0000803f9af91f3f6866573e63ee4d3e00066ebe000000000000803f0000803f0000803f0000803f0060223fcccc3f3ee3575d3ee8fe85be000000000000803f0000803f0000803f0000803fcd6c243f68662c3e4fba6f3ed82a7cbe000000000000803f0000803f0000803f0000803f9a79273f6866353ede6c723eb30b60be000000000000803f0000803f0000803f0000803f9a39283fcccc463e4deb653e25d84abe000000000000803f0000803f0000803f0000803f6686263f9899543e54e0523e9d6349be000000000000803f0000803f0000803f0000803f0060233f34335a3e4d83303e3a185abe000000000000803f0000803f0000803f0000803f66c61d3f0000523e0823263e1d7765be000000000000803f0000803f0000803f0000803f66461c3f0000473e337c293eaea37cbe000000000000803f0000803f0000803f0000803f66861c3f6866383eca213f3e36b085be000000000000803f0000803f0000803f0000803f9ab91f3f34332e3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.19949321, y: -0.22918972, z: 0} + m_Extent: {x: 0.037250206, y: 0.032520674, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1723161460 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_07 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 87 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 23 + localAABB: + m_Center: {x: -0.07604462, y: -0.4160571, z: 0} + m_Extent: {x: 0.06318392, y: 0.18606442, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0100000007000700000006000400030009000900030008000900080007000600090007000a00050004000a000400090006000a0009000b0005000a0006000c000a000c000b000a0000000d0006000d000c0006000c000d000e0002000f000800020010000f001300010014001400010007001400070008000f0014000800100011001500100015000f000f0015001400150013001400150011001200130015001200030016000800160002000800 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 23 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 828 + _typelessdata: 6f8f99bc3a6ac7be000000000000803f0000803f0000803f0000803f9a01ae3d343b113ebaf0e1bc1ce5eebe000000000000803f0000803f0000803f0000803f66b2a23d30c3bf3d545806be44a9edbe000000000000803f0000803f0000803f0000803fcd8c703cd0d8c23d21750abe642ec6be000000000000803f0000803f0000803f0000803fcd6c473c00c6123eed910ebe82b39ebe000000000000803f0000803f0000803f0000803fcd4c1e3c981f443eed910ebe11f68abe000000000000803f0000803f0000803f0000803fcd4c1e3c68cc5c3e461946bd4634b0be000000000000803f0000803f0000803f0000803f1a18883da83e2e3ef69174bdaa27dbbe000000000000803f0000803f0000803f0000803fcd24733dd01cf13df021c5bdd4ebd9be000000000000803f0000803f0000803f0000803fa095153d6832f43d05f0d3bdf270b2be000000000000803f0000803f0000803f0000803f0014033dcc722b3e2dfcdcbdcad494be000000000000803f0000803f0000803f0000803f9a89ef3c0076503e403befbd33836bbe000000000000803f0000803f0000803f0000803fe6ebc13c004e773e2d9467bd1ad379be000000000000803f0000803f0000803f0000803f73437b3d0c5c6e3eb7b552bc52029ebe000000000000803f0000803f0000803f0000803fd089b53d18fd443e9c228dbc02d581be000000000000803f0000803f0000803f0000803f9af2af3db835683eaec5b7bd92df00bf000000000000803f0000803f0000803f0000803ff348263d20a2903d3a2df8bdfd0d0cbf000000000000803f0000803f0000803f0000803f008fab3c0074313dab23bdbda3241abf000000000000803f0000803f0000803f0000803f80931f3dc045123ca81039bde69318bf000000000000803f0000803f0000803f0000803fda2a8c3d40e3503ccf0420bd7e9b0bbf000000000000803f0000803f0000803f0000803f86fe933df0ec353d0b5080bd3097fabe000000000000803f0000803f0000803f0000803f009c6b3d0086a23de8c795bdfe0d0cbf000000000000803f0000803f0000803f0000803f33c6503d0074313dc13008be1ef2dbbe000000000000803f0000803f0000803f0000803f80185e3cb022ef3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.07604462, y: -0.4160571, z: 0} + m_Extent: {x: 0.06318392, y: 0.18606442, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1725399323 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_43 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 12 + localAABB: + m_Center: {x: 0.080468714, y: -0.03859374, z: 0} + m_Extent: {x: 0.027343754, y: 0.047968753, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200030002000100020003000400050004000300040005000600070006000500060007000800070009000800080009000a0009000b000a00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 12 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 432 + _typelessdata: c9ccdc3d345c0f3c000000000000803f0000803f0000803f0000803fcd6c053fcc0cd33e44e1ba3daa99193c000000000000803f0000803f0000803f0000803f66c6023f0040d33ebef5c83de9ffffbb000000000000803f0000803f0000803f0000803f00e0033f00c0cd3e11aea73d408fc2bb000000000000803f0000803f0000803f0000803f6646013f9a59ce3e10aeb73daf1ec5bc000000000000803f0000803f0000803f0000803f6686023fcc8cc83e06d7933d9870bdbc000000000000803f0000803f0000803f0000803f3473ff3e9ad9c83e10aea73d19852bbd000000000000803f0000803f0000803f0000803f6646013f9ad9c23ed3a3803d245c2fbd000000000000803f0000803f0000803f0000803f3473fc3ecc8cc23ef2289c3ddc7a74bd000000000000803f0000803f0000803f0000803f0060003f6626bd3e673d6a3d50b87ebd000000000000803f0000803f0000803f0000803f66a6fa3e9a59bc3efaff8f3dfeff9fbd000000000000803f0000803f0000803f0000803f9ad9fe3e0040b73e9099593dad47b1bd000000000000803f0000803f0000803f0000803f9a59f93ecc8cb43e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.080468714, y: -0.03859374, z: 0} + m_Extent: {x: 0.027343754, y: 0.047968753, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1740686128 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_90 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 63 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 18 + localAABB: + m_Center: {x: -0.18810713, y: -0.2081821, z: 0} + m_Extent: {x: 0.03302762, y: 0.022022098, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000010002000300020001000100040003000300040005000400060005000500060007000600080009000700060009000a000800060004000b0006000b000a00060001000c0004000c000b00040000000d0001000d000c00010002000f0000000f000e00000010000d0011000d0000001100110000000e00100011000e00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 18 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 648 + _typelessdata: 181b2abee8c15bbe000000000000803f0000803f0000803f0000803f3e08013f6abbb33e740734be366a54be000000000000803f0000803f0000803f0000803f17aa023f98c9b53e272927be3e664ebe000000000000803f0000803f0000803f0000803fdcba003fbaf6b73ee2da34beec9b45be000000000000803f0000803f0000803f0000803f78f7023fc461ba3ee7c440be8e694ebe000000000000803f0000803f0000803f0000803f46b8043ff85bb73e0eed45bed27140be000000000000803f0000803f0000803f0000803fe3af053f4897bb3e81cc50bed0e04abe000000000000803f0000803f0000803f0000803f4342073fae15b83ec8c153bebaa03ebe000000000000803f0000803f0000803f0000803f05dd073f30d5bb3ed6f05fbededb45be000000000000803f0000803f0000803f0000803f4cad093f324bb93e9ae158be4aab41be000000000000803f0000803f0000803f0000803f49a0083fd0c3ba3e267162be6e7952be000000000000803f0000803f0000803f0000803f34eb093fca4db53e50954ebe40af56be000000000000803f0000803f0000803f0000803f74c6063f2075b43e813640be56a55bbe000000000000803f0000803f0000803f0000803f5e7a043f9a3fb33e2c7d35be22a962be000000000000803f0000803f0000803f0000803f91b9023f6050b13eb4fc21bec87466be000000000000803f0000803f0000803f0000803f9848ff3eaa96b03e2acd1ebe5e0e5bbe000000000000803f0000803f0000803f0000803fe08efe3e3837b43e5c692ebea6ba6bbe000000000000803f0000803f0000803f0000803f0c84013f70a7ae3eb1b92cbec45d64be000000000000803f0000803f0000803f0000803fe356013fecfcb03e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.18810713, y: -0.2081821, z: 0} + m_Extent: {x: 0.03302762, y: 0.022022098, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1814028550 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_18 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 10 + localAABB: + m_Center: {x: -0.1732136, y: 0.17789271, z: 0} + m_Extent: {x: 0.061001994, y: 0.06272855, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020004000300010005000200050004000200000006000100060005000100000001000700020008000100080007000100030009000200090008000200 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 10 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 360 + _typelessdata: 0a1657be8ece753e000000000000803f0000803f0000803f0000803f623b903e58a2283f05df41beabc94a3e000000000000803f0000803f0000803f0000803fe184983e633b203f3a3a23bec6c41f3e000000000000803f0000803f0000803f0000803f417da43e6fd4173fa361fdbdf448f53d000000000000803f0000803f0000803f0000803ff0c2b23e2094103fd51e29be32dbeb3d000000000000803f0000803f0000803f0000803ff42fa23e67a80f3f9bda58be0257163e000000000000803f0000803f0000803f0000803f998a8f3efefc153f36d66fbed6524e3e000000000000803f0000803f0000803f0000803f5090863e2eec203f944c2abe6c65763e000000000000803f0000803f0000803f0000803f18baa13ed0bf283fc7a70bbece324a3e000000000000803f0000803f0000803f0000803f77b2ad3eec1d203f32cfe5bd4449193e000000000000803f0000803f0000803f0000803f8a5db73e5090163f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.1732136, y: 0.17789271, z: 0} + m_Extent: {x: 0.061001994, y: 0.06272855, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1814909413 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_92 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 24 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 10 + localAABB: + m_Center: {x: -0.19053632, y: -0.21212043, z: 0} + m_Extent: {x: 0.027205192, y: 0.019537285, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000002000100030001000200020004000300050003000400040006000500050006000700060008000700070008000900 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 10 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 360 + _typelessdata: 24b728beae376dbe000000000000803f0000803f0000803f0000803f7913143fa4e7973e474027be32bb5ebe000000000000803f0000803f0000803f0000803fd000143f2c979d3e765a36be527465be000000000000803f0000803f0000803f0000803f94d8163f6c879a3ef4cc33be9d6c57be000000000000803f0000803f0000803f0000803ff08d163fa211a03ec40a41be98495ebe000000000000803f0000803f0000803f0000803f6508193fe2019d3e467041be42a94fbe000000000000803f0000803f0000803f0000803f0a53193f68b1a23e275d4ebef24b57be000000000000803f0000803f0000803f0000803fd7ba1b3f04579f3efbf54fbeecb349be000000000000803f0000803f0000803f0000803f773d1c3f9896a43efe405cbe0ce252be000000000000803f0000803f0000803f0000803ff27f1e3feca6a03ea2f75ebe843445be000000000000803f0000803f0000803f0000803f8d3a1f3f7ce6a53e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.19053632, y: -0.21212043, z: 0} + m_Extent: {x: 0.027205192, y: 0.019537285, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1880211345 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_01 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 111 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 28 + localAABB: + m_Center: {x: 0.15541667, y: 0.2082291, z: 0} + m_Extent: {x: 0.011249997, y: 0.029479213, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0600050004000200080003000800070003000100090002000900080002000a000900010000000a0001000b0000000100010002000c0001000c000b0003000d0002000d000c0002000b000c000e000d000f000c000f000e000c000d0010000f00070006001100070011000300110006000400050014000400150012000400140015000400180016001700130018001700030011001900030019001a0003001a000d001a0010000d0010001a00160016001a0017001a0019001700040012001b0017001b0013001b001200130004001b00110011001b0019001b0017001900 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 28 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1008 + _typelessdata: 2ff9153ed4a3703e000000000000803f0000803f0000803f0000803f5655823e0080af3e20851b3ec0f5683e000000000000803f0000803f0000803f0000803f0080843e0080ac3eb4811e3efcff5f3e000000000000803f0000803f0000803f0000803faaaa853e0000a93e2a5c1f3e4044543e000000000000803f0000803f0000803f0000803f0000863eac6aa43e814e1b3ec4923f3e000000000000803f0000803f0000803f0000803faa6a843e54559c3e91c2153e78143e3e000000000000803f0000803f0000803f0000803f0040823e00c09b3e4e1b183eb41e453e000000000000803f0000803f0000803f0000803faa2a833e00809e3e632c193eaf814e3e000000000000803f0000803f0000803f0000803f5695833eaa2aa23e622c193e9699593e000000000000803f0000803f0000803f0000803f5695833e0080a63e9fd3163ef8c5623e000000000000803f0000803f0000803f0000803faaaa823e5415aa3e6da0133eea51683e000000000000803f0000803f0000803f0000803faa6a813e0040ac3e824e1b3ecf69733e000000000000803f0000803f0000803f0000803faa6a843e5695b03eaf47213e4a1b683e000000000000803f0000803f0000803f0000803f00c0863eaa2aac3e4444243e0c745a3e000000000000803f0000803f0000803f0000803fa8ea873e58d5a63e3533233ec5926f3e000000000000803f0000803f0000803f0000803f0080873e5415af3ec4f5283e82eb613e000000000000803f0000803f0000803f0000803f00c0893e00c0a93eaaaa2a3e92fc523e000000000000803f0000803f0000803f0000803fa86a8a3ea8eaa33ef7281e3ec8cc4a3e000000000000803f0000803f0000803f0000803f0088853e00b8a03eb0471f3e390a3f3e000000000000803f0000803f0000803f0000803f00f8853e00209c3e16ae213ed3a33e3e000000000000803f0000803f0000803f0000803f00e8863e00f89b3e295c153e360a373e000000000000803f0000803f0000803f0000803f0018823e0000993e90c21b3ed1a3393e000000000000803f0000803f0000803f0000803f0098843e00049a3e3e0a293ebff5483e000000000000803f0000803f0000803f0000803f00c8893e0000a03eb0cc223e88d2453e000000000000803f0000803f0000803f0000803ff457873e3ec69e3ee27a263ed4a3423e000000000000803f0000803f0000803f0000803f00c8883e00889d3e16ae213ef3284e3e000000000000803f0000803f0000803f0000803f00e8863e0008a23e6866243e6e3d503e000000000000803f0000803f0000803f0000803f00f8873e00d8a23e53b8203e7714443e000000000000803f0000803f0000803f0000803f0088863e00189e3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.15541667, y: 0.2082291, z: 0} + m_Extent: {x: 0.011249997, y: 0.029479213, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1892118676 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_08 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 48 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 14 + localAABB: + m_Center: {x: 0.00039518625, y: 0.046177983, z: 0} + m_Extent: {x: 0.066898555, y: 0.045576364, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 03000400020005000100020004000500020005000400060006000700050005000700010008000000010007000800010002000100090000000a0001000a000900010009000b0002000b00030002000c000b0009000c000d000b000b000d000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 14 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 504 + _typelessdata: 081e6cbbb4e9bb3d000000000000803f0000803f0000803f0000803f89a70f3fd279553f162e49bb0125833d000000000000803f0000803f0000803f0000803fd4c20f3f9dee4f3f124026bb9b91123d000000000000803f0000803f0000803f0000803f1ede0f3f1d484a3f245003bb2ab61d3a000000000000803f0000803f0000803f0000803f69f90f3fce3e433f2719223dd80f273c000000000000803f0000803f0000803f0000803f3a4a183f122a453f6fff143de151333d000000000000803f0000803f0000803f0000803f79a6173f80e14b3f4dd1893d09c52c3d000000000000803f0000803f0000803f0000803f70d51d3f9e8f4b3f662e173dd7e08b3d000000000000803f0000803f0000803f0000803fc4c1173ff5c8503f7d20e43c58a3b83d000000000000803f0000803f0000803f0000803fcbf1153ff427553fe1c211bd7d3c843d000000000000803f0000803f0000803f0000803ffc41093fe809503f3c7a02bded2db33d000000000000803f0000803f0000803f0000803f08010a3f7d9f543f01e136bd9162103d000000000000803f0000803f0000803f0000803f0372073fd22c4a3feb3288bdf9e2513d000000000000803f0000803f0000803f0000803f0413033f995f4d3fcd476bbdab90833c000000000000803f0000803f0000803f0000803ffce2043f4a56463f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.00039518625, y: 0.046177983, z: 0} + m_Extent: {x: 0.066898555, y: 0.045576364, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1895571703 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_76 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 198 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 43 + localAABB: + m_Center: {x: -0.00058074854, y: 0.10163082, z: 0} + m_Extent: {x: 0.05230987, y: 0.02610473, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0700080005000800090004000a000b0002000b000c0001000d000e0001000e000f0002000f00100003001000110004001100120005001400130006001200140006001500140012001500120011001000160011001600150011000e0017000f000f0017001000170016001000180017000e000d0018000e0018000d00190000001a000d001a0019000d001b001a0000000c001b000000130014001c001d001c00140015001d001400150016001e0015001e001d0017001f0016001f001e00160018002000170020001f00170021002000180019002100180019001a0022001900220021001b0023001a00230022001a0001000c0024000c0000002400240000000d00010024000d0002000b0025000b0001002500250001000e00020025000e0002000f0026000f0003002600260003000a00020026000a000400090027000900030027002700030010000400270010000400110028001100050028002800050008000400280008000700050029000600070029000600290012002900050012002a000a00030009002a000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 43 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1548 + _typelessdata: 6d5de0bc1046f23d000000000000803f0000803f0000803f0000803f704bd53eb051e13ef3a8b0bcc994e73d000000000000803f0000803f0000803f0000803fc09fd73e103bdf3e1b454dbc0697e03d000000000000803f0000803f0000803f0000803f103ddb3e80dddd3e4c3da8bae8f1de3d000000000000803f0000803f0000803f0000803f90bcdf3e408bdd3e0d80263cbe2de03d000000000000803f0000803f0000803f0000803fa050e43ef0c8dd3ef8a8b23c0ffee73d000000000000803f0000803f0000803f0000803f40f9e83ea04fdf3ed24ce73c7654f43d000000000000803f0000803f0000803f0000803f408beb3e80b8e13e9eb9ad3cd143f93d000000000000803f0000803f0000803f0000803f90bbe83e40afe23e648f543caa37f03d000000000000803f0000803f0000803f0000803f8070e53ee0eae03ec2c2183b4e48eb3d000000000000803f0000803f0000803f0000803fb02ee13e20f4df3e5d3db4bb96b1eb3d000000000000803f0000803f0000803f0000803fc00cde3eb008e03e44e16abc4429ee3d000000000000803f0000803f0000803f0000803f0084da3e1084e03efb7fa3bcbebdf43d000000000000803f0000803f0000803f0000803f4044d83e10cde13ec94ce5bc6ca5e23d000000000000803f0000803f0000803f0000803fc00dd53e5044de3e27fc97bc26f4d73d000000000000803f0000803f0000803f0000803f30d4d83eb02ddc3ed123d5bb0f6ed33d000000000000803f0000803f0000803f0000803ff0a5dd3e804bdb3e813dbc3b3832d23d000000000000803f0000803f0000803f0000803f408ce23ed00ddb3e68469d3c6c5dd83d000000000000803f0000803f0000803f0000803ff0ede73e4042dc3e6a86ef3c42e1e33d000000000000803f0000803f0000803f0000803f10f2eb3e0082de3eeca1013d1ccd023e000000000000803f0000803f0000803f0000803fd0e8ec3e2018e53e3f4a283d8a92ee3d000000000000803f0000803f0000803f0000803f40aff03ea098e03eafe7123d9ff8c93d000000000000803f0000803f0000803f0000803fa098ee3e9072d93e166e5e3c9549b83d000000000000803f0000803f0000803f0000803f30aee53e60fed53efe7f22bc82c3b33d000000000000803f0000803f0000803f0000803f6048dc3e301cd53eca4ce5bce719c03d000000000000803f0000803f0000803f0000803fc00dd53e1085d73e08672bbd8c02da3d000000000000803f0000803f0000803f0000803ff082cf3e8094dc3ef4981cbd1046f23d000000000000803f0000803f0000803f0000803f10f5d03eb051e13e390af9bc4dd8ff3d000000000000803f0000803f0000803f0000803f0017d43e40f8e33e3eda3c3d128a003e000000000000803f0000803f0000803f0000803f50b1f23ef035e43eebe1533dfb2fd93d000000000000803f0000803f0000803f0000803f10f1f43e606bdc3e6886ef3c807ba93d000000000000803f0000803f0000803f0000803f10f2eb3e201ad33e4d8f5a3b6dad9a3d000000000000803f0000803f0000803f0000803f8095e13ee035d03e0977bfbc6cf5a43d000000000000803f0000803f0000803f0000803fb0e6d63ef037d23e1e353abd78ecc03d000000000000803f0000803f0000803f0000803fd010ce3e30aed73ed6a358bd3a0af13d000000000000803f0000803f0000803f0000803f0018cb3e0014e13e8ed224bdd563023e000000000000803f0000803f0000803f0000803f7027d03e00efe43e7f0ec8bc42d3ec3d000000000000803f0000803f0000803f0000803f4b7bd63e4441e03ea13b87bc2eabe33d000000000000803f0000803f0000803f0000803f96a5d93e7077de3e0256d3bb5ab3df3d000000000000803f0000803f0000803f0000803f94abdd3e08b1dd3e3d74873b6487df3d000000000000803f0000803f0000803f0000803f4be7e13e74a8dd3eb6238a3c85ace43d000000000000803f0000803f0000803f0000803fbefee63eb2a9de3e9776ca3c3c92ed3d000000000000803f0000803f0000803f0000803fca22ea3e9266e03e286fb9baa97aeb3d000000000000803f0000803f0000803f0000803f21afdf3ef6fddf3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.00058074854, y: 0.10163082, z: 0} + m_Extent: {x: 0.05230987, y: 0.02610473, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1902826293 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_89 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 42 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 13 + localAABB: + m_Center: {x: -0.18725188, y: -0.20945542, z: 0} + m_Extent: {x: 0.0295282, y: 0.020934656, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0000020001000100020003000200040003000300040005000400060005000700050006000700080005000900030005000800090005000a000100030009000a0003000b0001000a000b000c0001000c0000000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 13 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 468 + _typelessdata: 4ea22abe60eb6bbe000000000000803f0000803f0000803f0000803f00a0023f5615bc3e9f0d2cbebe3b5bbe000000000000803f0000803f0000803f0000803fab0a033f0040c13e5e923bbe0e9369be000000000000803f0000803f0000803f0000803fab4a053faa6abc3ece183dbeb6bd56be000000000000803f0000803f0000803f0000803f00c0053f0040c23ef81c4dbe940861be000000000000803f0000803f0000803f0000803f0020083faaaabe3eeaf54dbe0adb4fbe000000000000803f0000803f0000803f0000803f5675083f0000c43e99fb5dbedaab56be000000000000803f0000803f0000803f0000803f00e00a3f0080c13e761c5cbe5ce544be000000000000803f0000803f0000803f0000803fabca0a3f5615c73ef2c64bbe960b41be000000000000803f0000803f0000803f0000803fab4a083faaaac83e82003fbeb8f548be000000000000803f0000803f0000803f0000803f5635063f0080c63eea8230be2c664fbe000000000000803f0000803f0000803f0000803f00e0033f56d5c43e518221bef82456be000000000000803f0000803f0000803f0000803f5675013f5615c33e570725be1c8b5ebe000000000000803f0000803f0000803f0000803f89e8013f2262c03e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.18725188, y: -0.20945542, z: 0} + m_Extent: {x: 0.0295282, y: 0.020934656, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1923562288 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_52 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 15 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 7 + localAABB: + m_Center: {x: 0.15292053, y: -0.281398, z: 0} + m_Extent: {x: 0.022217378, y: 0.008552611, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 010000000200020003000100030002000400050003000400050004000600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 7 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 252 + _typelessdata: 0cd7053e5c8290be000000000000803f0000803f0000803f000000007f952d3f20db6a3dac0d0d3e3c4e8dbe000000000000803f0000803f0000803f00000000c6c42c3f18818b3df296143e687494be000000000000803f0000803f0000803f00000000e247303fa8008b3d56011b3e07a48cbe000000000000803f0000803f0000803f0000000046762e3f8819a73d8c622c3e263f94be000000000000803f0000803f0000803f000000008d29323f3898a53d58252c3e64b28bbe000000000000803f0000803f0000803f00000000d437303f182dbd3d5a57333eac2c93be000000000000803f0000803f0000803f000000000dba323f502bbb3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.15292053, y: -0.281398, z: 0} + m_Extent: {x: 0.022217378, y: 0.008552611, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1942524313 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_06 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 12 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 6 + localAABB: + m_Center: {x: -0.06625776, y: 0.2809561, z: 0} + m_Extent: {x: 0.020723332, y: 0.010627434, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 020001000000010002000300040003000200030004000500 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 6 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 216 + _typelessdata: 2423b2bd324e8f3e000000000000803f0000803f0000803f0000803f88d4fc3d1635cf3e878c9ebd704a953e000000000000803f0000803f0000803f0000803f1811063e26e2d33ee7f092bd714f8d3e000000000000803f0000803f0000803f0000803fe4990a3e10a6cd3e547377bdf491923e000000000000803f0000803f0000803f0000803f78ab133e08c2d13e426e5abd85688a3e000000000000803f0000803f0000803f0000803f7456193eaa61cb3e4e823abd76d98f3e000000000000803f0000803f0000803f0000803f8c921f3ee8a1cf3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.06625776, y: 0.2809561, z: 0} + m_Extent: {x: 0.020723332, y: 0.010627434, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &1974235658 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_86 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 147 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 34 + localAABB: + m_Center: {x: -0.14886025, y: -0.13546878, z: 0} + m_Extent: {x: 0.082888, y: 0.09281939, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200030002000100030001000400050003000400050004000600070005000600070006000800090007000800090008000a000b0009000a000c00070009000b000c0009000e000c000b000d000e000b000f000e000d000e000f0010000f001100100013001000110012001300110014000e00100013001400100013001500140016001500130012001600130016001700150017001800150017001900180019001a0018001b001a0019001c0002001a001b001c001a001d001c001b001d001e001c001c001e0002001e0000000200150018001f0015001f0014001f0007000c0007001f00050018001a002000200003000500200005001f00180020001f0020001a0002000300200002000c000e0021000e0014002100210014001f000c0021001f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 34 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1224 + _typelessdata: 761c87bdcf3f9ebd000000000000803f0000803f0000803f0000803f005bfa3e1aa9a93e026aa0bd4028e0bd000000000000803f0000803f0000803f0000803f7286fd3e46189f3e06f0babd381eb4bd000000000000803f0000803f0000803f0000803f4916013f44a5a53ec2a1d3bd3cefedbd000000000000803f0000803f0000803f0000803f03ac023f04599c3eb44fb9bde0550ebe000000000000803f0000803f0000803f0000803ff358003fd25f953e496ef2bd886418be000000000000803f0000803f0000803f0000803feead043f1492913e479dd2bd1e4a2fbe000000000000803f0000803f0000803f0000803facee013ffcce8a3ec02904be64ba34be000000000000803f0000803f0000803f0000803f8f0d063fec7b883ef934ebbd04864bbe000000000000803f0000803f0000803f0000803f6684033fd4b8813ed4210ebe85114dbe000000000000803f0000803f0000803f0000803f2452073f58aa803e400309be462763be000000000000803f0000803f0000803f0000803fa843063f80ce733e6db723beb09166be000000000000803f0000803f0000803f0000803f8b620a3ff46c703e088828be2e704cbe000000000000803f0000803f0000803f0000803f06710b3f283e803ef94c38be60c469be000000000000803f0000803f0000803f0000803ffe8d0d3f98776d3e4f4341be2cae50be000000000000803f0000803f0000803f0000803fc43e0f3f90ae7c3ef6da57bef18a5cbe000000000000803f0000803f0000803f0000803f50a0123fb43a743e0afc54be486a48be000000000000803f0000803f0000803f0000803f376a123f4074803e6a4f6dbe3c4347be000000000000803f0000803f0000803f0000803ff537163f283e803ef3ab6abe2c3324be000000000000803f0000803f0000803f0000803ff537163f2e3b8b3e0cbb53bedabd2ebe000000000000803f0000803f0000803f0000803f4385123fec7b883e77d041be52f93cbe000000000000803f0000803f0000803f0000803fea8f0f3f1678843e44c445be686117be000000000000803f0000803f0000803f0000803f659e103f6817903e348e5cbee4d00abe000000000000803f0000803f0000803f0000803f1751143ff278933e36a04bbeb234f2bd000000000000803f0000803f0000803f0000803ffae2113fa863993ed0612abec0c8f1bd000000000000803f0000803f0000803f0000803f9bb50c3f0c3c9a3e765634befcf7b5bd000000000000803f0000803f0000803f0000803f7a9c0e3f3452a33eab7b16bea62eabbd000000000000803f0000803f0000803f0000803f59f6093f44a5a53e125224be9e1f84bd000000000000803f0000803f0000803f0000803f6a490c3fe259ab3eb0de0dbed08a79bd000000000000803f0000803f0000803f0000803f872a083f5c68ac3e8c310ebe1eb12ebd000000000000803f0000803f0000803f0000803f0239093f5cf5b23e4889d9bd0a496cbd000000000000803f0000803f0000803f0000803f8bd5033f86f1ae3ec6af1fbef1fd1ebe000000000000803f0000803f0000803f0000803fa4980a3fba9c8e3e000906be49fae6bd000000000000803f0000803f0000803f0000803f0b1c073f34c59c3e265237be6a6443be000000000000803f0000803f0000803f0000803f18da0d3f0ab7823e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.14886025, y: -0.13546878, z: 0} + m_Extent: {x: 0.082888, y: 0.09281939, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2068003505 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_07 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 120 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 30 + localAABB: + m_Center: {x: -0.15804687, y: 0.2084375, z: 0} + m_Extent: {x: 0.009921871, y: 0.028593756, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 07000600050004000800050008000700050003000900040009000800040002000a0003000a000900030001000b0002000b000a00020000000c0001000c000b00010001000e0000000e000d00000002000f0001000f000e00010003001000020010000f0002000400110003001100100003000500120004001200110004000600130005001300120005001400130006000600160014001600150014001500170014001800130014001700180014001900120013001800190013001a001100120019001a0012001b00100011001a001b0011001c000f0010001b001c0010001d000d000e001d000e000f001c001d000f00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 30 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 1080 + _typelessdata: 99991dbe52b8723e000000000000803f0000803f0000803f0000803f08804b3d0050b33e84eb21bea4706d3e000000000000803f0000803f0000803f0000803f00003e3d0040b13ead4725bec2f5643e000000000000803f0000803f0000803f0000803ff87f333d00f0ad3e5b8f26be285c5b3e000000000000803f0000803f0000803f0000803f00802f3d0030aa3e323327be84eb513e000000000000803f0000803f0000803f0000803f08802d3d0080a63e7a1426be8fc2493e000000000000803f0000803f0000803f0000803ff8ff303d0050a33e13ae23be3e0a3f3e000000000000803f0000803f0000803f0000803ff87f383d00209f3e50b82abef628443e000000000000803f0000803f0000803f0000803f0080223d0020a13effff2bbec2f54c3e000000000000803f0000803f0000803f0000803f08801e3d0090a43e0ad72bbe5c8f563e000000000000803f0000803f0000803f0000803f00001f3d0050a83e5c8f2abeb81e613e000000000000803f0000803f0000803f0000803f0000233d0070ac3eea5128beffff6b3e000000000000803f0000803f0000803f0000803f00002a3d00b0b03e47e122be6f3d723e000000000000803f0000803f0000803f0000803ff8ff3a3d0020b33ec2f518be46e16e3e000000000000803f0000803f0000803f0000803f00005a3d00d0b13ee07a1cbe46e16a3e000000000000803f0000803f0000803f0000803ff8ff4e3d0040b03effff1fbea270653e000000000000803f0000803f0000803f0000803f0800443d0020ae3eb81e21be8ec25d3e000000000000803f0000803f0000803f0000803f0080403d0020ab3ea27021be9a99553e000000000000803f0000803f0000803f0000803f00803f3d00f0a73eb71e21be9a994d3e000000000000803f0000803f0000803f0000803f0080403d00d0a43e14ae1fbeae47453e000000000000803f0000803f0000803f0000803ff8ff443d0090a13ec2f51cbe703d3e3e000000000000803f0000803f0000803f0000803f00804d3d00d09e3e14ae17bef528383e000000000000803f0000803f0000803f0000803ff8ff5d3d00709c3e51b81ebeeb51383e000000000000803f0000803f0000803f0000803f0000483d00809c3eea5118be7a143e3e000000000000803f0000803f0000803f0000803f00005c3d00c09e3e703d1abe47e1423e000000000000803f0000803f0000803f0000803f0000563d00a0a03ef5281cbe65664a3e000000000000803f0000803f0000803f0000803f0000503d0090a33eb71e1dbe703d523e000000000000803f0000803f0000803f0000803f00004d3d00a0a63ee07a1cbe9899593e000000000000803f0000803f0000803f0000803ff8ff4e3d0080a93e14ae1bbed6a3603e000000000000803f0000803f0000803f0000803ff87f513d0040ac3ea27019be8ec2653e000000000000803f0000803f0000803f0000803f0080583d0040ae3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.15804687, y: 0.2084375, z: 0} + m_Extent: {x: 0.009921871, y: 0.028593756, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2076888102 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_47 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 66 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 19 + localAABB: + m_Center: {x: 0.08093752, y: 0.24671867, z: 0} + m_Extent: {x: 0.008327946, y: 0.010317802, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000200030004000000010003000400010001000000050006000200010005000600010008000900070009000a00070007000a0000000a000b000c000a000c0000000c00050000000b000d000c000d0005000c0004000e00000010000f000e00040010000e000f0011000e000e0011000000110007000000120008000700110012000700 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 19 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 684 + _typelessdata: 0428a53d56787d3e000000000000803f0000803f0000803f00000000ff9fa93e0090093f0428a53d1ed9803e000000000000803f0000803f0000803f00000000ff9fa93e00500b3f758da43d499a833e000000000000803f0000803f0000803f000000000060a93e00980d3fb86b9f3df4c0813e000000000000803f0000803f0000803f000000000040a73e00100c3f86aa9e3d40cf7f3e000000000000803f0000803f0000803f0000000000f0a63e00880a3f82a5ab3d440e803e000000000000803f0000803f0000803f000000000150ac3e00a80a3fd5d5a93d8e21823e000000000000803f0000803f0000803f000000000090ab3e00600c3f4b75a53d3d7d783e000000000000803f0000803f0000803f0000000000c0a93e0080073fc683a63d1213723e000000000000803f0000803f0000803f000000000030aa3e00d8043f4fe4aa3da639763e000000000000803f0000803f0000803f000000000100ac3e0090063f2f75ad3d6478793e000000000000803f0000803f0000803f00000000ff0fad3e00e8073fd0d0b63dfdbb7b3e000000000000803f0000803f0000803f0000000000f0b03e00d8083f2e75ad3d961c7c3e000000000000803f0000803f0000803f00000000ff0fad3e0000093fa449b23d2d607e3e000000000000803f0000803f0000803f000000000010af3e00f0093f68759d3ddc697c3e000000000000803f0000803f0000803f000000000070a63e0020093f54b4943d941c7c3e000000000000803f0000803f0000803f0000000000d0a23e0000093f58239a3dcf867e3e000000000000803f0000803f0000803f000000000010a53e00000a3f86aa9e3d6478793e000000000000803f0000803f0000803f0000000000f0a63e00e8073f0762a13d69b2753e000000000000803f0000803f0000803f00000000ff0fa83e0058063f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.08093752, y: 0.24671867, z: 0} + m_Extent: {x: 0.008327946, y: 0.010317802, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2096741120 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_29 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 108 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 26 + localAABB: + m_Center: {x: -0.111468285, y: 0.25185233, z: 0} + m_Extent: {x: 0.076566085, y: 0.066397205, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 0500060007000800040005000700080005000900030004000800090004000a000200030009000a0003000b00010002000a000b0002000b000c0001000c00000001000c000d0000000e000d000c0006001300140007000600140014001300120010000f00150015000a0009000b000a0016000f001600150016000a00150016000f000e000e000c0017000c000b0017000e001700160017000b001600110010001800180010001500090018001500180009000800120011001900190011001800080019001800190008000700190007001400120019001400 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 26 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 936 + _typelessdata: 66461bbee117403e000000000000803f0000803f0000803f0000803ff8c31a3d5489b03e844e21be148b503e000000000000803f0000803f0000803f0000803fa8ea073d56f6b63e68461bbe6406673e000000000000803f0000803f0000803f0000803ff8c31a3d80bebf3e182e09be2eb37f3e000000000000803f0000803f0000803f0000803f0050533d0062c93ea002e1bdcd86873e000000000000803f0000803f0000803f0000803f0836903d5461cf3e6c90aebdb8e5883e000000000000803f0000803f0000803f0000803f549fb73d8073d03e2e146bbde369833e000000000000803f0000803f0000803f0000803fb02ce43dd62acc3ea0fc85bda9a78e3e000000000000803f0000803f0000803f0000803fb852d73d00f3d43ea64dc2bd3d7a8f3e000000000000803f0000803f0000803f0000803f5033a83d8097d53e3cb203befc2b893e000000000000803f0000803f0000803f0000803fa072643d54aad03e3ceb1cbecedc7b3e000000000000803f0000803f0000803f0000803ff09f153d2ce2c73eae2c2bbe98595f3e000000000000803f0000803f0000803f0000803f4025d23cd6bebc3e605527be51ad463e000000000000803f0000803f0000803f0000803fb022ea3c541bb33e7f122abef2e73d3e000000000000803f0000803f0000803f0000803f0000d93c00aeaf3e158c40bebc09563e000000000000803f0000803f0000803f0000803f60fa183cac1ab93e865c3ebeb56a833e000000000000803f0000803f0000803f0000803f7065343cd62acc3e315e1cbe5459993e000000000000803f0000803f0000803f0000803fa056173d804ddd3efb12cbbd9af1a23e000000000000803f0000803f0000803f0000803fac58a13daacce43e5fa671bdc4d49e3e000000000000803f0000803f0000803f0000803fac9ae13d2c96e13e9bf50ebda74c903e000000000000803f0000803f0000803f0000803f5614043e003cd63ec68759bd7a028d3e000000000000803f0000803f0000803f0000803f5407eb3d00aad33ea7d921befafe893e000000000000803f0000803f0000803f0000803f0034063dd44ed13e84a630be46ce6f3e000000000000803f0000803f0000803f0000803f00e0af3cd42bc33e250f31bee6fe563e000000000000803f0000803f0000803f0000803fe04dad3ca07ab93e2e81fabd2278963e000000000000803f0000803f0000803f0000803f0095783dc00ddb3e27a198bdb3ef983e000000000000803f0000803f0000803f0000803ff8c1c83d40fbdc3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.111468285, y: 0.25185233, z: 0} + m_Extent: {x: 0.076566085, y: 0.066397205, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2098970164 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD1_12 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 39 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 15 + localAABB: + m_Center: {x: -0.11814169, y: 0.3288412, z: 0} + m_Extent: {x: 0.066280924, y: 0.027406648, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000000020002000300010003000200040005000300040004000600050007000500060006000800070007000800090008000a00090009000a000b000a000c000b000b000c000d000e000d000c00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 15 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 540 + _typelessdata: a5413bbea2559a3e000000000000803f0000803f0000803f0000803fa0a58d3cf012e23e48d93cbea4e4a23e000000000000803f0000803f0000803f0000803fd0b1833ca8c2e83e8c892abe6d829f3e000000000000803f0000803f0000803f0000803f4024f63cec1de63e48bb2bbef241aa3e000000000000803f0000803f0000803f0000803f50adee3c8883ee3e8d6b19be0b7ba53e000000000000803f0000803f0000803f0000803fe08f303d28c8ea3ea60519beb1a1af3e000000000000803f0000803f0000803f0000803f50ce313d54b6f23ebd8107be3610a93e000000000000803f0000803f0000803f0000803f908a683dac94ed3e93ec03bebacfb33e000000000000803f0000803f0000803f0000803fb0bc733d48faf53e67cce8bdb640ab3e000000000000803f0000803f0000803f0000803f4c20923d904aef3e1fe0d8bd42cdb53e000000000000803f0000803f0000803f0000803fe8909e3d5c88f73e62d3b9bd7a3fac3e000000000000803f0000803f0000803f0000803fe0d2b63d9a11f03e06eca5bd1f66b63e000000000000803f0000803f0000803f0000803f9c5fc63dc8fff73e096d90bd92d9ab3e000000000000803f0000803f0000803f0000803fd42ad73dfcc1ef3e60915fbd9768b43e000000000000803f0000803f0000803f0000803f44abf03db671f63ef46b54bdf341aa3e000000000000803f0000803f0000803f0000803fe005f53d8883ee3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.11814169, y: 0.3288412, z: 0} + m_Extent: {x: 0.066280924, y: 0.027406648, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2142821759 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_55 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 57 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 21 + localAABB: + m_Center: {x: 0.19202054, y: -0.2090089, z: 0} + m_Extent: {x: 0.08572284, y: 0.06573531, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000000020005000400030005000600040006000500070007000800060008000700090009000a0008000a0009000b000b000c000a000c000b000d000d000e000c000e000d000f0010000e000f0010000f001100100011001200130000000100140001000200140002000300040014000300 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 21 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 756 + _typelessdata: 7efc843ea93e1fbe000000000000803f0000803f0000803f0000000089282c3fc0bb213d61348e3e8ea81fbe000000000000803f0000803f0000803f0000000011b1293f0000063d551d893e59fc2ebe000000000000803f0000803f0000803f0000000077172a3f40443a3de03d843ee7ce40be000000000000803f0000803f0000803f00000000ef8e293f0000663d358f863efe9e4fbe000000000000803f0000803f0000803f000000008928273f2022853d0762783e246d54be000000000000803f0000803f0000803f0000000022c2293f9899943d61ef773ed24369be000000000000803f0000803f0000803f0000000011b1273fc0bbae3d32ae613e340f66be000000000000803f0000803f0000803f0000000077172b3fd0ccb73d18aa5e3ed09b7cbe000000000000803f0000803f0000803f000000008928293f6866d13d256e4d3ecf3576be000000000000803f0000803f0000803f000000009a392c3f3033d63d9d3f483e6aae84be000000000000803f0000803f0000803f0000000033d32a3fa8aaed3d63a9373ee1337fbe000000000000803f0000803f0000803f0000000089282e3f3033ee3d4c55333edcf688be000000000000803f0000803f0000803f0000000022c22c3f54d5023e40dc233eb95984be000000000000803f0000803f0000803f0000000055f52f3f9819033e26fa193e46ab8cbe000000000000803f0000803f0000803f000000009a392f3fac2a103e743f0d3ed69586be000000000000803f0000803f0000803f0000000000a0323f98190b3ea203003ea9cf8bbe000000000000803f0000803f0000803f0000000011b1323f34b3183ec4c9f83d8f3985be000000000000803f0000803f0000803f00000000cd6c353f68e60f3e9ab2d93d664784be000000000000803f0000803f0000803f0000000000a0373fbc3b153ece8e873e50b612be000000000000803f0000803f0000803f0000000000a02c3f2022ee3c5616873e817d3fbe000000000000803f0000803f0000803f000000009a39273f40443a3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.19202054, y: -0.2090089, z: 0} + m_Extent: {x: 0.08572284, y: 0.06573531, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2143643941 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_01 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 279 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 57 + localAABB: + m_Center: {x: -0.0025598034, y: 0.3155444, z: 0} + m_Extent: {x: 0.23735228, y: 0.21847655, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 01000000130014000200010013001400010014001500020015000300020015001600030016000400030016001700040017000500040017001800050018000600050019000700060018001900060019001a0007001a00080007001a001b0008001b00090008001b001c0009001c000a0009001c001d000a001d000b000a001d001e000b001e000c000b001e001f000c001f000d000c001f0020000d0020000e000d00200021000e0021000f000e00220010000f00210022000f0022002300100023001100100023002400110024001200110012002400250012002500000025001300000026001300250026002500240027001400130026002700130028001600150028001500140027002800140022002900230023002900240029002600240029002a0026002a00270026002a002b0027002b00280027002b002c00280028002c0016002c001700160021002d0022002d00290022002d002e0029002e002a0029002f002b002a002e002f002a0030002c002b002f0030002b00190018003100300031002c002c003100170031001800170020001f00320032002e002d0032002d00210020003200210033002f002e00320033002e00340030002f00330034002f001a00190035001a0035001b00340035003000300035003100350019003100330032003600360032001f001e0036001f00340033003700370033003600370036001e001d0037001e0037001d001c003500340038003800340037001c003800370038001c001b00350038001b00 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 57 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 2052 + _typelessdata: 39aa89bd99b5083f000000000000803f0000803f0000803f0000803fe6b14e3f9a7ceb3e2b7bc03b99b5083f000000000000803f0000803f0000803f0000803fcd635a3f9a7ceb3ebf5ea33d66ae073f000000000000803f0000803f0000803f0000803f9a36663f9a33ea3ee25a1d3eff7b003f000000000000803f0000803f0000803f0000803f6609723f9a34e13ececc603ea230dd3e000000000000803f0000803f0000803f0000803f33937c3f00d8ca3e716d703ee05ab73e000000000000803f0000803f0000803f0000803f4d047f3f6632b33e716d703e1c85913e000000000000803f0000803f0000803f0000803f4d047f3fcc8c9b3e706d703eb45e573e000000000000803f0000803f0000803f0000803f4d047f3f34e7833ed7133f3e2eb30b3e000000000000803f0000803f0000803f0000803f4d4e773f3483583ea2d0e63dd9bacb3d000000000000803f0000803f0000803f0000803f807b6b3f98dd403e38f31e3d83cbc63d000000000000803f0000803f0000803f0000803fb3a85f3fcc523f3ee0ba0fbd84cbc63d000000000000803f0000803f0000803f0000803fe6d5533fcc523f3e7c34dfbd4d78df3d000000000000803f0000803f0000803f0000803f1a03483fcc08473ec3453bbe149e1e3e000000000000803f0000803f0000803f0000803f4d303c3f0056643ed63373be98496a3e000000000000803f0000803f0000803f0000803f1a73333f9ad0893e84ab75be8ffa9a3e000000000000803f0000803f0000803f0000803f6610333f3476a13e83ab75be51d0c03e000000000000803f0000803f0000803f0000803f6610333fcc1bb93e08875abe13a6e63e000000000000803f0000803f0000803f0000803f1a4e373f66c1d03ea08010be09bf023f000000000000803f0000803f0000803f0000803f1adf423f6608e43ef644fbbcff7b003f000000000000803f0000803f0000803f0000803fda8a543f9a34e13e76662f3d5b47003f000000000000803f0000803f0000803f0000803f334d603fccf2e03e420aef3d32b7f73e000000000000803f0000803f0000803f0000803f00206c3f1a6cdb3e06642b3e5f75e53e000000000000803f0000803f0000803f0000803fd33a743ff602d03ecd3c4c3ec045ca3e000000000000803f0000803f0000803f0000803fb35c793f3405bf3e7095513efe6fa43e000000000000803f0000803f0000803f0000803f8d327a3f9a5fa73ec61d4f3e76347d3e000000000000803f0000803f0000803f0000803fdacf793f00ba8f3ec6523c3edbf4373e000000000000803f0000803f0000803f0000803f22e0763f402c743edcae133e1399143e000000000000803f0000803f0000803f0000803f8686703fe0125e3e1f259b3dfd87053e000000000000803f0000803f0000803f0000803f1a92653f34a8543e4086f33ac03d023e000000000000803f0000803f0000803f0000803f4dbf593fcc99523ef28893bd791c0c3e000000000000803f0000803f0000803f0000803f80ec4d3f00c5583e66e810bef334243e000000000000803f0000803f0000803f0000803fe3ce423f4cd4673e0aaa3ebe1ef34d3e000000000000803f0000803f0000803f0000803fa2a83b3f94f5803ead9755beae0f883e000000000000803f0000803f0000803f0000803f8013383f66a3953ec11d5abe71e5ad3e000000000000803f0000803f0000803f0000803f8d5e373f0049ad3e1d7d4abe32bbd33e000000000000803f0000803f0000803f0000803fa6cf393f9aeec43e207b24bee2feeb3e000000000000803f0000803f0000803f0000803ff6bf3f3fe818d43ebd55d5bdb66afb3e000000000000803f0000803f0000803f0000803f80c8483f4cbcdd3e48539fbdf7cce13e000000000000803f0000803f0000803f0000803fb2004d3fb4b9cd3ef0fa263b1aa2e03e000000000000803f0000803f0000803f0000803f90db593feafecc3e78a2a73d942ae03e000000000000803f0000803f0000803f0000803fe48b663f38b4cc3e836d07befa94c13e000000000000803f0000803f0000803f0000803f164a443fb696b93e5b662abd1c35c03e000000000000803f0000803f0000803f0000803f33cb523fccbab83ef5a1263d3a19c03e000000000000803f0000803f0000803f0000803f86f55f3f5ea9b83e91c0f73de088c23e000000000000803f0000803f0000803f0000803f3ece6c3f262fba3e54471cbea8019d3e000000000000803f0000803f0000803f0000803f0e08413fa2baa23e17bca8bd966f9e3e000000000000803f0000803f0000803f0000803f81444c3f589fa33e8087d1b9d1b19e3e000000000000803f0000803f0000803f0000803fd462593fbcc8a33ebd4fa53ddd5a9e3e000000000000803f0000803f0000803f0000803f6e5d663f6492a33e567f1f3e73dba03e000000000000803f0000803f0000803f0000803f185f723fc422a53ea5e301be351d763e000000000000803f0000803f0000803f0000803fa127453fba828d3e8c6526bd9f227c3e000000000000803f0000803f0000803f0000803f3cf3523f6c648f3e3230273d9b017a3e000000000000803f0000803f0000803f0000803f14fb5f3f1aba8e3ecc83013effe16d3e000000000000803f0000803f0000803f0000803fccaf6d3f3af08a3e45a19bbde47f453e000000000000803f0000803f0000803f0000803f9a4a4d3f24a37c3ef85e8b3a3cee383e000000000000803f0000803f0000803f0000803fc19e593f1cc8743e04109f3d62fd3e3e000000000000803f0000803f0000803f0000803f74e0653f9091783e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: -0.0025598034, y: 0.3155444, z: 0} + m_Extent: {x: 0.23735228, y: 0.21847655, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!43 &2145569567 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: D_PSD_10 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 66 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 19 + localAABB: + m_Center: {x: 0.30330276, y: -0.29077908, z: 0} + m_Extent: {x: 0.028784439, y: 0.088337034, z: 0} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 06000500070004000800050008000700050003000900040009000800040002000a0003000a000900030001000b0002000b000a0002000c000000010002000d0001000d000c00010003000e0002000e000d00020004000f0003000f000e00030005001000040010000f00040006001100050011001000050000001200010012000b000100 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 19 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 12 + format: 0 + dimension: 4 + - stream: 0 + offset: 28 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 684 + _typelessdata: acd49c3e821bc2be000000000000803f0000803f0000803f000000006a026c3fc0959d3d0c349f3e4616b5be000000000000803f0000803f0000803f0000000027986c3ff056be3df51fa03e8433a5be000000000000803f0000803f0000803f000000001bb16c3ff81ce63d1e539e3e970693be000000000000803f0000803f0000803f0000000076e96b3f48ac093e7df5993efc9f82be000000000000803f0000803f0000803f000000002a5a6a3f20f31d3e6326953e3e486bbe000000000000803f0000803f0000803f00000000e9b1683fe8ef2d3eb0818e3ef84c4fbe000000000000803f0000803f0000803f00000000ed73663f28183f3e6dbc9a3ef5b95cbe000000000000803f0000803f0000803f000000002a5a6a3fac4b373e5d37a03e8a3f74be000000000000803f0000803f0000803f0000000054346c3f30de283eeb20a63e7ee58abe000000000000803f0000803f0000803f0000000067406e3f8433143e1733a93e0d7f9cbe000000000000803f0000803f0000803f00000000e06b6f3fc8bafc3d5507aa3e3292afbe000000000000803f0000803f0000803f00000000a7e86f3f4028cd3d2053953ec753babe000000000000803f0000803f0000803f000000008492693f484db03db709973ecd37aebe000000000000803f0000803f0000803f0000000057f6693f90b7ce3d08af973e92629dbe000000000000803f0000803f0000803f0000000057f6693f88d4f83d8657933e605c8cbe000000000000803f0000803f0000803f000000000b67683fc078113e52908f3e96d679be000000000000803f0000803f0000803f00000000a909673f2094243eaa8d8c3e30c163be000000000000803f0000803f0000803f0000000025f7653ff839323e6ed0a93e7c4cbdbe000000000000803f0000803f0000803f000000009c01703fc0d7aa3d + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.30330276, y: -0.29077908, z: 0} + m_Extent: {x: 0.028784439, y: 0.088337034, z: 0} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: diff --git a/Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity.meta b/Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity.meta new file mode 100644 index 00000000..678bd15b --- /dev/null +++ b/Assets/Live2D/Cubism/Samples/HarmonicMotion/HarmonicMotion.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 822097cf6f300b94396a6655ecc391e7 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Live2D/Cubism/Samples/Models/Clipping/Clipping.prefab b/Assets/Live2D/Cubism/Samples/Models/Clipping/Clipping.prefab index fd7ff7d5..0d97dabf 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Clipping/Clipping.prefab +++ b/Assets/Live2D/Cubism/Samples/Models/Clipping/Clipping.prefab @@ -37,6 +37,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4261233693301074} - {fileID: 4659344546282910} @@ -171,10 +172,11 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: ExpressionsList: {fileID: 0} + UseLegacyBlendCalculation: 0 CurrentExpressionIndex: -1 --- !u!95 &95152701801533134 Animator: - serializedVersion: 3 + serializedVersion: 5 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -187,10 +189,12 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!114 &1654749853298520810 MonoBehaviour: m_ObjectHideFlags: 0 @@ -231,6 +235,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4261233693301074} m_RootOrder: 1 @@ -275,6 +280,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410307293336614} m_RootOrder: 1 @@ -305,6 +311,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4127546177616060} - {fileID: 4185232825676816} @@ -342,6 +349,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4634437558812980} m_RootOrder: 0 @@ -378,6 +386,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -462,6 +471,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4634437558812980} m_RootOrder: 1 @@ -498,6 +508,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -578,6 +589,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4960371311875274} - {fileID: 4274152455184796} @@ -611,6 +623,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4261233693301074} m_RootOrder: 0 @@ -659,6 +672,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4634437558812980} m_RootOrder: 2 @@ -695,6 +709,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Koharu/Koharu.prefab b/Assets/Live2D/Cubism/Samples/Models/Koharu/Koharu.prefab index 050af2ed..42f24f73 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Koharu/Koharu.prefab +++ b/Assets/Live2D/Cubism/Samples/Models/Koharu/Koharu.prefab @@ -28,6 +28,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 6 @@ -59,8 +60,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114198578475729602} - - {fileID: 114992086858021264} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -95,6 +97,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 40 @@ -131,6 +134,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -215,6 +219,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00040999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 65 @@ -251,6 +256,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -335,6 +341,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 18 @@ -371,6 +378,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -455,6 +463,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 1 @@ -491,6 +500,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -575,6 +585,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 71 @@ -611,6 +622,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -695,6 +707,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 13 @@ -731,6 +744,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -815,6 +829,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 31 @@ -851,6 +866,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -932,6 +948,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 17 @@ -980,6 +997,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 3 @@ -1016,6 +1034,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1100,6 +1119,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00017} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 27 @@ -1136,6 +1156,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1220,6 +1241,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 49 @@ -1256,6 +1278,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1340,6 +1363,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00067} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 89 @@ -1376,6 +1400,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1460,6 +1485,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 2 @@ -1496,6 +1522,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1577,6 +1604,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 21 @@ -1622,6 +1650,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 43 @@ -1667,6 +1696,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 31 @@ -1713,6 +1743,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 8 @@ -1744,8 +1775,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114274293519482946} - - {fileID: 114509606181190980} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -1787,6 +1819,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4755221934035630} - {fileID: 4532896675950048} @@ -1922,10 +1955,11 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: ExpressionsList: {fileID: 0} + UseLegacyBlendCalculation: 0 CurrentExpressionIndex: -1 --- !u!95 &95528647228267506 Animator: - serializedVersion: 3 + serializedVersion: 5 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -1938,10 +1972,12 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!114 &4908899584090055642 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1983,6 +2019,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 5 @@ -2040,6 +2077,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 8 @@ -2086,6 +2124,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 3 @@ -2117,22 +2156,23 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114293125614850540} - - {fileID: 114204289183692314} - - {fileID: 114441998007479242} - - {fileID: 114728851513572960} - - {fileID: 114600537741386184} - - {fileID: 114841039457645980} - - {fileID: 114825009430447564} - - {fileID: 114477290715407254} - - {fileID: 114588700883175252} - - {fileID: 114626699445421958} - - {fileID: 114265541185734162} - - {fileID: 114315968703085020} - - {fileID: 114242525945858506} - - {fileID: 114811415384127368} - - {fileID: 114609570074903000} - - {fileID: 114464921648752150} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -2164,6 +2204,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 25 @@ -2212,6 +2253,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 12 @@ -2248,6 +2290,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2332,6 +2375,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00039} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 64 @@ -2368,6 +2412,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2452,6 +2497,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00086} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 67 @@ -2488,6 +2534,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2569,6 +2616,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 48 @@ -2617,6 +2665,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00006} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 37 @@ -2653,6 +2702,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2737,6 +2787,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 48 @@ -2773,6 +2824,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2857,6 +2909,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 70 @@ -2893,6 +2946,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2977,6 +3031,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00074} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 76 @@ -3013,6 +3068,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3097,6 +3153,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00036} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 86 @@ -3133,6 +3190,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3214,6 +3272,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 15 @@ -3262,6 +3321,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 50 @@ -3298,6 +3358,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3379,6 +3440,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 11 @@ -3427,6 +3489,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 59 @@ -3463,6 +3526,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3547,6 +3611,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 81 @@ -3583,6 +3648,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3667,6 +3733,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 44 @@ -3703,6 +3770,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3784,6 +3852,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 42 @@ -3832,6 +3901,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00047} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 56 @@ -3868,6 +3938,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3952,6 +4023,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00031} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 0 @@ -3988,6 +4060,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4070,6 +4143,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 0 @@ -4101,6 +4175,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4132,6 +4207,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 51 @@ -4180,6 +4256,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00071} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 85 @@ -4216,6 +4293,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4300,6 +4378,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 22 @@ -4336,6 +4415,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4420,6 +4500,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 75 @@ -4456,6 +4537,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4538,6 +4620,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 7 @@ -4569,8 +4652,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114757442781226344} - - {fileID: 114355363458674434} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4605,6 +4689,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 54 @@ -4641,6 +4726,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4723,6 +4809,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 10 @@ -4754,11 +4841,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114976446386631366} - - {fileID: 114106668624715414} - - {fileID: 114992866996873596} - - {fileID: 114370054670294050} - - {fileID: 114320530333345206} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4793,6 +4881,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00026} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 17 @@ -4829,6 +4918,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4913,6 +5003,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 77 @@ -4949,6 +5040,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5030,6 +5122,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 50 @@ -5076,6 +5169,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 3 @@ -5136,6 +5230,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 6 @@ -5172,6 +5267,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5256,6 +5352,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 74 @@ -5292,6 +5389,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5376,6 +5474,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00057} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 11 @@ -5412,6 +5511,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5496,6 +5596,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00022999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 20 @@ -5532,6 +5633,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5616,6 +5718,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 26 @@ -5652,6 +5755,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5733,6 +5837,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 33 @@ -5779,6 +5884,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 11 @@ -5810,8 +5916,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114404357792838190} - - {fileID: 114320319695284502} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -5843,6 +5950,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 14 @@ -5889,6 +5997,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 14 @@ -5920,12 +6029,13 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114300392289929346} - - {fileID: 114174256977198844} - - {fileID: 114479933935797928} - - {fileID: 114298078964543022} - - {fileID: 114964960307640464} - - {fileID: 114789051108496968} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -5960,6 +6070,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 69 @@ -5996,6 +6107,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6078,6 +6190,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 2 @@ -6109,22 +6222,23 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114682507830659362} - - {fileID: 114011903662551500} - - {fileID: 114035375727516428} - - {fileID: 114206691599648676} - - {fileID: 114756321969534008} - - {fileID: 114970835510429910} - - {fileID: 114116288688884542} - - {fileID: 114186710804456030} - - {fileID: 114723968377995676} - - {fileID: 114435910480686128} - - {fileID: 114958097962682846} - - {fileID: 114591840302167318} - - {fileID: 114093547290251104} - - {fileID: 114641004037550406} - - {fileID: 114356460763988322} - - {fileID: 114136232982006232} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -6159,6 +6273,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 16 @@ -6195,6 +6310,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6276,6 +6392,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 6 @@ -6321,6 +6438,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 47 @@ -6367,6 +6485,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 15 @@ -6398,6 +6517,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -6429,6 +6549,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 35 @@ -6475,6 +6596,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 1 @@ -6506,11 +6628,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114425614047908348} - - {fileID: 114832380288557070} - - {fileID: 114447815793656918} - - {fileID: 114757500656584328} - - {fileID: 114995853286465986} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -6545,6 +6668,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00077} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 73 @@ -6581,6 +6705,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6665,6 +6790,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 19 @@ -6701,6 +6827,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6785,6 +6912,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 84 @@ -6821,6 +6949,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6903,6 +7032,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 16 @@ -6934,6 +7064,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -6968,6 +7099,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00003} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 41 @@ -7004,6 +7136,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7084,6 +7217,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4054230596867358} - {fileID: 4634054008240738} @@ -7206,6 +7340,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 16 @@ -7254,6 +7389,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00088999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 57 @@ -7290,6 +7426,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7374,6 +7511,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 78 @@ -7410,6 +7548,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7494,6 +7633,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00042} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 63 @@ -7530,6 +7670,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7614,6 +7755,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 43 @@ -7650,6 +7792,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7731,6 +7874,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 1 @@ -7779,6 +7923,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00035} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 87 @@ -7815,6 +7960,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7896,6 +8042,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 18 @@ -7944,6 +8091,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 38 @@ -7980,6 +8128,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8064,6 +8213,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 62 @@ -8100,6 +8250,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8182,6 +8333,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 9 @@ -8213,7 +8365,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114437751376291364} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -8248,6 +8401,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 83 @@ -8284,6 +8438,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8368,6 +8523,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 47 @@ -8404,6 +8560,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8488,6 +8645,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.000069999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 36 @@ -8524,6 +8682,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8605,6 +8764,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 29 @@ -8650,6 +8810,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 49 @@ -8696,6 +8857,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 4 @@ -8727,7 +8889,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114126080497949806} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -8759,6 +8922,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 28 @@ -8804,6 +8968,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 22 @@ -8852,6 +9017,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 58 @@ -8888,6 +9054,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8972,6 +9139,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 21 @@ -9008,6 +9176,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9089,6 +9258,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 23 @@ -9134,6 +9304,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 36 @@ -9179,6 +9350,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 7 @@ -9224,6 +9396,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 20 @@ -9272,6 +9445,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 32 @@ -9308,6 +9482,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9390,6 +9565,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 5 @@ -9421,13 +9597,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114308920432559974} - - {fileID: 114880565817907322} - - {fileID: 114004713904576230} - - {fileID: 114567467224455084} - - {fileID: 114714992274949836} - - {fileID: 114860900634538752} - - {fileID: 114309152578422108} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -9462,6 +9639,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 28 @@ -9498,6 +9676,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9582,6 +9761,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 60 @@ -9618,6 +9798,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9702,6 +9883,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 42 @@ -9738,6 +9920,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9822,6 +10005,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0007} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 51 @@ -9858,6 +10042,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9942,6 +10127,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 68 @@ -9978,6 +10164,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10059,6 +10246,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 10 @@ -10107,6 +10295,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 66 @@ -10143,6 +10332,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10224,6 +10414,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 12 @@ -10272,6 +10463,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00034} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 88 @@ -10308,6 +10500,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10392,6 +10585,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 79 @@ -10428,6 +10622,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10509,6 +10704,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 0 @@ -10554,6 +10750,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 26 @@ -10602,6 +10799,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 90 @@ -10638,6 +10836,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10722,6 +10921,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 61 @@ -10758,6 +10958,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10842,6 +11043,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 80 @@ -10878,6 +11080,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10962,6 +11165,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 45 @@ -10998,6 +11202,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11082,6 +11287,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00051} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 52 @@ -11118,6 +11324,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11199,6 +11406,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 44 @@ -11247,6 +11455,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 8 @@ -11283,6 +11492,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11364,6 +11574,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 41 @@ -11409,6 +11620,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 24 @@ -11457,6 +11669,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 15 @@ -11493,6 +11706,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11574,6 +11788,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 4 @@ -11619,6 +11834,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 30 @@ -11667,6 +11883,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00054} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 14 @@ -11703,6 +11920,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11787,6 +12005,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 29 @@ -11823,6 +12042,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11907,6 +12127,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 25 @@ -11943,6 +12164,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12027,6 +12249,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 24 @@ -12063,6 +12286,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12145,6 +12369,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 13 @@ -12176,24 +12401,25 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114019293629218502} - - {fileID: 114357524668869252} - - {fileID: 114684479170001566} - - {fileID: 114074557705957250} - - {fileID: 114068121752854942} - - {fileID: 114611222725701248} - - {fileID: 114903407035391680} - - {fileID: 114144153597023440} - - {fileID: 114307945899539118} - - {fileID: 114373967644653224} - - {fileID: 114106627710893820} - - {fileID: 114217307288852332} - - {fileID: 114482477223079382} - - {fileID: 114030979766511390} - - {fileID: 114831291802757388} - - {fileID: 114444246117674204} - - {fileID: 114067550620033570} - - {fileID: 114753801861013604} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -12228,6 +12454,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 72 @@ -12264,6 +12491,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12348,6 +12576,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00005} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 39 @@ -12384,6 +12613,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12465,6 +12695,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 13 @@ -12513,6 +12744,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 34 @@ -12549,6 +12781,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12633,6 +12866,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00012} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 33 @@ -12669,6 +12903,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12750,6 +12985,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 2 @@ -12794,6 +13030,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4531246641154896} - {fileID: 4486627245643630} @@ -12845,6 +13082,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00058} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 10 @@ -12881,6 +13119,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12962,6 +13201,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 27 @@ -13007,6 +13247,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 45 @@ -13055,6 +13296,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 53 @@ -13091,6 +13333,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13172,6 +13415,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 9 @@ -13217,6 +13461,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 19 @@ -13262,6 +13507,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 34 @@ -13310,6 +13556,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 5 @@ -13346,6 +13593,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13430,6 +13678,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00010999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 35 @@ -13466,6 +13715,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13547,6 +13797,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 37 @@ -13592,6 +13843,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 46 @@ -13637,6 +13889,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 32 @@ -13685,6 +13938,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00061} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 7 @@ -13721,6 +13975,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13801,6 +14056,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4876229120623602} - {fileID: 4226064771705384} @@ -13887,6 +14143,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00014999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 30 @@ -13923,6 +14180,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14007,6 +14265,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00064} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 82 @@ -14043,6 +14302,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14127,6 +14387,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 9 @@ -14163,6 +14424,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14247,6 +14509,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00048} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 55 @@ -14283,6 +14546,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14364,6 +14628,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 38 @@ -14412,6 +14677,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 4 @@ -14448,6 +14714,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14532,6 +14799,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00083} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 46 @@ -14568,6 +14836,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14650,6 +14919,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4532896675950048} m_RootOrder: 12 @@ -14681,14 +14951,15 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114934320788824948} - - {fileID: 114099083779454924} - - {fileID: 114100209174387338} - - {fileID: 114176528063836674} - - {fileID: 114576232424247662} - - {fileID: 114279593312540436} - - {fileID: 114922343412042498} - - {fileID: 114033036651651964} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -14720,6 +14991,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 40 @@ -14765,6 +15037,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4755221934035630} m_RootOrder: 39 @@ -14813,6 +15086,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4410023638214058} m_RootOrder: 23 @@ -14849,6 +15123,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.fadeMotionList.asset b/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.fadeMotionList.asset index 50cc628e..e58758c6 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.fadeMotionList.asset +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.fadeMotionList.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 403ae2dd693bb1d4b924f6b8d206b053, type: 3} m_Name: Mao.fadeMotionList m_EditorClassIdentifier: - MotionInstanceIds: 6462ffff7462ffff8462ffff5c62ffff7c62ffff1c7300003273000026730000 + MotionInstanceIds: 285700003057000090570000a05700000457000068570000705700002c570000 CubismFadeMotionObjects: - {fileID: 11400000, guid: c6a5276089e6b2c4bb2f78cca94c4ded, type: 2} - {fileID: 11400000, guid: a0145e27134640343b894f03870256bc, type: 2} diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.prefab b/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.prefab index e6db0ac8..ee50e3f7 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.prefab +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/Mao.prefab @@ -29,6 +29,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 23 @@ -66,9 +67,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -116,8 +114,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 81960171015537682} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00231} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 232 @@ -154,6 +153,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -236,6 +236,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 44 @@ -298,6 +299,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00094} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 94 @@ -334,6 +336,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -416,6 +419,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 42 @@ -476,6 +480,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 12 @@ -536,6 +541,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 40 @@ -598,6 +604,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 68 @@ -634,6 +641,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -716,8 +724,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 193657241886481535} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00222} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 244 @@ -754,6 +763,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -836,8 +846,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 207945745534173585} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0013799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 225 @@ -874,6 +885,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -954,6 +966,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4704902273060525137} - {fileID: 2055787401605859801} @@ -1250,6 +1263,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 42 @@ -1286,6 +1300,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1368,6 +1383,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 67 @@ -1428,6 +1444,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 79 @@ -1490,6 +1507,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00143} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 23 @@ -1526,6 +1544,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1608,6 +1627,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 76 @@ -1668,6 +1688,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 34 @@ -1728,6 +1749,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 17 @@ -1788,6 +1810,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 119 @@ -1850,6 +1873,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00179} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 167 @@ -1886,6 +1910,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1970,6 +1995,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00156} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 140 @@ -2006,6 +2032,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2088,6 +2115,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 94 @@ -2150,6 +2178,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0021499998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 190 @@ -2186,6 +2215,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2270,6 +2300,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00012} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 221 @@ -2306,6 +2337,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2390,6 +2422,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00064} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 69 @@ -2426,6 +2459,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2510,6 +2544,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00148} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 27 @@ -2546,6 +2581,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2630,6 +2666,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00205} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 147 @@ -2666,6 +2703,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2748,6 +2786,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 10 @@ -2808,6 +2847,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 83 @@ -2870,6 +2910,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 73 @@ -2906,6 +2947,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2990,6 +3032,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016699999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 153 @@ -3026,6 +3069,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3108,8 +3152,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 900481481053266276} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00229} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 237 @@ -3146,6 +3191,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3228,6 +3274,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 64 @@ -3289,6 +3336,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 11 @@ -3322,15 +3370,6 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -3380,6 +3419,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00195} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 201 @@ -3416,6 +3456,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3499,6 +3540,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 14 @@ -3533,7 +3575,25 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - _childParts: [] + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -3580,6 +3640,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 81 @@ -3642,6 +3703,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00196} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 202 @@ -3678,6 +3740,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3761,6 +3824,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 22 @@ -3796,6 +3860,18 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -3843,8 +3919,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1237424635198609530} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00223} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 243 @@ -3881,6 +3958,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3963,6 +4041,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 3 @@ -4023,6 +4102,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 52 @@ -4085,6 +4165,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0019299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 191 @@ -4121,6 +4202,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4203,8 +4285,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1284917105137230813} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00201} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 252 @@ -4241,6 +4324,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4325,6 +4409,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 70 @@ -4361,6 +4446,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4443,6 +4529,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 74 @@ -4505,6 +4592,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00117} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 217 @@ -4541,6 +4629,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4623,6 +4712,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 92 @@ -4685,6 +4775,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 29 @@ -4721,6 +4812,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4805,6 +4897,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00119} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 215 @@ -4841,6 +4934,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4923,6 +5017,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 122 @@ -4983,8 +5078,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1387192523404542099} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0019699999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 256 @@ -5021,6 +5117,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5103,6 +5200,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 60 @@ -5165,6 +5263,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 193 @@ -5201,6 +5300,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5285,6 +5385,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00031} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 15 @@ -5321,6 +5422,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5403,6 +5505,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 104 @@ -5463,8 +5566,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1500757364261340620} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00232} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 233 @@ -5501,6 +5605,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5585,6 +5690,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00208} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 183 @@ -5621,6 +5727,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5705,6 +5812,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 129 @@ -5741,6 +5849,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5823,8 +5932,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1561528393496848558} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00233} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 234 @@ -5861,6 +5971,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5943,6 +6054,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 95 @@ -6005,6 +6117,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00077} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 113 @@ -6041,6 +6154,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6125,6 +6239,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 44 @@ -6161,6 +6276,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6245,6 +6361,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0020299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 209 @@ -6281,6 +6398,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6363,8 +6481,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1694890408306052757} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00235} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 236 @@ -6401,6 +6520,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6483,8 +6603,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1700361384217553409} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00196} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 257 @@ -6521,6 +6642,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6605,6 +6727,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 220 @@ -6641,6 +6764,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6723,6 +6847,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 53 @@ -6783,8 +6908,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1744215464479954466} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0014} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 223 @@ -6821,6 +6947,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6903,6 +7030,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 78 @@ -6963,8 +7091,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1756960221079718075} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00003} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 258 @@ -7001,6 +7130,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7085,6 +7215,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00217} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 196 @@ -7121,6 +7252,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7205,6 +7337,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00163} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 149 @@ -7241,6 +7374,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7324,6 +7458,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 15 @@ -7359,6 +7494,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -7408,6 +7544,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00014999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 218 @@ -7444,6 +7581,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7528,6 +7666,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00094999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 95 @@ -7564,6 +7703,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7646,6 +7786,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 21 @@ -7706,6 +7847,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 80 @@ -7768,6 +7910,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00104} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 106 @@ -7804,6 +7947,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7884,6 +8028,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5044784510319647732} - {fileID: 6005449718166584676} @@ -8048,6 +8193,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 87 @@ -8109,6 +8255,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 21 @@ -8142,6 +8289,13 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -8191,6 +8345,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 10 @@ -8227,6 +8382,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8309,6 +8465,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 99 @@ -8371,6 +8528,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 55 @@ -8407,6 +8565,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8491,6 +8650,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00093} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 93 @@ -8527,6 +8687,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8611,6 +8772,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 137 @@ -8647,6 +8809,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8731,6 +8894,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00204} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 146 @@ -8767,6 +8931,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8851,6 +9016,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00185} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 173 @@ -8887,6 +9053,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8971,6 +9138,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 133 @@ -9007,6 +9175,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9090,6 +9259,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 0 @@ -9172,6 +9342,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 39 @@ -9208,6 +9379,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9290,8 +9462,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2227494373171913936} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00228} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 240 @@ -9328,6 +9501,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9412,6 +9586,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00058} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 37 @@ -9448,6 +9623,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9532,6 +9708,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 164 @@ -9568,6 +9745,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9652,6 +9830,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00039} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 59 @@ -9688,6 +9867,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9770,6 +9950,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 62 @@ -9832,6 +10013,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00097} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 98 @@ -9868,6 +10050,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9950,6 +10133,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 121 @@ -10012,6 +10196,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 9 @@ -10048,6 +10233,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10132,6 +10318,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 21 @@ -10168,6 +10355,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10252,6 +10440,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 159 @@ -10288,6 +10477,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10370,6 +10560,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 129 @@ -10432,6 +10623,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 144 @@ -10468,6 +10660,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10552,6 +10745,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 210 @@ -10588,6 +10782,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10672,6 +10867,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 219 @@ -10708,6 +10904,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10790,8 +10987,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2473771758023858137} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0022099998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 249 @@ -10828,6 +11026,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10912,6 +11111,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00172} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 158 @@ -10948,6 +11148,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11032,6 +11233,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.000069999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 43 @@ -11068,6 +11270,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11152,6 +11355,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00026} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 62 @@ -11188,6 +11392,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11270,6 +11475,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 112 @@ -11330,6 +11536,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 32 @@ -11392,6 +11599,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00101} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 102 @@ -11428,6 +11636,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11510,8 +11719,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2634195660671620215} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00225} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 245 @@ -11548,6 +11758,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11632,6 +11843,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00199} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 205 @@ -11668,6 +11880,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11750,6 +11963,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 105 @@ -11810,6 +12024,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 98 @@ -11870,6 +12085,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 50 @@ -11932,6 +12148,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00165} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 151 @@ -11968,6 +12185,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12052,6 +12270,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0018} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 168 @@ -12088,6 +12307,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12172,6 +12392,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00042} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 12 @@ -12208,6 +12429,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12290,6 +12512,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 28 @@ -12352,6 +12575,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 36 @@ -12388,6 +12612,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12472,6 +12697,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 97 @@ -12508,6 +12734,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12591,6 +12818,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 16 @@ -12624,24 +12852,6 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -12691,6 +12901,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 46 @@ -12727,6 +12938,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12809,6 +13021,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 43 @@ -12871,6 +13084,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00051} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 3 @@ -12907,6 +13121,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12991,6 +13206,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0021199998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 187 @@ -13027,6 +13243,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13113,6 +13330,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00223} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 135 @@ -13149,6 +13367,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13259,6 +13478,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 139 @@ -13295,6 +13515,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13379,6 +13600,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 132 @@ -13415,6 +13637,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13499,6 +13722,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00133} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 130 @@ -13535,6 +13759,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13617,8 +13842,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3013673219374202158} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 259 @@ -13655,6 +13881,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13739,6 +13966,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0018399999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 172 @@ -13775,6 +14003,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13858,6 +14087,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 5 @@ -13932,6 +14162,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00169} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 155 @@ -13968,6 +14199,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14052,6 +14284,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00061} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 65 @@ -14088,6 +14321,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14172,6 +14406,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 74 @@ -14208,6 +14443,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14292,6 +14528,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00131} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 229 @@ -14328,6 +14565,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14410,6 +14648,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 90 @@ -14470,6 +14709,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 115 @@ -14532,6 +14772,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0018999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 180 @@ -14568,6 +14809,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14652,6 +14894,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 26 @@ -14688,6 +14931,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14770,6 +15014,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 7 @@ -14831,6 +15076,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 12 @@ -14865,8 +15111,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -14916,6 +15160,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 77 @@ -14952,6 +15197,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15034,6 +15280,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 63 @@ -15096,6 +15343,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00035} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 13 @@ -15132,6 +15380,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15214,6 +15463,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 111 @@ -15276,6 +15526,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00159} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 143 @@ -15312,6 +15563,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15396,6 +15648,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 142 @@ -15432,6 +15685,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15516,6 +15770,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 57 @@ -15552,6 +15807,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15634,8 +15890,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3583343874644237837} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00259} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 261 @@ -15672,6 +15929,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15754,8 +16012,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3632465575514516554} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0022399998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 242 @@ -15792,6 +16051,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15875,6 +16135,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 1 @@ -15906,13 +16167,13 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 4691193170552776598} - - {fileID: 2942987695062035084} - - {fileID: 310916241188119293} - - {fileID: 510299958156119588} - - {fileID: 6620273673714740457} - - {fileID: 5597430358413514811} - - {fileID: 8784680725077841334} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -15962,6 +16223,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00153} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 194 @@ -15998,6 +16260,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16080,6 +16343,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 47 @@ -16142,6 +16406,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00192} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 182 @@ -16178,6 +16443,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16262,6 +16528,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00151} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 18 @@ -16298,6 +16565,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16382,6 +16650,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00099} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 100 @@ -16418,6 +16687,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16502,6 +16772,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 66 @@ -16538,6 +16809,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16622,6 +16894,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 136 @@ -16658,6 +16931,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16740,6 +17014,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 97 @@ -16801,6 +17076,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 23 @@ -16875,6 +17151,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00134} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 131 @@ -16911,6 +17188,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16995,6 +17273,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 2 @@ -17031,6 +17310,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17115,6 +17395,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0019699999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 203 @@ -17151,6 +17432,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17233,6 +17515,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 18 @@ -17295,6 +17578,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00207} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 162 @@ -17331,6 +17615,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17413,8 +17698,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3918906148569765398} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00234} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 235 @@ -17451,6 +17737,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17533,6 +17820,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 51 @@ -17593,8 +17881,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3921210621727236316} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0020299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 250 @@ -17631,6 +17920,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17715,6 +18005,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00198} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 204 @@ -17751,6 +18042,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17834,6 +18126,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 30 @@ -17870,10 +18163,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -17923,6 +18212,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00162} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 148 @@ -17959,6 +18249,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18043,6 +18334,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00113} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 116 @@ -18079,6 +18371,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18163,6 +18456,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 17 @@ -18199,6 +18493,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18281,8 +18576,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4073754297550295656} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00199} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 254 @@ -18319,6 +18615,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18403,6 +18700,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00114} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 117 @@ -18439,6 +18737,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18521,6 +18820,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 75 @@ -18582,6 +18882,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 3 @@ -18660,6 +18961,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 73 @@ -18720,6 +19022,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 88 @@ -18782,6 +19085,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00186} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 174 @@ -18818,6 +19122,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18902,6 +19207,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 90 @@ -18938,6 +19244,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19022,6 +19329,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 163 @@ -19058,6 +19366,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19142,6 +19451,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 52 @@ -19178,6 +19488,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19262,6 +19573,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00189} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 179 @@ -19298,6 +19610,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19382,6 +19695,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 145 @@ -19418,6 +19732,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19500,8 +19815,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4332984696915081751} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00137} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 226 @@ -19538,6 +19854,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19620,6 +19937,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 1 @@ -19682,6 +20000,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 80 @@ -19718,6 +20037,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19802,6 +20122,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0021} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 185 @@ -19838,6 +20159,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19920,6 +20242,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 39 @@ -19980,6 +20303,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 46 @@ -20040,6 +20364,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 100 @@ -20100,6 +20425,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 58 @@ -20162,6 +20488,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 112 @@ -20198,6 +20525,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20280,6 +20608,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 110 @@ -20342,6 +20671,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00124} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 122 @@ -20378,6 +20708,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20462,6 +20793,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016399999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 150 @@ -20498,6 +20830,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20581,6 +20914,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 20 @@ -20616,10 +20950,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -20667,6 +20997,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 82 @@ -20727,6 +21058,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 72 @@ -20787,6 +21119,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 36 @@ -20847,8 +21180,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4601182420177542189} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00227} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 241 @@ -20885,6 +21219,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20969,6 +21304,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 128 @@ -21005,6 +21341,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21087,8 +21424,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4604385960803983090} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00198} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 255 @@ -21125,6 +21463,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21209,6 +21548,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00213} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 188 @@ -21245,6 +21585,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21327,6 +21668,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 57 @@ -21387,6 +21729,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 24 @@ -21449,6 +21792,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 60 @@ -21485,6 +21829,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21569,6 +21914,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00115} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 119 @@ -21605,6 +21951,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21688,6 +22035,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 9 @@ -21733,6 +22081,10 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -21780,8 +22132,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4750600837083590228} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00256} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 239 @@ -21818,6 +22171,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21902,6 +22256,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00102} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 103 @@ -21938,6 +22293,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22021,6 +22377,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 5 @@ -22058,6 +22415,18 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -22107,6 +22476,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0022099998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 200 @@ -22143,6 +22513,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22227,6 +22598,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0007} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 75 @@ -22263,6 +22635,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22347,6 +22720,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0018099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 169 @@ -22383,6 +22757,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22467,6 +22842,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0022} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 199 @@ -22503,6 +22879,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22585,6 +22962,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 2 @@ -22645,8 +23023,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4895080901841583105} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0025799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 260 @@ -22683,6 +23062,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22765,6 +23145,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 61 @@ -22827,6 +23208,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 127 @@ -22863,6 +23245,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22947,6 +23330,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 101 @@ -22983,6 +23367,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23065,6 +23450,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 54 @@ -23125,6 +23511,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 56 @@ -23185,6 +23572,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 103 @@ -23247,6 +23635,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00054} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 38 @@ -23283,6 +23672,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23367,6 +23757,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 63 @@ -23403,6 +23794,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23487,6 +23879,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00091} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 91 @@ -23523,6 +23916,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23605,6 +23999,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 118 @@ -23667,6 +24062,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00096} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 96 @@ -23703,6 +24099,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23787,6 +24184,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 56 @@ -23823,6 +24221,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23907,6 +24306,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00074} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 79 @@ -23943,6 +24343,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24026,6 +24427,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 17 @@ -24062,6 +24464,10 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -24109,6 +24515,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 59 @@ -24169,6 +24576,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 113 @@ -24229,6 +24637,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 41 @@ -24290,6 +24699,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 19 @@ -24323,13 +24733,6 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -24379,6 +24782,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00182} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 170 @@ -24415,6 +24819,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24497,6 +24902,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 127 @@ -24559,6 +24965,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00005} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 34 @@ -24595,6 +25002,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24679,6 +25087,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00168} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 154 @@ -24715,6 +25124,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24799,6 +25209,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00057} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 0 @@ -24835,6 +25246,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24919,6 +25331,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0021799998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 197 @@ -24955,6 +25368,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25038,6 +25452,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 10 @@ -25074,26 +25489,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -25141,6 +25536,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 101 @@ -25203,6 +25599,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00098} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 99 @@ -25239,6 +25636,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25321,6 +25719,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 15 @@ -25383,6 +25782,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00183} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 171 @@ -25419,6 +25819,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25503,6 +25904,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 86 @@ -25539,6 +25941,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25621,6 +26024,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 33 @@ -25683,6 +26087,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 121 @@ -25719,6 +26124,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25801,6 +26207,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 22 @@ -25861,6 +26268,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 131 @@ -25923,6 +26331,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 82 @@ -25959,6 +26368,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26043,6 +26453,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 211 @@ -26079,6 +26490,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26161,6 +26573,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 9 @@ -26223,6 +26636,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00177} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 165 @@ -26259,6 +26673,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26343,6 +26758,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00188} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 178 @@ -26379,6 +26795,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26461,6 +26878,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 45 @@ -26523,6 +26941,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 64 @@ -26559,6 +26978,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26641,6 +27061,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 38 @@ -26703,6 +27124,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00202} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 208 @@ -26739,6 +27161,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26821,6 +27244,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 70 @@ -26881,6 +27305,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 31 @@ -26943,6 +27368,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00154} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 138 @@ -26979,6 +27405,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27061,6 +27488,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 29 @@ -27123,6 +27551,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 124 @@ -27159,6 +27588,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27242,6 +27672,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 28 @@ -27273,8 +27704,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 2664123610734948697} - - {fileID: 82141187536317063} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -27320,6 +27751,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1024280021389571370} - {fileID: 8671422959891878701} @@ -27385,6 +27817,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 4 @@ -27463,6 +27896,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 6 @@ -27525,6 +27959,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 47 @@ -27561,6 +27996,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27643,6 +28079,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 114 @@ -27703,6 +28140,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 117 @@ -27765,6 +28203,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 14 @@ -27801,6 +28240,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27883,6 +28323,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 96 @@ -27945,6 +28386,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0019999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 206 @@ -27981,6 +28423,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28065,6 +28508,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00171} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 157 @@ -28101,6 +28545,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28183,8 +28628,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6157763783505754111} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0013499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 230 @@ -28221,6 +28667,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28305,6 +28752,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00116} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 120 @@ -28341,6 +28789,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28425,6 +28874,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00144} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 22 @@ -28461,6 +28911,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28545,6 +28996,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00047} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 7 @@ -28581,6 +29033,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28665,6 +29118,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00142} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 24 @@ -28701,6 +29155,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28783,6 +29238,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 107 @@ -28845,6 +29301,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00139} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 31 @@ -28881,6 +29338,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28965,6 +29423,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00048} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 6 @@ -29001,6 +29460,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29085,6 +29545,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 1 @@ -29121,6 +29582,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29203,8 +29665,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6296514583730759303} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00226} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 246 @@ -29241,6 +29704,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29323,6 +29787,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 48 @@ -29383,6 +29848,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 85 @@ -29445,6 +29911,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 50 @@ -29481,6 +29948,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29565,6 +30033,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 81 @@ -29601,6 +30070,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29685,6 +30155,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 41 @@ -29721,6 +30192,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29805,6 +30277,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 166 @@ -29841,6 +30314,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29924,6 +30398,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 7 @@ -29973,6 +30448,12 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -30022,6 +30503,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 53 @@ -30058,6 +30540,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30142,6 +30625,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 8 @@ -30178,6 +30662,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30262,6 +30747,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00166} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 152 @@ -30298,6 +30784,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30380,6 +30867,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 86 @@ -30440,6 +30928,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 126 @@ -30502,6 +30991,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00036} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 49 @@ -30538,6 +31028,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30621,6 +31112,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 8 @@ -30658,6 +31150,25 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -30705,6 +31216,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 68 @@ -30765,6 +31277,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 20 @@ -30825,6 +31338,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 11 @@ -30887,6 +31401,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 84 @@ -30923,6 +31438,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31007,6 +31523,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00194} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 192 @@ -31043,6 +31560,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31127,6 +31645,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00006} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 19 @@ -31163,6 +31682,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31246,6 +31766,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 13 @@ -31279,6 +31800,8 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -31328,6 +31851,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00201} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 207 @@ -31364,6 +31888,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31450,6 +31975,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00222} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 134 @@ -31486,6 +32012,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31594,6 +32121,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 106 @@ -31654,6 +32182,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 4 @@ -31716,6 +32245,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00003} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 111 @@ -31752,6 +32282,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31836,6 +32367,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00136} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 33 @@ -31872,6 +32404,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31956,6 +32489,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 123 @@ -31992,6 +32526,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -32074,8 +32609,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6944515506125901619} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00254} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 247 @@ -32112,6 +32648,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -32196,6 +32733,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 108 @@ -32232,6 +32770,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -32314,6 +32853,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 102 @@ -32376,6 +32916,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 25 @@ -32413,7 +32954,8 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - _childParts: [] + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -32475,6 +33017,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 124 @@ -32537,6 +33080,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00105} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 107 @@ -32573,6 +33117,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -32655,6 +33200,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 128 @@ -32717,6 +33263,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00211} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 186 @@ -32753,6 +33300,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -32835,8 +33383,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7084019277439644139} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0019999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 253 @@ -32873,6 +33422,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -32957,6 +33507,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0020599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 161 @@ -32993,6 +33544,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33077,6 +33629,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00128} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 126 @@ -33113,6 +33666,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33197,6 +33751,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00083} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 85 @@ -33233,6 +33788,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33315,6 +33871,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 16 @@ -33377,6 +33934,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00174} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 160 @@ -33413,6 +33971,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33497,6 +34056,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 214 @@ -33533,6 +34093,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33615,6 +34176,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 116 @@ -33675,6 +34237,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 91 @@ -33737,6 +34300,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 25 @@ -33773,6 +34337,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33855,8 +34420,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7419572707226352559} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00139} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 224 @@ -33893,6 +34459,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -33976,6 +34543,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 2 @@ -34007,18 +34575,18 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 7495487098985214722} - - {fileID: 6467598995093427399} - - {fileID: 9195885878779692012} - - {fileID: 7074802456674900846} - - {fileID: 5997496503975025968} - - {fileID: 4379466517608550487} - - {fileID: 4011389854526148752} - - {fileID: 3742201444671675224} - - {fileID: 1694644521219402220} - - {fileID: 1534247771939587616} - - {fileID: 7509193001525007273} - - {fileID: 4868274354392825770} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -34068,6 +34636,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00010999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 222 @@ -34104,6 +34673,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -34186,6 +34756,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 14 @@ -34246,6 +34817,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 125 @@ -34306,6 +34878,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 25 @@ -34368,6 +34941,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 35 @@ -34404,6 +34978,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -34488,6 +35063,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 67 @@ -34524,6 +35100,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -34608,6 +35185,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00091999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 92 @@ -34644,6 +35222,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -34726,6 +35305,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 71 @@ -34786,6 +35366,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 26 @@ -34848,6 +35429,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00111} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 114 @@ -34884,6 +35466,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -34968,6 +35551,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 87 @@ -35004,6 +35588,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -35086,6 +35671,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 93 @@ -35148,6 +35734,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 88 @@ -35184,6 +35771,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -35266,6 +35854,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 55 @@ -35326,6 +35915,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 123 @@ -35386,6 +35976,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 0 @@ -35446,6 +36037,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 19 @@ -35506,6 +36098,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 84 @@ -35566,8 +36159,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7711989750768328292} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00202} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 251 @@ -35604,6 +36198,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -35688,6 +36283,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00022999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 45 @@ -35724,6 +36320,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -35808,6 +36405,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00191} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 181 @@ -35844,6 +36442,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -35928,6 +36527,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 176 @@ -35964,6 +36564,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36048,6 +36649,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 105 @@ -36084,6 +36686,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36168,6 +36771,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00088999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 89 @@ -36204,6 +36808,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36288,6 +36893,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0018699999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 177 @@ -36324,6 +36930,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36408,6 +37015,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 71 @@ -36444,6 +37052,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36526,6 +37135,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 37 @@ -36588,6 +37198,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00107} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 109 @@ -36624,6 +37235,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36708,6 +37320,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00147} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 28 @@ -36744,6 +37357,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -36826,6 +37440,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 65 @@ -36886,6 +37501,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 108 @@ -36948,6 +37564,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 115 @@ -36984,6 +37601,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -37066,6 +37684,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 49 @@ -37128,6 +37747,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00086} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 104 @@ -37164,6 +37784,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -37248,6 +37869,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00127} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 125 @@ -37284,6 +37906,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -37366,6 +37989,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 27 @@ -37426,6 +38050,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 130 @@ -37488,6 +38113,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00137} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 32 @@ -37524,6 +38150,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -37608,6 +38235,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 156 @@ -37644,6 +38272,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -37728,6 +38357,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 4 @@ -37764,6 +38394,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -37846,6 +38477,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 109 @@ -37908,6 +38540,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 11 @@ -37944,6 +38577,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -38028,6 +38662,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 27 @@ -38065,7 +38700,11 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - _childParts: [] + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -38127,6 +38766,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 66 @@ -38187,6 +38827,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 120 @@ -38248,6 +38889,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 6 @@ -38282,6 +38924,9 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -38329,6 +38974,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 69 @@ -38389,8 +39035,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8381266845373481012} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00257} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 238 @@ -38427,6 +39074,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -38511,6 +39159,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 51 @@ -38547,6 +39196,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -38631,6 +39281,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 5 @@ -38667,6 +39318,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -38751,6 +39403,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00108} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 110 @@ -38787,6 +39440,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -38871,6 +39525,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 26 @@ -38906,7 +39561,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -38969,6 +39623,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 30 @@ -39031,6 +39686,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00125} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 118 @@ -39067,6 +39723,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39151,6 +39808,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 24 @@ -39187,17 +39845,6 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -39260,8 +39907,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8489475727316234450} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00136} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 227 @@ -39298,6 +39946,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39382,6 +40031,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00122} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 212 @@ -39418,6 +40068,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39502,6 +40153,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00219} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 198 @@ -39538,6 +40190,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39622,6 +40275,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 58 @@ -39658,6 +40312,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39742,6 +40397,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 40 @@ -39778,6 +40434,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39862,6 +40519,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 83 @@ -39898,6 +40556,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -39982,6 +40641,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 16 @@ -40018,6 +40678,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -40102,6 +40763,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00118} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 216 @@ -40138,6 +40800,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -40220,6 +40883,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 77 @@ -40280,6 +40944,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 35 @@ -40340,8 +41005,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8726864725569859889} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0025499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 248 @@ -40378,6 +41044,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -40460,8 +41127,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8732198831371759976} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.0023} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 231 @@ -40498,6 +41166,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -40582,6 +41251,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 20 @@ -40618,6 +41288,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -40702,6 +41373,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00216} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 195 @@ -40738,6 +41410,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -40821,6 +41494,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 31 @@ -40901,6 +41575,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00067} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 72 @@ -40937,6 +41612,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -41021,6 +41697,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00017} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 54 @@ -41057,6 +41734,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -41141,6 +41819,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00157} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 141 @@ -41177,6 +41856,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -41260,6 +41940,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 8 @@ -41332,6 +42013,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 89 @@ -41394,6 +42076,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00121} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 213 @@ -41430,6 +42113,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -41524,6 +42208,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 6008709648985597080} - {fileID: 7903388348019333204} @@ -42541,6 +43226,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00034} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 48 @@ -42577,6 +43263,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -42659,8 +43346,9 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8989918665611028227} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalPosition: {x: 0, y: 0, z: -0.00133} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 228 @@ -42697,6 +43385,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -42781,6 +43470,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00214} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 189 @@ -42817,6 +43507,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -42901,6 +43592,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00071} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 76 @@ -42937,6 +43629,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -43021,6 +43714,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 175 @@ -43057,6 +43751,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -43139,6 +43834,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 6008709648985597080} m_RootOrder: 13 @@ -43201,6 +43897,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00145} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 30 @@ -43237,6 +43934,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -43320,6 +44018,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 29 @@ -43355,6 +44054,12 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -43404,6 +44109,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 78 @@ -43440,6 +44146,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -43523,6 +44230,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7903388348019333204} m_RootOrder: 18 @@ -43556,6 +44264,12 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 @@ -43605,6 +44319,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0020899998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 184 @@ -43641,6 +44356,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -43725,6 +44441,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00040999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7104625566717443590} m_RootOrder: 61 @@ -43761,6 +44478,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_01.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_01.anim index 1d204c94..acfee838 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_01.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_01.anim @@ -10514,5 +10514,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 29468 + intParameter: 22376 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_02.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_02.anim index 1536fbb2..8dbd5799 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_02.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_02.anim @@ -11234,5 +11234,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: -40324 + intParameter: 22276 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_03.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_03.anim index b1ecf700..23f6993d 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_03.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_03.anim @@ -10910,5 +10910,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: -40332 + intParameter: 22320 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_04.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_04.anim index 7c7918a8..fbb894f5 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_04.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/mtn_04.anim @@ -12080,5 +12080,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 29490 + intParameter: 22384 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/sample_01.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/sample_01.anim index 82e9f244..6a68c452 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/sample_01.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/sample_01.anim @@ -10352,5 +10352,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: -40316 + intParameter: 22416 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_01.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_01.anim index ab166d8e..e697e2fd 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_01.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_01.anim @@ -14402,5 +14402,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 29478 + intParameter: 22316 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_02.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_02.anim index e391265d..d4e8e262 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_02.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_02.anim @@ -16472,5 +16472,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: -40348 + intParameter: 22312 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_03.anim b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_03.anim index 2622d697..2bf8843f 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_03.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Mao/motions/special_03.anim @@ -17318,5 +17318,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: -40356 + intParameter: 22432 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.fadeMotionList.asset b/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.fadeMotionList.asset index 4071b623..57ac915c 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.fadeMotionList.asset +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.fadeMotionList.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 403ae2dd693bb1d4b924f6b8d206b053, type: 3} m_Name: Natori.fadeMotionList m_EditorClassIdentifier: - MotionInstanceIds: ee360000e24a0000024b0000f6360000464b0000d636000006370000ce3600003a4b0000 + MotionInstanceIds: 5c57000020570000405700006c5700008857000018570000a4570000005700007c570000 CubismFadeMotionObjects: - {fileID: 11400000, guid: b211dc549c58a9e448169cc818f5edfa, type: 2} - {fileID: 11400000, guid: 145e4856478ab1540affc40745dbea64, type: 2} diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.prefab b/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.prefab index bf37ae4e..0cc6f8c4 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.prefab +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/Natori.prefab @@ -27,6 +27,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 10 @@ -75,6 +76,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 150 @@ -111,6 +113,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -195,6 +198,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00124} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 80 @@ -231,6 +235,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -312,6 +317,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 61 @@ -360,6 +366,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00156} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 139 @@ -396,6 +403,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -477,6 +485,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 64 @@ -522,6 +531,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 94 @@ -570,6 +580,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 45 @@ -606,6 +617,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -690,6 +702,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00171} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 116 @@ -726,6 +739,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -807,6 +821,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 84 @@ -855,6 +870,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00040999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 66 @@ -891,6 +907,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -972,6 +989,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 52 @@ -1020,6 +1038,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 126 @@ -1056,6 +1075,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1140,6 +1160,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 63 @@ -1176,6 +1197,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1257,6 +1279,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 67 @@ -1305,6 +1328,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00048} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 171 @@ -1341,6 +1365,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1422,6 +1447,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 42 @@ -1470,6 +1496,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00088999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 20 @@ -1506,6 +1533,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1589,6 +1617,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 13 @@ -1623,6 +1652,8 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -1670,6 +1701,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 7 @@ -1710,6 +1742,8 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -1744,6 +1778,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 34 @@ -1780,6 +1815,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1864,6 +1900,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00074} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 160 @@ -1900,6 +1937,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1981,6 +2019,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 16 @@ -2026,6 +2065,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 50 @@ -2074,6 +2114,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 117 @@ -2110,6 +2151,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2192,6 +2234,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 16 @@ -2225,6 +2268,7 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -2259,6 +2303,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 135 @@ -2295,6 +2340,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2379,6 +2425,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00166} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 127 @@ -2415,6 +2462,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2499,6 +2547,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00119} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 85 @@ -2535,6 +2584,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2619,6 +2669,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 67 @@ -2655,6 +2706,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2739,6 +2791,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00026} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 57 @@ -2775,6 +2828,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2856,6 +2910,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 93 @@ -2904,6 +2959,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00083} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 169 @@ -2940,6 +2996,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3024,6 +3081,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00143} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 109 @@ -3060,6 +3118,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3144,6 +3203,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 165 @@ -3180,6 +3240,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3264,6 +3325,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 99 @@ -3300,6 +3362,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3384,6 +3447,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00147} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 112 @@ -3420,6 +3484,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3504,6 +3569,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 68 @@ -3540,6 +3606,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3624,6 +3691,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 88 @@ -3660,6 +3728,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3744,6 +3813,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00010999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 86 @@ -3780,6 +3850,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3864,6 +3935,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00098} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 12 @@ -3900,6 +3972,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3984,6 +4057,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 61 @@ -4020,6 +4094,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4101,6 +4176,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 14 @@ -4147,6 +4223,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 1 @@ -4180,6 +4257,7 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4214,6 +4292,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 172 @@ -4250,6 +4329,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4334,6 +4414,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00077} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 163 @@ -4370,6 +4451,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4451,6 +4533,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 22 @@ -4499,6 +4582,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00134} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 98 @@ -4535,6 +4619,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4619,6 +4704,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 174 @@ -4655,6 +4741,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4739,6 +4826,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00139} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 121 @@ -4775,6 +4863,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4856,6 +4945,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 59 @@ -4902,6 +4992,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 3 @@ -4962,6 +5053,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00116} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 6 @@ -4998,6 +5090,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5082,6 +5175,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00159} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 146 @@ -5118,6 +5212,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5199,6 +5294,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 21 @@ -5247,6 +5343,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00157} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 138 @@ -5283,6 +5380,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5364,6 +5462,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 77 @@ -5412,6 +5511,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 49 @@ -5448,6 +5548,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5532,6 +5633,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00115} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 173 @@ -5568,6 +5670,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5652,6 +5755,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 159 @@ -5688,6 +5792,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5772,6 +5877,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00133} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 74 @@ -5808,6 +5914,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5892,6 +5999,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 22 @@ -5928,6 +6036,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6009,6 +6118,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 36 @@ -6054,6 +6164,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 86 @@ -6102,6 +6213,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00151} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 102 @@ -6138,6 +6250,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6222,6 +6335,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0007} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 156 @@ -6258,6 +6372,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6342,6 +6457,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 87 @@ -6378,6 +6494,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6459,6 +6576,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 95 @@ -6505,6 +6623,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 19 @@ -6539,6 +6658,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -6570,6 +6690,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 13 @@ -6615,6 +6736,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 53 @@ -6663,6 +6785,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00107} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 149 @@ -6699,6 +6822,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6783,6 +6907,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 51 @@ -6819,6 +6944,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6900,6 +7026,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 80 @@ -6945,6 +7072,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 32 @@ -6993,6 +7121,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 93 @@ -7029,6 +7158,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7113,6 +7243,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 81 @@ -7149,6 +7280,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7231,6 +7363,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 29 @@ -7269,6 +7402,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -7303,6 +7437,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 52 @@ -7339,6 +7474,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7422,6 +7558,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 3 @@ -7458,6 +7595,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -7504,6 +7642,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 60 @@ -7549,6 +7688,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 65 @@ -7593,6 +7733,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4920816792545094} - {fileID: 4806458840649480} @@ -7659,6 +7800,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00012} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 95 @@ -7695,6 +7837,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7779,6 +7922,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 155 @@ -7815,6 +7959,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7897,6 +8042,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 24 @@ -7933,6 +8079,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -7967,6 +8114,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00099} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 11 @@ -8003,6 +8151,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8087,6 +8236,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00031} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 53 @@ -8123,6 +8273,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8207,6 +8358,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00094999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 15 @@ -8243,6 +8395,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8327,6 +8480,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00003} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 154 @@ -8363,6 +8517,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8447,6 +8602,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 64 @@ -8483,6 +8639,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8567,6 +8724,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00058} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 36 @@ -8603,6 +8761,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8687,6 +8846,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00118} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 4 @@ -8723,6 +8883,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8807,6 +8968,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 91 @@ -8843,6 +9005,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8927,6 +9090,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00091999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 17 @@ -8963,6 +9127,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9047,6 +9212,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 84 @@ -9083,6 +9249,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9165,6 +9332,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 5 @@ -9201,6 +9369,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -9235,6 +9404,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00137} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 119 @@ -9271,6 +9441,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9352,6 +9523,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 43 @@ -9400,6 +9572,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 78 @@ -9436,6 +9609,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9517,6 +9691,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 4 @@ -9562,6 +9737,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 82 @@ -9610,6 +9786,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 120 @@ -9646,6 +9823,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9730,6 +9908,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 55 @@ -9766,6 +9945,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9847,6 +10027,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 17 @@ -9892,6 +10073,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 8 @@ -9937,6 +10119,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 25 @@ -9985,6 +10168,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 40 @@ -10021,6 +10205,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10102,6 +10287,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 70 @@ -10148,6 +10334,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 28 @@ -10186,6 +10373,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -10220,6 +10408,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00114} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 130 @@ -10256,6 +10445,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10337,6 +10527,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 49 @@ -10385,6 +10576,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00091} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 18 @@ -10421,6 +10613,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10507,6 +10700,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 153 @@ -10543,6 +10737,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10653,6 +10848,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 115 @@ -10689,6 +10885,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10771,6 +10968,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 6 @@ -10831,6 +11029,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00172} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 105 @@ -10867,6 +11066,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10948,6 +11148,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 31 @@ -10993,6 +11194,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 76 @@ -11041,6 +11243,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016399999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 100 @@ -11077,6 +11280,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11158,6 +11362,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 34 @@ -11205,6 +11410,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 15 @@ -11239,6 +11445,9 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -11288,6 +11497,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00071} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 157 @@ -11324,6 +11534,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11408,6 +11619,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 111 @@ -11444,6 +11656,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11528,6 +11741,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.000069999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 59 @@ -11564,6 +11778,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11648,6 +11863,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00097} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 13 @@ -11684,6 +11900,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11768,6 +11985,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00154} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 141 @@ -11804,6 +12022,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11888,6 +12107,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 132 @@ -11924,6 +12144,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12005,6 +12226,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 89 @@ -12052,6 +12274,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 10 @@ -12085,6 +12308,8 @@ MonoBehaviour: _childDrawableRenderers: - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -12134,6 +12359,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 133 @@ -12170,6 +12396,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12254,6 +12481,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00165} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 134 @@ -12290,6 +12518,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12374,6 +12603,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00169} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 129 @@ -12410,6 +12640,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12494,6 +12725,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00162} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 143 @@ -12530,6 +12762,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12614,6 +12847,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 2 @@ -12650,6 +12884,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12734,6 +12969,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 42 @@ -12770,6 +13006,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12854,6 +13091,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00094} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 16 @@ -12890,6 +13128,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12974,6 +13213,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 62 @@ -13010,6 +13250,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13094,6 +13335,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 8 @@ -13130,6 +13372,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13214,6 +13457,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00144} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 108 @@ -13250,6 +13494,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13334,6 +13579,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 164 @@ -13370,6 +13616,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13454,6 +13701,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 124 @@ -13490,6 +13738,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13571,6 +13820,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 27 @@ -13619,6 +13869,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 101 @@ -13655,6 +13906,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13736,6 +13988,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 44 @@ -13783,6 +14036,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 12 @@ -13817,6 +14071,9 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -13863,6 +14120,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 40 @@ -13911,6 +14169,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 168 @@ -13947,6 +14206,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14031,6 +14291,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 35 @@ -14067,6 +14328,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14151,6 +14413,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 103 @@ -14187,6 +14450,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14271,6 +14535,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00117} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 5 @@ -14307,6 +14572,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14391,6 +14657,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00014999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 92 @@ -14427,6 +14694,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14510,6 +14778,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 14 @@ -14544,6 +14813,8 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -14593,6 +14864,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00168} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 148 @@ -14629,6 +14901,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14723,6 +14996,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4424758193012710} - {fileID: 4598879919029402} @@ -14885,10 +15159,11 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: ExpressionsList: {fileID: 11400000, guid: 3a537a92ee1560549aa1cf5c31af8e65, type: 2} + UseLegacyBlendCalculation: 0 CurrentExpressionIndex: -1 --- !u!95 &95434638689952108 Animator: - serializedVersion: 3 + serializedVersion: 5 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -14901,10 +15176,12 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!114 &114683656935409580 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15509,6 +15786,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 12 @@ -15555,6 +15833,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 25 @@ -15591,6 +15870,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -15625,6 +15905,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 25 @@ -15661,6 +15942,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15743,6 +16025,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 6 @@ -15778,6 +16061,14 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -15812,6 +16103,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00127} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 77 @@ -15848,6 +16140,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15929,6 +16222,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 30 @@ -15974,6 +16268,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 78 @@ -16020,6 +16315,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 17 @@ -16065,6 +16361,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -16096,6 +16393,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 55 @@ -16144,6 +16442,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00017} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 90 @@ -16180,6 +16479,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16261,6 +16561,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 66 @@ -16306,6 +16607,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 1 @@ -16354,6 +16656,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00111} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 0 @@ -16390,6 +16693,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16471,6 +16775,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 26 @@ -16516,6 +16821,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 87 @@ -16561,6 +16867,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 75 @@ -16606,6 +16913,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 56 @@ -16651,6 +16959,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 11 @@ -16699,6 +17008,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 31 @@ -16735,6 +17045,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16819,6 +17130,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 24 @@ -16855,6 +17167,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16939,6 +17252,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 104 @@ -16975,6 +17289,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17059,6 +17374,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00104} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 70 @@ -17095,6 +17411,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17177,6 +17494,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 18 @@ -17223,6 +17541,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -17257,6 +17576,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00163} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 106 @@ -17293,6 +17613,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17374,6 +17695,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 35 @@ -17422,6 +17744,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 19 @@ -17458,6 +17781,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17539,6 +17863,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 39 @@ -17587,6 +17912,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00057} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 37 @@ -17623,6 +17949,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17707,6 +18034,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 32 @@ -17743,6 +18071,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17827,6 +18156,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 123 @@ -17863,6 +18193,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17945,6 +18276,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 8 @@ -17981,6 +18313,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -18015,6 +18348,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 151 @@ -18051,6 +18385,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18132,6 +18467,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 73 @@ -18180,6 +18516,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00142} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 96 @@ -18216,6 +18553,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18300,6 +18638,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00036} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 50 @@ -18336,6 +18675,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18417,6 +18757,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 92 @@ -18465,6 +18806,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 158 @@ -18501,6 +18843,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18583,6 +18926,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 27 @@ -18621,6 +18965,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -18655,6 +19000,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00105} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 7 @@ -18691,6 +19037,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18772,6 +19119,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 2 @@ -18817,6 +19165,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 71 @@ -18864,6 +19213,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 11 @@ -18896,6 +19246,8 @@ MonoBehaviour: m_EditorClassIdentifier: _childDrawableRenderers: - {fileID: 0} + _childParts: + - {fileID: 0} _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -18945,6 +19297,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00102} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 9 @@ -18981,6 +19334,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19064,6 +19418,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 4 @@ -19101,6 +19456,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -19150,6 +19506,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016699999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 128 @@ -19186,6 +19543,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19270,6 +19628,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 72 @@ -19306,6 +19665,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19387,6 +19747,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 0 @@ -19433,6 +19794,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 21 @@ -19469,6 +19831,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -19503,6 +19866,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 145 @@ -19539,6 +19903,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19623,6 +19988,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 122 @@ -19659,6 +20025,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19740,6 +20107,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 57 @@ -19788,6 +20156,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00093} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 71 @@ -19824,6 +20193,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19905,6 +20275,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 46 @@ -19950,6 +20321,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 68 @@ -19998,6 +20370,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 162 @@ -20034,6 +20407,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20118,6 +20492,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 140 @@ -20154,6 +20529,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20238,6 +20614,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00039} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 47 @@ -20274,6 +20651,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20358,6 +20736,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00054} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 39 @@ -20394,6 +20773,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20475,6 +20855,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 85 @@ -20521,6 +20902,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 0 @@ -20553,6 +20935,7 @@ MonoBehaviour: m_EditorClassIdentifier: _childDrawableRenderers: - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -20587,6 +20970,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 38 @@ -20623,6 +21007,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20707,6 +21092,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 44 @@ -20743,6 +21129,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20827,6 +21214,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 28 @@ -20863,6 +21251,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20947,6 +21336,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 73 @@ -20983,6 +21373,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21063,6 +21454,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4608987626771970} - {fileID: 4541893923255002} @@ -21273,6 +21665,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00067} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 27 @@ -21309,6 +21702,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21393,6 +21787,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00101} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 10 @@ -21429,6 +21824,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21510,6 +21906,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 58 @@ -21555,6 +21952,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 90 @@ -21603,6 +22001,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00148} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 114 @@ -21639,6 +22038,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21723,6 +22123,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00051} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 69 @@ -21759,6 +22160,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21843,6 +22245,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00108} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 3 @@ -21879,6 +22282,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21965,6 +22369,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00174} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 152 @@ -22001,6 +22406,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22111,6 +22517,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00035} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 137 @@ -22147,6 +22554,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22231,6 +22639,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 21 @@ -22267,6 +22676,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22351,6 +22761,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 29 @@ -22387,6 +22798,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22468,6 +22880,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 72 @@ -22513,6 +22926,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 62 @@ -22558,6 +22972,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 41 @@ -22606,6 +23021,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 97 @@ -22642,6 +23058,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22726,6 +23143,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 147 @@ -22762,6 +23180,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22843,6 +23262,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 15 @@ -22891,6 +23311,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00022999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 110 @@ -22927,6 +23348,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23008,6 +23430,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 28 @@ -23054,6 +23477,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 31 @@ -23092,6 +23516,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -23124,6 +23549,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 22 @@ -23162,6 +23588,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -23193,6 +23620,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 51 @@ -23241,6 +23669,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00096} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 14 @@ -23277,6 +23706,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23358,6 +23788,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 79 @@ -23406,6 +23837,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 48 @@ -23442,6 +23874,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23526,6 +23959,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 161 @@ -23562,6 +23996,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23643,6 +24078,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 7 @@ -23691,6 +24127,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 58 @@ -23727,6 +24164,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23809,6 +24247,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 26 @@ -23847,6 +24286,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -23878,6 +24318,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 20 @@ -23926,6 +24367,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00006} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 60 @@ -23962,6 +24404,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24046,6 +24489,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 54 @@ -24082,6 +24526,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24163,6 +24608,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 47 @@ -24211,6 +24657,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00061} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 33 @@ -24247,6 +24694,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24329,6 +24777,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 9 @@ -24371,6 +24820,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -24402,6 +24852,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 54 @@ -24450,6 +24901,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00128} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 125 @@ -24486,6 +24938,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24567,6 +25020,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 48 @@ -24615,6 +25069,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00122} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 82 @@ -24651,6 +25106,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24735,6 +25191,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00064} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 30 @@ -24771,6 +25228,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24855,6 +25313,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00121} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 83 @@ -24891,6 +25350,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24975,6 +25435,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00005} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 65 @@ -25011,6 +25472,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25095,6 +25557,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 1 @@ -25131,6 +25594,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25212,6 +25676,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 19 @@ -25257,6 +25722,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 33 @@ -25305,6 +25771,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 175 @@ -25341,6 +25808,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25425,6 +25893,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 113 @@ -25461,6 +25930,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25545,6 +26015,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 167 @@ -25581,6 +26052,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25665,6 +26137,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00086} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 23 @@ -25701,6 +26174,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25782,6 +26256,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 38 @@ -25830,6 +26305,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00047} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 170 @@ -25866,6 +26342,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25950,6 +26427,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 26 @@ -25986,6 +26464,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26068,6 +26547,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 23 @@ -26125,6 +26605,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 69 @@ -26170,6 +26651,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 9 @@ -26218,6 +26700,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 89 @@ -26254,6 +26737,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26336,6 +26820,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 23 @@ -26373,6 +26858,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -26407,6 +26893,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 144 @@ -26443,6 +26930,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26524,6 +27012,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 83 @@ -26572,6 +27061,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00131} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 76 @@ -26608,6 +27098,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26692,6 +27183,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00034} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 136 @@ -26728,6 +27220,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26808,6 +27301,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4022326652377996} - {fileID: 4355484633502816} @@ -26938,6 +27432,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 56 @@ -26974,6 +27469,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27056,6 +27552,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 30 @@ -27093,6 +27590,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -27124,6 +27622,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 88 @@ -27169,6 +27668,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 29 @@ -27217,6 +27717,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 43 @@ -27253,6 +27754,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27334,6 +27836,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 91 @@ -27379,6 +27882,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 5 @@ -27424,6 +27928,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 45 @@ -27472,6 +27977,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 41 @@ -27508,6 +28014,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27589,6 +28096,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 24 @@ -27637,6 +28145,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 94 @@ -27673,6 +28182,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27757,6 +28267,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00145} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 107 @@ -27793,6 +28304,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27874,6 +28386,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 18 @@ -27919,6 +28432,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 81 @@ -27967,6 +28481,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00125} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 79 @@ -28003,6 +28518,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28087,6 +28603,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00136} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 118 @@ -28123,6 +28640,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28204,6 +28722,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 37 @@ -28249,6 +28768,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 63 @@ -28297,6 +28817,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 166 @@ -28333,6 +28854,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28417,6 +28939,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 75 @@ -28453,6 +28976,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28534,6 +29058,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4424758193012710} m_RootOrder: 74 @@ -28582,6 +29107,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00113} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 131 @@ -28618,6 +29144,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28700,6 +29227,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 20 @@ -28735,6 +29263,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -28769,6 +29298,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00153} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 142 @@ -28805,6 +29335,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28887,6 +29418,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4598879919029402} m_RootOrder: 2 @@ -28924,6 +29456,7 @@ MonoBehaviour: - {fileID: 0} - {fileID: 0} - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -28958,6 +29491,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00042} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4832940144827194} m_RootOrder: 46 @@ -28994,6 +29528,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_00.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_00.anim index d84269fe..43f1749f 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_00.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_00.anim @@ -677,5 +677,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 19258 + intParameter: 22396 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_01.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_01.anim index 5e2c030d..44fc6524 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_01.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_01.anim @@ -6266,5 +6266,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 14070 + intParameter: 22380 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_02.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_02.anim index 154c17f3..228d0477 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_02.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_02.anim @@ -8525,5 +8525,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 14038 + intParameter: 22296 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_03.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_03.anim index fc8d3ed3..b2fd6e95 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_03.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_03.anim @@ -9092,5 +9092,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 14086 + intParameter: 22436 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_04.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_04.anim index 88da8e1b..75280c1c 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_04.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_04.anim @@ -10325,5 +10325,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 19202 + intParameter: 22336 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_05.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_05.anim index 325d7f8d..263c901c 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_05.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_05.anim @@ -9605,5 +9605,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 19270 + intParameter: 22408 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_06.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_06.anim index 68a2e583..f61ee3ab 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_06.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_06.anim @@ -9605,5 +9605,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 19170 + intParameter: 22304 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_07.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_07.anim index f4ee20fc..22236436 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_07.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_07.anim @@ -8939,5 +8939,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 14062 + intParameter: 22364 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_08.anim b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_08.anim index 5133a9b6..ee5acfa8 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_08.anim +++ b/Assets/Live2D/Cubism/Samples/Models/Natori/motions/mtn_08.anim @@ -8489,5 +8489,5 @@ AnimationClip: data: objectReferenceParameter: {fileID: 0} floatParameter: 0 - intParameter: 14030 + intParameter: 22272 messageOptions: 1 diff --git a/Assets/Live2D/Cubism/Samples/Models/Rice/Rice.prefab b/Assets/Live2D/Cubism/Samples/Models/Rice/Rice.prefab index 174563a3..1cff705c 100644 --- a/Assets/Live2D/Cubism/Samples/Models/Rice/Rice.prefab +++ b/Assets/Live2D/Cubism/Samples/Models/Rice/Rice.prefab @@ -28,6 +28,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 78 @@ -88,6 +89,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 27 @@ -150,6 +152,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00127} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 146 @@ -186,6 +189,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -270,6 +274,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016699999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 102 @@ -306,6 +311,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -388,6 +394,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 48 @@ -450,6 +457,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00121} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 141 @@ -486,6 +494,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -570,6 +579,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 24 @@ -606,6 +616,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -688,6 +699,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 7 @@ -749,6 +761,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 16 @@ -780,8 +793,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114961480289485120} - - {fileID: 114645728363684524} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -830,6 +844,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00104} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 55 @@ -866,6 +881,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -948,6 +964,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 75 @@ -1010,6 +1027,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 81 @@ -1046,6 +1064,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1130,6 +1149,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00122} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 148 @@ -1166,6 +1186,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1248,6 +1269,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 30 @@ -1308,6 +1330,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 28 @@ -1370,6 +1393,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00047} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 17 @@ -1406,6 +1430,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1488,6 +1513,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 72 @@ -1550,6 +1576,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 132 @@ -1586,6 +1613,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1669,6 +1697,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 15 @@ -1700,8 +1729,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114063529177330008} - - {fileID: 114598604573686186} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -1750,6 +1780,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00113} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 140 @@ -1786,6 +1817,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1870,6 +1902,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 15 @@ -1906,6 +1939,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -1990,6 +2024,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00165} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 100 @@ -2026,6 +2061,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2108,6 +2144,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 9 @@ -2170,6 +2207,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00147} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 5 @@ -2206,6 +2244,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2289,6 +2328,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 10 @@ -2320,18 +2360,19 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114729984907444356} - - {fileID: 114550223484449348} - - {fileID: 114297940524736082} - - {fileID: 114249865824981120} - - {fileID: 114137194083773818} - - {fileID: 114540697756657498} - - {fileID: 114101407797345042} - - {fileID: 114094935506926664} - - {fileID: 114275083223163348} - - {fileID: 114679658718211156} - - {fileID: 114023714704867830} - - {fileID: 114038952465889036} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -2380,6 +2421,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00022999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 68 @@ -2416,6 +2458,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2500,6 +2543,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.000069999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 84 @@ -2536,6 +2580,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -2616,6 +2661,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4687900412452712} - {fileID: 4015404978122110} @@ -2826,6 +2872,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 80 @@ -2887,6 +2934,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 5 @@ -2918,9 +2966,10 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114370014442375836} - - {fileID: 114082412249691242} - - {fileID: 114267528710476314} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -2969,6 +3018,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 158 @@ -3005,6 +3055,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3087,6 +3138,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 82 @@ -3147,6 +3199,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 71 @@ -3209,6 +3262,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00052} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 16 @@ -3245,6 +3299,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3329,6 +3384,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 118 @@ -3365,6 +3421,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3449,6 +3506,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 6 @@ -3485,6 +3543,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3569,6 +3628,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00157} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 153 @@ -3605,6 +3665,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3689,6 +3750,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00034} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 29 @@ -3725,6 +3787,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3807,6 +3870,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 90 @@ -3869,6 +3933,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 34 @@ -3905,6 +3970,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -3988,6 +4054,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 28 @@ -4019,13 +4086,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114337448546526808} - - {fileID: 114080948395486030} - - {fileID: 114081846428285270} - - {fileID: 114912618580304294} - - {fileID: 114919988855745114} - - {fileID: 114519949866683892} - - {fileID: 114153963348271986} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4074,6 +4142,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 32 @@ -4110,6 +4179,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4192,6 +4262,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 64 @@ -4253,6 +4324,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 4 @@ -4284,19 +4356,20 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114187643365264994} - - {fileID: 114291405359822392} - - {fileID: 114859773893315664} - - {fileID: 114381880478465796} - - {fileID: 114520806854503600} - - {fileID: 114736178957590984} - - {fileID: 114194605603059756} - - {fileID: 114276028727850338} - - {fileID: 114072602904048514} - - {fileID: 114689229586446786} - - {fileID: 114009340009612594} - - {fileID: 114796001272407534} - - {fileID: 114269446700221512} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4345,6 +4418,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00058} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 176 @@ -4381,6 +4455,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4465,6 +4540,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 57 @@ -4501,6 +4577,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4583,6 +4660,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 24 @@ -4645,6 +4723,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 126 @@ -4681,6 +4760,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4765,6 +4845,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 18 @@ -4801,6 +4882,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -4884,6 +4966,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 8 @@ -4915,10 +4998,11 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114775698988515586} - - {fileID: 114114727729129898} - - {fileID: 114392547839376086} - - {fileID: 114807384982438120} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -4967,6 +5051,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 51 @@ -5003,6 +5088,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5085,6 +5171,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 52 @@ -5145,6 +5232,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 60 @@ -5203,6 +5291,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4791413005722072} - {fileID: 4707911694428428} @@ -5267,6 +5356,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00171} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 175 @@ -5303,6 +5393,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5385,6 +5476,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 56 @@ -5447,6 +5539,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 85 @@ -5483,6 +5576,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5565,6 +5659,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 88 @@ -5629,6 +5724,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00177} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 177 @@ -5665,6 +5761,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5775,6 +5872,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 89 @@ -5811,6 +5909,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -5893,6 +5992,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 42 @@ -5955,6 +6055,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 109 @@ -5991,6 +6092,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6073,6 +6175,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 15 @@ -6135,6 +6238,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00039} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 33 @@ -6171,6 +6275,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6255,6 +6360,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00035} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 28 @@ -6291,6 +6397,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6373,6 +6480,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 77 @@ -6435,6 +6543,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 62 @@ -6471,6 +6580,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6553,6 +6663,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 39 @@ -6615,6 +6726,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 110 @@ -6651,6 +6763,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6735,6 +6848,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00061} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 23 @@ -6771,6 +6885,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6855,6 +6970,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 40 @@ -6891,6 +7007,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -6975,6 +7092,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00114} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 138 @@ -7011,6 +7129,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7095,6 +7214,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00151} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 107 @@ -7131,6 +7251,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7213,6 +7334,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 89 @@ -7274,6 +7396,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 23 @@ -7305,6 +7428,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -7353,6 +7477,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 96 @@ -7389,6 +7514,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7471,6 +7597,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 26 @@ -7533,6 +7660,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00133} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 133 @@ -7569,6 +7697,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7651,6 +7780,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 0 @@ -7713,6 +7843,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00118} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 135 @@ -7749,6 +7880,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -7831,6 +7963,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 84 @@ -7892,6 +8025,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 21 @@ -7923,6 +8057,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -7971,6 +8106,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00074} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 43 @@ -8007,6 +8143,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8089,6 +8226,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 65 @@ -8150,6 +8288,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 25 @@ -8181,6 +8320,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -8229,6 +8369,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0007} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 1 @@ -8265,6 +8406,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8347,6 +8489,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 6 @@ -8409,6 +8552,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00143} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 7 @@ -8445,6 +8589,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8525,6 +8670,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4972527849207296} - {fileID: 4097346938977914} @@ -8655,6 +8801,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00116} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 142 @@ -8691,6 +8838,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8775,6 +8923,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 154 @@ -8811,6 +8960,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -8893,6 +9043,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 32 @@ -8955,6 +9106,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00084} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 52 @@ -8991,6 +9143,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9073,6 +9226,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 86 @@ -9133,6 +9287,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 12 @@ -9195,6 +9350,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00131} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 160 @@ -9231,6 +9387,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9315,6 +9472,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00154} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 150 @@ -9351,6 +9509,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9433,6 +9592,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 95 @@ -9495,6 +9655,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00098} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 94 @@ -9531,6 +9692,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9615,6 +9777,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00134} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 56 @@ -9651,6 +9814,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9734,6 +9898,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 2 @@ -9765,9 +9930,10 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114133661056586224} - - {fileID: 114853280649106000} - - {fileID: 114395655914197754} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -9814,6 +9980,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 43 @@ -9876,6 +10043,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 22 @@ -9912,6 +10080,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -9995,6 +10164,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 14 @@ -10026,24 +10196,25 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114943389623182540} - - {fileID: 114216932730891866} - - {fileID: 114171351874957270} - - {fileID: 114436515488017666} - - {fileID: 114364999718171752} - - {fileID: 114503343544496042} - - {fileID: 114361184324203018} - - {fileID: 114417557480429418} - - {fileID: 114602221458275386} - - {fileID: 114659908595782110} - - {fileID: 114444078317136242} - - {fileID: 114927066746198696} - - {fileID: 114551297309508528} - - {fileID: 114590993278339324} - - {fileID: 114071706662897054} - - {fileID: 114959367924355622} - - {fileID: 114936185638110724} - - {fileID: 114157634131444672} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -10090,6 +10261,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 34 @@ -10152,6 +10324,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 38 @@ -10188,6 +10361,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10271,6 +10445,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 13 @@ -10302,19 +10477,20 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114346700773674148} - - {fileID: 114212127905512542} - - {fileID: 114830895775508374} - - {fileID: 114410932352107994} - - {fileID: 114872655047382278} - - {fileID: 114805551445526886} - - {fileID: 114957548521437316} - - {fileID: 114494077668588392} - - {fileID: 114939202834263480} - - {fileID: 114104379493379502} - - {fileID: 114000034438774632} - - {fileID: 114891660210455000} - - {fileID: 114448978661631236} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -10363,6 +10539,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00062999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 13 @@ -10399,6 +10576,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10482,6 +10660,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 9 @@ -10513,18 +10692,19 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114527245481777688} - - {fileID: 114169049215702104} - - {fileID: 114863221535724134} - - {fileID: 114073756197235678} - - {fileID: 114499253764141228} - - {fileID: 114497684782837626} - - {fileID: 114626687729708390} - - {fileID: 114264767550547130} - - {fileID: 114690009825231468} - - {fileID: 114191252232554134} - - {fileID: 114083059777684322} - - {fileID: 114145637147138306} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -10573,6 +10753,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00005} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 61 @@ -10609,6 +10790,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10693,6 +10875,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00057} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 112 @@ -10729,6 +10912,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10813,6 +10997,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00096} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 36 @@ -10849,6 +11034,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -10931,6 +11117,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 18 @@ -10993,6 +11180,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00040999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 30 @@ -11029,6 +11217,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11113,6 +11302,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00094999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 122 @@ -11149,6 +11339,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11231,6 +11422,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 21 @@ -11293,6 +11485,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 64 @@ -11329,6 +11522,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11411,6 +11605,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 14 @@ -11473,6 +11668,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00001} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 65 @@ -11509,6 +11705,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11593,6 +11790,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00111} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 161 @@ -11629,6 +11827,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11711,6 +11910,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 92 @@ -11771,6 +11971,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 87 @@ -11833,6 +12034,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00105} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 54 @@ -11869,6 +12071,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -11953,6 +12156,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00125} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 144 @@ -11989,6 +12193,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12073,6 +12278,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 167 @@ -12109,6 +12315,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12192,6 +12399,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 20 @@ -12223,11 +12431,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114128771638629288} - - {fileID: 114881534145408762} - - {fileID: 114588984207014442} - - {fileID: 114815984500093092} - - {fileID: 114756176748638846} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -12276,6 +12485,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013799999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 12 @@ -12312,6 +12522,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12396,6 +12607,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 127 @@ -12432,6 +12644,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12516,6 +12729,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 92 @@ -12552,6 +12766,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12635,6 +12850,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 7 @@ -12666,9 +12882,10 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114605128062983872} - - {fileID: 114905887894280648} - - {fileID: 114927555237569050} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -12716,6 +12933,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 12 @@ -12747,12 +12965,13 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114120223329649092} - - {fileID: 114477753896183448} - - {fileID: 114040003561500538} - - {fileID: 114098050330501138} - - {fileID: 114264937037261224} - - {fileID: 114909798501782502} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -12801,6 +13020,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0002} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 71 @@ -12837,6 +13057,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -12921,6 +13142,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 82 @@ -12957,6 +13179,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13039,6 +13262,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 17 @@ -13099,6 +13323,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 83 @@ -13161,6 +13386,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00091999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 45 @@ -13197,6 +13423,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13281,6 +13508,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00086} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 130 @@ -13317,6 +13545,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13399,6 +13628,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 41 @@ -13459,6 +13689,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 81 @@ -13519,6 +13750,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 79 @@ -13581,6 +13813,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 78 @@ -13617,6 +13850,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13701,6 +13935,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 69 @@ -13737,6 +13972,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13821,6 +14057,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 168 @@ -13857,6 +14094,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -13940,6 +14178,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 0 @@ -13971,7 +14210,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114382442533478018} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -14020,6 +14260,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00029999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 88 @@ -14056,6 +14297,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14139,6 +14381,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 18 @@ -14170,7 +14413,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114764020352148586} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -14219,6 +14463,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012299999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 149 @@ -14255,6 +14500,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14337,6 +14583,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 51 @@ -14399,6 +14646,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00137} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 123 @@ -14435,6 +14683,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14519,6 +14768,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00128} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 147 @@ -14555,6 +14805,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14637,6 +14888,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 70 @@ -14699,6 +14951,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00166} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 101 @@ -14735,6 +14988,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14817,6 +15071,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 63 @@ -14879,6 +15134,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 113 @@ -14915,6 +15171,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -14999,6 +15256,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00012} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 79 @@ -15035,6 +15293,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15117,6 +15376,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 74 @@ -15177,6 +15437,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 31 @@ -15237,6 +15498,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 1 @@ -15299,6 +15561,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00021} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 70 @@ -15335,6 +15598,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15419,6 +15683,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00049} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 114 @@ -15455,6 +15720,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15539,6 +15805,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00013999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 77 @@ -15575,6 +15842,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15657,6 +15925,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 73 @@ -15719,6 +15988,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00091} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 46 @@ -15755,6 +16025,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -15838,6 +16109,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 29 @@ -15869,6 +16141,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -15916,6 +16189,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 11 @@ -15947,11 +16221,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114355685497430934} - - {fileID: 114581673424585960} - - {fileID: 114808751186090022} - - {fileID: 114548149388106464} - - {fileID: 114707847399874178} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -15999,6 +16274,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 22 @@ -16030,11 +16306,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114510860679578228} - - {fileID: 114527848135683406} - - {fileID: 114263406318913460} - - {fileID: 114153202423627282} - - {fileID: 114732621631705534} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -16083,6 +16360,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00083} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 169 @@ -16119,6 +16397,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16201,6 +16480,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 29 @@ -16261,6 +16541,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 62 @@ -16323,6 +16604,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00077} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 41 @@ -16359,6 +16641,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16441,6 +16724,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 94 @@ -16503,6 +16787,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0017499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 116 @@ -16539,6 +16824,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -16621,6 +16907,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 91 @@ -16681,6 +16968,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 58 @@ -16742,6 +17030,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 3 @@ -16815,6 +17104,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 27 @@ -16846,6 +17136,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: [] + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -16894,6 +17185,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0009} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 47 @@ -16930,6 +17222,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17014,6 +17307,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00045999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 59 @@ -17050,6 +17344,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17132,6 +17427,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 44 @@ -17194,6 +17490,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00026} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 121 @@ -17230,6 +17527,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17314,6 +17612,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016399999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 99 @@ -17350,6 +17649,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17432,6 +17732,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 55 @@ -17492,6 +17793,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 68 @@ -17554,6 +17856,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0012599999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 145 @@ -17590,6 +17893,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17674,6 +17978,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00071} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 0 @@ -17710,6 +18015,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17792,6 +18098,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 25 @@ -17854,6 +18161,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 37 @@ -17890,6 +18198,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -17974,6 +18283,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00067} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 3 @@ -18010,6 +18320,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18094,6 +18405,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00099} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 93 @@ -18130,6 +18442,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18214,6 +18527,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015499999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 151 @@ -18250,6 +18564,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18334,6 +18649,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0004} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 31 @@ -18370,6 +18686,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18452,6 +18769,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 36 @@ -18512,6 +18830,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 37 @@ -18572,6 +18891,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 61 @@ -18634,6 +18954,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00017} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 74 @@ -18670,6 +18991,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18754,6 +19076,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00003} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 63 @@ -18790,6 +19113,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18874,6 +19198,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 75 @@ -18910,6 +19235,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -18994,6 +19320,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00139} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 11 @@ -19030,6 +19357,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19112,6 +19440,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 19 @@ -19172,6 +19501,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 13 @@ -19232,6 +19562,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 23 @@ -19294,6 +19625,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00156} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 152 @@ -19330,6 +19662,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19412,6 +19745,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 93 @@ -19474,6 +19808,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 137 @@ -19510,6 +19845,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19594,6 +19930,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00032} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 86 @@ -19630,6 +19967,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19714,6 +20052,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00037} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 26 @@ -19750,6 +20089,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19834,6 +20174,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00172} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 174 @@ -19870,6 +20211,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -19952,6 +20294,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 67 @@ -20014,6 +20357,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00115} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 139 @@ -20050,6 +20394,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20134,6 +20479,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00006} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 60 @@ -20170,6 +20516,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20252,6 +20599,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 5 @@ -20314,6 +20662,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 73 @@ -20350,6 +20699,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20434,6 +20784,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00055} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 111 @@ -20470,6 +20821,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20552,6 +20904,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 49 @@ -20614,6 +20967,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087999995} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 49 @@ -20650,6 +21004,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20734,6 +21089,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00102} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 35 @@ -20770,6 +21126,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -20852,6 +21209,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 16 @@ -20914,6 +21272,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00144} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 155 @@ -20950,6 +21309,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21034,6 +21394,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00174} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 117 @@ -21070,6 +21431,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21154,6 +21516,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00014999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 76 @@ -21190,6 +21553,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21274,6 +21638,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00094} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 53 @@ -21310,6 +21675,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21394,6 +21760,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014099999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 9 @@ -21430,6 +21797,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21512,6 +21880,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 4 @@ -21574,6 +21943,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0015199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 108 @@ -21610,6 +21980,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -21692,6 +22063,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 22 @@ -21753,6 +22125,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 17 @@ -21784,14 +22157,15 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114960633522837282} - - {fileID: 114170623482981212} - - {fileID: 114021289753028514} - - {fileID: 114604703770729400} - - {fileID: 114352726402273294} - - {fileID: 114069643068807178} - - {fileID: 114463955834204592} - - {fileID: 114582537190506008} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -21838,6 +22212,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 54 @@ -21900,6 +22275,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00087} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 50 @@ -21936,6 +22312,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22020,6 +22397,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00163} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 98 @@ -22056,6 +22434,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22140,6 +22519,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 10 @@ -22176,6 +22556,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22260,6 +22641,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00088999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 48 @@ -22296,6 +22678,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22380,6 +22763,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 105 @@ -22416,6 +22800,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22500,6 +22885,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 120 @@ -22536,6 +22922,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22620,6 +23007,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 162 @@ -22656,6 +23044,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22740,6 +23129,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00008} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 83 @@ -22776,6 +23166,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -22858,6 +23249,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 20 @@ -22920,6 +23312,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00101} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 91 @@ -22956,6 +23349,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23038,6 +23432,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 53 @@ -23098,6 +23493,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 50 @@ -23158,6 +23554,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 69 @@ -23218,6 +23615,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 11 @@ -23280,6 +23678,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 44 @@ -23316,6 +23715,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23398,6 +23798,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 10 @@ -23460,6 +23861,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00093} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 124 @@ -23496,6 +23898,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23580,6 +23983,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00142} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 8 @@ -23616,6 +24020,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23698,6 +24103,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 47 @@ -23758,6 +24164,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 35 @@ -23820,6 +24227,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00168} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 103 @@ -23856,6 +24264,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -23940,6 +24349,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00107} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 165 @@ -23976,6 +24386,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24060,6 +24471,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00078999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 39 @@ -24096,6 +24508,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24180,6 +24593,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00108} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 164 @@ -24216,6 +24630,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24300,6 +24715,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00018999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 72 @@ -24336,6 +24752,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24418,6 +24835,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 8 @@ -24479,6 +24897,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 2 @@ -24553,6 +24972,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 20 @@ -24589,6 +25009,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24673,6 +25094,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00159} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 172 @@ -24709,6 +25131,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24793,6 +25216,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00119} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 136 @@ -24829,6 +25253,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -24913,6 +25338,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00072} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 170 @@ -24949,6 +25375,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25031,6 +25458,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 59 @@ -25091,6 +25519,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 85 @@ -25153,6 +25582,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0013} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 159 @@ -25189,6 +25619,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25271,6 +25702,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 76 @@ -25333,6 +25765,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00048} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 115 @@ -25369,6 +25802,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25453,6 +25887,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00036} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 27 @@ -25489,6 +25924,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25571,6 +26007,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 33 @@ -25633,6 +26070,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00148} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 4 @@ -25669,6 +26107,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25753,6 +26192,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0014899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 128 @@ -25789,6 +26229,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25873,6 +26314,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 106 @@ -25909,6 +26351,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -25991,6 +26434,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 40 @@ -26053,6 +26497,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00042} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 21 @@ -26089,6 +26534,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26171,6 +26617,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 45 @@ -26233,6 +26680,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00136} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 58 @@ -26269,6 +26717,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26353,6 +26802,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0011199999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 157 @@ -26389,6 +26839,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26472,6 +26923,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 26 @@ -26503,15 +26955,16 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114007058106025740} - - {fileID: 114780856056642026} - - {fileID: 114361970547920318} - - {fileID: 114827171232694400} - - {fileID: 114601101980128450} - - {fileID: 114712098076667438} - - {fileID: 114936446828667710} - - {fileID: 114999934222118750} - - {fileID: 114097301252822186} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -26560,6 +27013,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00124} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 143 @@ -26596,6 +27050,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26680,6 +27135,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00153} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 173 @@ -26716,6 +27172,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26800,6 +27257,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00162} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 97 @@ -26836,6 +27294,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -26920,6 +27379,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0016} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 171 @@ -26956,6 +27416,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27039,6 +27500,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 3 @@ -27070,11 +27532,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114505023284969594} - - {fileID: 114314345258496480} - - {fileID: 114761798758530128} - - {fileID: 114450820265169882} - - {fileID: 114360364935392802} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -27122,6 +27585,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 1 @@ -27153,24 +27617,25 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114532082547633860} - - {fileID: 114744153682764876} - - {fileID: 114690060752176240} - - {fileID: 114222681228861126} - - {fileID: 114297599324966128} - - {fileID: 114870281735415888} - - {fileID: 114635597223615222} - - {fileID: 114652477019898350} - - {fileID: 114821792891576164} - - {fileID: 114290182518138082} - - {fileID: 114586125519064074} - - {fileID: 114646066048799968} - - {fileID: 114267313295994916} - - {fileID: 114834946016282266} - - {fileID: 114143424417428454} - - {fileID: 114552681372627068} - - {fileID: 114115528226592092} - - {fileID: 114549514799867370} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -27219,6 +27684,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00054} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 14 @@ -27255,6 +27721,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27339,6 +27806,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00081999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 125 @@ -27375,6 +27843,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27459,6 +27928,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00068} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 2 @@ -27495,6 +27965,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27579,6 +28050,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00097} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 156 @@ -27615,6 +28087,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -27708,6 +28181,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4588701121944262} - {fileID: 4769978045448470} @@ -27856,10 +28330,11 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: ExpressionsList: {fileID: 0} + UseLegacyBlendCalculation: 0 CurrentExpressionIndex: -1 --- !u!95 &95958968484294624 Animator: - serializedVersion: 3 + serializedVersion: 5 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -27872,10 +28347,12 @@ Animator: m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!114 &114961569300368472 MonoBehaviour: m_ObjectHideFlags: 0 @@ -28794,6 +29271,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 6 @@ -28825,8 +29303,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114338000986121318} - - {fileID: 114049498345876454} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -28875,6 +29354,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.0010899999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 163 @@ -28911,6 +29391,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -28993,6 +29474,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 66 @@ -29055,6 +29537,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 131 @@ -29091,6 +29574,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29175,6 +29659,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00031} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 87 @@ -29211,6 +29696,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29293,6 +29779,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 46 @@ -29354,6 +29841,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 19 @@ -29385,18 +29873,19 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114116977077007984} - - {fileID: 114029816262584338} - - {fileID: 114646842446321222} - - {fileID: 114709753271303020} - - {fileID: 114146676747128308} - - {fileID: 114004364616374648} - - {fileID: 114554518038795166} - - {fileID: 114548769056153070} - - {fileID: 114767170727893556} - - {fileID: 114225999105409632} - - {fileID: 114617931108369848} - - {fileID: 114109834989099232} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -29445,6 +29934,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00027999998} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 90 @@ -29481,6 +29971,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29565,6 +30056,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00065999996} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 129 @@ -29601,6 +30093,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29685,6 +30178,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00010999999} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 80 @@ -29721,6 +30215,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29805,6 +30300,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00043999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 19 @@ -29841,6 +30337,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -29924,6 +30421,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4769978045448470} m_RootOrder: 24 @@ -29955,15 +30453,16 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _childDrawableRenderers: - - {fileID: 114347312235649552} - - {fileID: 114531606291581624} - - {fileID: 114129364595635922} - - {fileID: 114801931848994814} - - {fileID: 114579188919788140} - - {fileID: 114537690527870732} - - {fileID: 114111206421400212} - - {fileID: 114636201044451730} - - {fileID: 114503973762738878} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + _childParts: [] _isOverwrittenPartMultiplyColors: 0 _isOverwrittenPartScreenColors: 0 _multiplyColor: {r: 1, g: 1, b: 1, a: 1} @@ -30012,6 +30511,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00075999997} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 42 @@ -30048,6 +30548,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30132,6 +30633,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00051} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 119 @@ -30168,6 +30670,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30252,6 +30755,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00117} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 134 @@ -30288,6 +30792,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30372,6 +30877,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00059} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 25 @@ -30408,6 +30914,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30492,6 +30999,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00145} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 95 @@ -30528,6 +31036,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30610,6 +31119,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 38 @@ -30672,6 +31182,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00024} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 67 @@ -30708,6 +31219,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30792,6 +31304,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00064} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 166 @@ -30828,6 +31341,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -30912,6 +31426,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0.00169} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 104 @@ -30948,6 +31463,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -31030,6 +31546,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4588701121944262} m_RootOrder: 57 @@ -31092,6 +31609,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4431076237287308} m_RootOrder: 66 @@ -31128,6 +31646,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea4346d..4be33916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [5-r.1-beta.3] - 2023-11-14 + +### Added + +* Add `HarmonicMotion` sample scenes. + +### Changed + +* Change the version of the development project to `2021.3.30f1`. +* Change the value of `Editor` to `AnyCPU` in the `Platform settings` of `Live2DCubismCore.bundle`. + * Apple Silicon version of the Unity Editor will work without the need to change `Platform settings`. + +### Fixed + +* Fix an error when displaying CubismRendererInspector for uninitialized models. +* Fix condition for clearing AnimationCurve when Reimporting .motion3.json. + + ## [5-r.1-beta.2] - 2023-09-28 ### Added @@ -332,6 +350,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Fix issue where Priority value was not reset after playing motion with CubismMotionController. +[5-r.1-beta.3]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.2...5-r.1-beta.3 [5-r.1-beta.2]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.1...5-r.1-beta.2 [5-r.1-beta.1]: https://github.com/Live2D/CubismUnityComponents/compare/4-r.7...5-r.1-beta.1 [4-r.7]: https://github.com/Live2D/CubismUnityComponents/compare/4-r.6.2...4-r.7 diff --git a/NOTICE.ja.md b/NOTICE.ja.md index 07c4234c..3c532aca 100644 --- a/NOTICE.ja.md +++ b/NOTICE.ja.md @@ -4,16 +4,6 @@ # お知らせ -## [注意事項] Apple Silicon版 Unity Editor での動作について (2023-01-26) - -Apple Silicon版Unity Editorでの動作につきまして、macOS向けのCubism Coreを利用するには `Assets/Live2D/Cubism/Plugins/macOS` 以下にある `Live2DCubismCore.bundle` をインスペクタから操作する必要があります。 -手順は以下の通りとなります。 - -1. `Live2DCubismCore.bundle` を選択状態にし、インスペクタを表示する。 -1. `Platform settings` の `Editor` を選択し、`Apple Silicon` または `Any CPU` を選択する。 -1. Unity Editorを再起動する。 - - ## [注意事項] Windows 11の対応状況について (2021-12-09) Windows 11対応につきまして、Windows 11上にて成果物の動作を確認しております。 diff --git a/NOTICE.md b/NOTICE.md index 741f950c..d655f903 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -4,16 +4,6 @@ # Notices -## [Caution] Operation on the Apple Silicon version of Unity Editor (2023-01-26) - -To use Cubism Core for macOS on the Apple Silicon version of the Unity Editor, you need to modify the `Live2DCubismCore.bundle` under `Assets/Live2D/Cubism/Plugins/macOS` from the inspector. -The procedure is as follows: - -1. Select `Live2DCubismCore.bundle` and display the inspector. -1. Go to `Platform Settings` > `Editor` and select `Apple Silicon` or `Any CPU`. -1. Restart the Unity Editor. - - ## [Caution] Support for Windows 11 (2021-12-09) Regarding Windows 11 compatibility, we have confirmed that the deliverables work on Windows 11. diff --git a/README.ja.md b/README.ja.md index 41ca5787..e5a33930 100644 --- a/README.ja.md +++ b/README.ja.md @@ -54,9 +54,9 @@ Unity Editor拡張機能は、`./Assets/Live2D/Cubism/Editor`にあります。 | Unity | バージョン | | --- | --- | -| Latest | 2023.1.14f1 (*1) | -| LTS | 2022.3.10f1 | -| LTS | 2021.3.30f1 | +| Latest | 2023.1.19f1 (*1) | +| LTS | 2022.3.12f1 | +| LTS | 2021.3.31f1 | *1 ARMv7のAndroidは非対応です。 @@ -87,9 +87,9 @@ https://docs.unity3d.com/ja/2018.4/Manual/CSharpCompiler.html | iOS | 16.6.1 | | iPadOS | 16.6.1 | | Ubuntu | 20.04.6 | -| macOS | 13.6 | +| macOS | 14.1.1 | | Windows 10 | 22H2 | -| Google Chrome | 115.0.5790.171 | +| Google Chrome | 119.0.6045.106 | | Chrome OS 64bit (x86_64) | 116.0.5845.210 | | Chrome OS 32bit (ARMv8) (*3) | 115.0.5790.160 | diff --git a/README.md b/README.md index 65bb7b6f..4df8ef9c 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ Resources like shaders and other assets are located in `./Assets/Live2D/Cubism/R | Unity | Version | | --- | --- | -| Latest | 2023.1.14f1 (*1) | -| LTS | 2022.3.10f1 | -| LTS | 2021.3.30f1 | +| Latest | 2023.1.19f1 (*1) | +| LTS | 2022.3.12f1 | +| LTS | 2021.3.31f1 | *1 ARMv7 Android is not supported. @@ -88,9 +88,10 @@ https://docs.unity3d.com/ja/2018.4/Manual/CSharpCompiler.html | iOS | 16.6.1 | | iPadOS | 16.6.1 | | Ubuntu | 20.04.6 | -| macOS | 13.6 | +| macOS | 14.1.1 | | Windows 10 | 22H2 | | Google Chrome | 115.0.5790.171 | +| Google Chrome | 119.0.6045.106 | | Chrome OS 64bit (x86_64) | 116.0.5845.210 | | Chrome OS 32bit (ARMv8) (*3) | 115.0.5790.160 |